hmm, meta classes and enhanced classes are different things.
Typically you should get more classes. A way to do it is to generated meta classes then add them to maven src/main/java. But we often generate them in generated-sources *before* the compilation. - Romain 2012/8/1 vmix <[email protected]> > Thanks... I am indeed using maven, and I have confirmed that the class was > enhanced. I see the added OpenJpa code in the actual .class file. But > nonetheless I get the same error from TomEE. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/tomEE-with-OpenJPA-meta-class-problems-tp4656610p4656616.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
