I was having the same problem, and used the nasty workaround-updating DB using querys:
Query query=em.createQuery("update ..")
| query.executeUpdate();
|
Hope somebody knows a better approach
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080046#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...