Code in Client Program
EntityManagerFactory factory =
Persistence.createEntityManagerFactory("titan");
EntityManager entityManager = factory.createEntityManager();
After running client program it throwing error
Exception in thread "main" javax.persistence.PersistenceException: No
Persistence provider for EntityManager named titan
There is any other way to create EntityManagerFactory or How to create entity
manager without using Stateless Session Bean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059882#4059882
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059882
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user