Re: problem in populating Maps

2008-02-27 Thread Maxx
On Sun, Feb 24, 2008 at 4:37 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > > [...] the error is this: > > > >> Error setting expression 'currentEvent.excludeRulesValues['dd']' with > >> value '[Ljava.lang.String;@1f09665' > > which looks more like it's trying to set a single String with a String

Re: problem in populating Maps

2008-02-24 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > 2) it is quite possible you have *may* a stale TO > http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObject.html > have you considered using a factory with Timestamps/Versions to either > quiesce the old TOs or somehow update old conten

Re: problem in populating Maps

2008-02-24 Thread Martin Gainty
1) its possible the link does'nt have that returned object mapped you may want to consider doing a quick test of the object beforehand with linkObject.containsValue(ReturnedObject) http://java.sun.com/javase/6/docs/api/java/util/LinkedHashMap.html#containsV alue(java.lang.Object) 2) it is quite po