hashCode for Query-Objects

2006-06-24 Thread Tino Schöllhorn
Hi, I have to put OJB-Query-Objects as key in a Map. Now I wonder how I would compute the hashCode of those objects. A first idea was to use the generated SQL-Code for such a Query as the key. How would I get the SQL-Code which gets generated for a Query-Object? But any other ideas how to

Re: ArrayIndexOutOfBoundsException

2006-06-24 Thread Jay Sissom
Thanks for your help. I'm glad this update will be in 1.0.5. Jay On 6/23/06, Armin Waibel [EMAIL PROTECTED] wrote: Hi Eric, Westfall, Eric Curtis wrote: Here is a JIRA issue which describes the problem and the fix along with the fixed version of PersistenceBrokerAbstractImpl attached.