Sorry forgot to include this (this would go in the implementation class):
| public void createUser (...) {
| try { this.createUserImpl(...); }
| catch { ... }
| }
|
| private void createUserImpl (...) {
| em.persist(user);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949236#3949236
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949236
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user