Carlos M. S. Bento Nogueira schrieb:
Hallo Johannes,
Yes. They are both in the same directory WEB-INF/classes/hib.
Here is the source code for both file.
Hmm the sources look OK.
From my limited Java knowledge, I would say the $1 at the end
of the error message means that Java tries to access an anonymous
subclass definition which it cannot find. The only place I can think
of is
String ROLE = PersistenceFactory.class.getName();
Just for now (and to make sure it's not a JDK 5 issue): does
String ROLE = "hib.PersistanceFactory";
fix the problem ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]