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
--- 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
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
3 matches
Mail list logo