[jboss-user] [JBoss Seam] - Re: EntitySecurityListener and MDBs

nhieb do-not-reply at jboss.com
Fri Aug 31 11:17:19 EDT 2007


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



More information about the jboss-user mailing list