I am sorry, i absolutelly forgot about it.
I´d like to ask somebody. I use for to get EntityManagerFactory and
EntityManager this piece of code
..
  context =
SystemInstance.get().getComponent(ContainerSystem.class).getJNDIContext();
...
                
                                    factory = (EntityManagerFactory)
context.lookup("/openejb/PersistenceUnit/EJBProject 2026069911"); 
                                   
EntityManager em= factory.createEntityManager();


Is there any better way how to get an EntityManager or an
EntityManagerFactory   ? 
thanks for your suggest




Newgro wrote:
> 
> Your problem is
> 
> Connection refused: connect
> 
> MySQL running? User Password correct? Do you use a firewall?
> 
> Cheers
> Per
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Embedding-Openejb-tp22802864p22853879.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to