Hi All,

with small steps, i'm making progress in using JDO with OJB. After getting an exception :
--> javax.jdo.JDOUserException: Class given to getExtent does not implement javax.jdo.spi.PersistenceCapable
I came to the conclusion that i should enhance my class bytcode

When i do this on my class with the following command line:
%JAVA_HOME%\bin\java.exe -cp c:\java\jdori\src\jdo.jar;c:\java\jdori\src\jdori.jar com.sun.jdori.enhancer.Main --verbose --force -s . -d . %1 %2

the last logging line is:
JDO ENHANCER: Enhancer: classfile not changed.

and indeed, the file is not changed. Nothing info on google found.

Anyone having a suggestion?

Lennart


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to