Hi I guess you have no exception?
If so try to put openjpa.EntityManagerFactoryPool=true in conf/system.properties Also set "standalone" init parameter of the jest servlet to true. An alternative is to extend jest servlet to set the entity manager factory using an injected one. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-12 17:10 GMT+02:00 mauro2java2011 <[email protected]>: > hi all . > I have tried to use JEST on tomee. > But it not work . > ihave tried both to inject ENtityMAangerFactory and to create it form > PErsistence.class. > But not work . > From the examples of OpenJPA it is set the > > but not work . > go at : http://openjpa.apache.org/jest-examples.html > <http://openjpa.apache.org/jest-examples.html> > > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/JEST-on-TOMEE-not-Work-tp4671016.html > Sent from the TomEE Users mailing list archive at Nabble.com.
