I need an entityManager in a Client application (outside JBoss)
I read, that this could somehow be acomplished by an EntityManagerFactory.

so I do 
emf = Persistence.createEntityManagerFactory("foo");
em = emf.getEntityManager();
em.getTransaction(). etc.

now I need to specify the factory "foo" in some XML-File.

Which XML File? And with what Contents?

thx in advance

nomike aka Michael Postmann


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976555#3976555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976555
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to