Topic: How to obtain entity manager in application server?
Hey,
How to obtain Entity manger in application server ?
The class is a simple class (no Ejb), and i can call to this class from Ejb or from inner schdeuler process (not container management)
I want that if i call to this calss from Ejb , that the entity manager transaction will join to the global transaction.
Thank you

