Hi, you could try the flush() method in the entityManager. It sends the sql to the database right away, that should generate your exception. Note that this has no influence on commit, you can still use container-managed transactions.
Ana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948716#3948716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948716 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
