Antonio, I got Druid to run, imported my databse, configured the JDO generation and got the build.xml file you speak of. It took me a bit longer than it souncs though. Then I copied jdo 1.01 libraries (double checked the version) to the lib directory in my output dir and built. The class file is enhanced as mentioned by Ant. I removed the old link class from my webapp and copied the new jar file over. But when I use this generated library I still get the same error. javax.jdo.JDOUserException: Class given to getExtent, be.bvar.admin.links.Link, does not implement javax.jdo.spi.PersistenceCapable
AFAIK this only means that the class has not been enhanced. Are you sure that Ant told you they are enhanced? Just 'done' is not enough. Switch to verbose mode (-v as additional argument to the jdo enhancing task) and you will see if the classes are enhanced successfully or not.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
