Unfortunately this is not a solution. The EPC is considered "hosed" after a
transaction rollback.
The only way (per-spec) is to annotate actionMethod() or the bean as
@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED), which is ugly.
CVS version of Seam has @Begin(flushMode=FlushMode.MANUAL) as a much cleaner alternative.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970441#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...