RE: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-28 Thread Cancrinus, Bas
. However, perhaps as an enhancement the builder could be configured with a list of prefixes to ignore. If that's what you want, please open up a JIRA issue for consideration. On Wed, Jul 27, 2011 at 11:49 AM, Cancrinus, Bas cancrinu...@schiphol.nl wrote: I'm currently migrating an EAR from

RE: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-28 Thread Cancrinus, Bas
anyway, why not use an EqualsBuilder? On Thu, Jul 28, 2011 at 4:45 AM, Cancrinus, Bas cancrinu...@schiphol.nl wrote: Thanks for sharing your thoughts! I reflected on this issue again and I think that the excludeFields array is the root of my problem. Now you can only tell reflectionEquals

[lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Cancrinus, Bas
I'm currently migrating an EAR from WebLogic 10.3.3 to 10.3.5. While testing I noticed that the following invocation returned false while I expected true (lang 2.5): EqualsBuilder.reflectionEquals(Object lhs, Object rhs, String[] excludeFields) I noticed in my debugger that my domain classes