[seam-issues] [JBoss JIRA] (JBSEAM-4928) jpa example Exception calling user Synchronization: ... reuse of Transaction instances not supported
Marek Schmidt (JIRA)
jira-events at lists.jboss.org
Wed Apr 4 09:45:47 EDT 2012
Marek Schmidt created JBSEAM-4928:
-------------------------------------
Summary: jpa example Exception calling user Synchronization: ... reuse of Transaction instances not supported
Key: JBSEAM-4928
URL: https://issues.jboss.org/browse/JBSEAM-4928
Project: Seam 2
Issue Type: Bug
Components: Core
Affects Versions: 2.3.0.BETA1
Environment: AS 7.1.1.Final
Reporter: Marek Schmidt
Assignee: Marek Novotny
Fix For: 2.3.0.BETA2
The TransactionSuccessEvent doesn't seem to work with (non-jta) Seam transactions. The following error is found in the server logs in the jpa example:
{noformat}
15:35:33,089 ERROR [org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl] (http--127.0.0.1-8080-1) HHH000260: Exception calling user Synchronization [TransactionSuccessEvent(bookingConfirmed)] : javax.persistence.PersistenceException: org.hibernate.TransactionException: reuse of Transaction instances not supported
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list