Hi Castor Team

The class org.exolab.castor.jdo.drivers.SapDbQueryExpression
has a bug that cause castor throws a java.lang.NullPointerException when 
execute an OQLQuery the problem is with the line 120 that have the follow 
code:

enum = _tables.elements();

but the _tables object is a Hashtable and the while loop need the keys, 
the correct code is:

enum = _tables.keys();

Please revise CVS version

TIA

Cl�vis Wichoski
Supridatta

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to