anonymous wrote : @PersistenceContext(name = "GraphicServerPU")
| private EntityManager entityManager;
It should be unitName and not name:
@PersistenceContext(unitName = "GraphicServerPU")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179478#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...