Hello, > -----Original Message----- > From: Christophe.Demarey [mailto:[EMAIL PROTECTED]
> I correct my repository definition (remove the table attribut from > PersonBaseImpl descriptor) but I still get an exception. > Any idea about it ? > ------------------------------------------------ > java.lang.NullPointerException > at > org.apache.ojb.broker.accesslayer.sql.SqlQueryStatement$TableA > lias.hashCode(Unknown > Source) > at java.util.HashMap.hash(HashMap.java:250) > at java.util.HashMap.put(HashMap.java:363) I had that exception, too. If I recall it correctly, it occurs whenever a non-abstract class does not have a table-attribute. Besides, in occurs when the first class of an extent is not a concrete class, and that extent is referenced by a collection- or reference-descriptor. You may try to add some table attributes or post the repository_user.xml and let us have a look at it. Olli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
