Hello Jan,
> -----Original Message-----
> From: Jan Berkel [mailto:[EMAIL PROTECTED]
> I keep getting NullPointerExceptions while retrieving an object from
> the database (OJB 1.0RC4).
> my repository_user.xml is set up as explained in the tutorials
> (extent-class in Template/BaseTemplate etc., to be sure I also used
> ojbConcreteClass to specify the classname)
Please post the repository_user.xml. I guess an attribute or
field-descriptor is missing there.
Another valuable hint could be a stacktrace with line
numbers. In order to produce it, please rebuild OJB
with
bin\build.bat jar-debug
(or bin/build.sh jar-debug)
and then reproduce your problem.
> What does "Skipping class [cabane.templates.MailTemplate]" mean ?
> I could not figure it out by reading the code.
I think it is an optimization in case several classes
are mapped to the same table.
Olli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]