JDO Enhancer

2003-12-13 Thread Sebastian Muench
Hi, I get an error class given to extent does not implement javax.jod.spi.PersistenteCapable anytime I run my jdo-application. I put the mapping entries in the repository_jdo.xml. I don't know how to set up the bytecode enhancer. Do I have to compile my SourceCode a second time including the

Re: JDO Enhancer

2003-12-13 Thread Thomas Mahler
Hi Sebastian, Please have a closer look at http://db.apache.org/ojb/tutorial4.html. to get the tutorial app up an running you have to execute the follwing ant targets: with-jdori prepare-tutorials enhance-jdori the enhance-jdori target does the bytecode enhancement. if you habe a look at this

Re: Problem with JDO ENHANCER

2003-07-22 Thread Thomas Mahler
JDO ENHANCER with the Product.class before using the simple demo. I write a simple build.xml to do the enhancement but I am getting a error. See below). I searched in the mail archive and found a tip to write the build.xml that run the JDO ENHANCER: java fork=yes failonerror=yes classname

Problem with JDO ENHANCER

2003-07-21 Thread Antonio Gallardo
Hi: My first task is to try to create an independent application from OJB. For this I already separed all the files from the tutorial 5 (JDO) to a new location and I am trying to compile and run the sample. I discovered I need JDO ENHANCER with the Product.class before using the simple demo. I

[SUMMARY] - Re: Problem with JDO ENHANCER

2003-07-21 Thread Antonio Gallardo
and I am trying to compile and run the sample. I discovered I need JDO ENHANCER with the Product.class before using the simple demo. I write a simple build.xml to do the enhancement but I am getting a error. See below). I searched in the mail archive and found a tip to write the build.xml

JDO Enhancer not changing class file

2003-03-25 Thread Gary Eberhart
Hello All! When running the JDO Enhancer it does not modify my class file. The following output occurs. Any suggestions? Should I quit trying JDO with OBJ? Thanks, Gary Buildfile: build.xml enhance-product: [java] Enhancer: options: [java] verbose = true [java] quiet