cancel
Showing results for 
Search instead for 
Did you mean: 

JDO: Object not PersistenceCapable Error

Former Member
0 Kudos

Hi,

I was following the SAP JDO tutorial, with my own table (only one, TicketDAO class), which gave me this error: javax.jdo.JDOUserException: Object not PersistenceCapable.

After searched in the forum, apparently the quick fix given was the enhancer problem, but i still cant figure out what goes wrong, as my ant build was succesful.

Buildfile: C:\Documents and Settings\xx\Documents\SAP\workspace\MyApp\build.xml

enhance:

enhance.TicketDAO:

[java] done.

check:

check.TicketDAO:

[java] ... catalog path: MyApp/gen_ddic/dbtables/

[java] => 0 PC class(es) checked (0 failed), 1 non PC class(es) not checked

BUILD SUCCESSFUL

Total time: 1 second

Is it because of my dictionary? because i'm using local Dictionary DC.

Any help would be appreciated. Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Ant only reports compile time errors, not run-time errors.

Regards,

Roelof