[jbossseam-issues] [JBoss JIRA] Assigned: (JBSEAM-2986) Seam Transaction rolls back on all Exceptions
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Aug 6 14:55:57 EDT 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir reassigned JBSEAM-2986:
---------------------------------
Assignee: Pete Muir
> Seam Transaction rolls back on all Exceptions
> ---------------------------------------------
>
> Key: JBSEAM-2986
> URL: https://jira.jboss.org/jira/browse/JBSEAM-2986
> Project: Seam
> Issue Type: Bug
> Affects Versions: 2.0.2.CR2
> Reporter: Sean Burns
> Assignee: Pete Muir
> Fix For: 2.1.0.BETA1
>
>
> It looks like
> org.jboss.seam.util.Work
> rolls back a transaction for all exceptions if it had to create a transaction.
> This does not follow the normal EJB rollback spec, where transactions are only rolled back on Runtime Exceptions and @ApplicationException(rollback=true).
> I can work around this by using EJB Seam components instead of Seam POJO.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list