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#4080046

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

Reply via email to