Leonardo K. Shikida wrote > Last but not least, I've experiencing some strange problems probably > related to the classloader, and I've removed xerces-impl-2.11.0.jar from > eclipse factory path (java compiler -> annotation processing -> factory > path, to generate openJPA metamodel classes for Criteria using > openjpa.metamodel=true). I am adding all tomee jars, but I would like to > restrict to the barely necessary classes. I am using oracle JVM 7.
I don't know how you have your tomee server setup in eclipse but you shouldn't have to do that at all. A really good eclipse plugin if you use maven and openjpa enhancement is https://github.com/hwellmann/m2eclipse-extras/raw/master/p2/. That will enhance your jpa classes within eclipse even when you execute junit test cases. -- View this message in context: http://openejb.979440.n4.nabble.com/Looking-for-some-advice-about-EJB-JMS-and-Quartz-with-TomEE-1-6-0-tp4666342p4666360.html Sent from the OpenEJB User mailing list archive at Nabble.com.
