Does not work:
| @PersistenceContext(unitName="my-persistence.jar#puName")
| EntityManager em;
|
Works:
| // Put 3 random characters in front of your jar name!!
| @PersistenceContext(unitName="xxxmy-persistence.jar#puName")
|
I searched hours for this lil bug!!
How can you release such a crap?
Thomas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140229#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...