Hi,

if i use openJPA i don't have a @Stateless implementation, right?
What i need is a simple JTA container for one @Stateless
to access the opneJPA EJB3 beans (whithout doing begin()/commit() explicitely).

Do i need to install a complete J2EE server or is there
somewhere a simple openJTAxy.jar which I can use in front
of openJPA?

Do i miss something?

This is what i need:
 @Stateless
 public class MyImpl implements MyInterface {
     @PersistenceContext
     EntityManager em;
 ...

Thank you for some enlightment,

Marcel

--
Marcel Ruff
http://www.xmlBlaster.org
http://watchee.net
Phone: +49 7551 309371

Reply via email to