Hi,
> but using build-time enhancer. I tried ant-runner for maven but was unable
> to enhance my classes
> if I don't give any class name I get this message:
A few minutes of digging with classpath and other beasts to enhance at
build-time will save you a lot of pain and gain performance. Enhancer fails
mostly with classpath issues and availability of META-INF/persistence.xml
etc.
If you have access to OpenJPA source code, follow the trail at
./openjpa-persistence-jdbc/pom.xml and
./openjpa-persistence-jdbc/src/main/ant/enhancer.xml
It shows one way to enhance 100's of Entity classes used for testing.
--
View this message in context:
http://n2.nabble.com/-URGENT--performance-issues-tp2232295p2239148.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.