[jboss-jira] [JBoss JIRA] (WFLY-2954) Transaction Synchronization registration issue with injected JMSContext
Jeff Mesnil (JIRA)
issues at jboss.org
Tue Feb 18 06:43:47 EST 2014
Jeff Mesnil created WFLY-2954:
---------------------------------
Summary: Transaction Synchronization registration issue with injected JMSContext
Key: WFLY-2954
URL: https://issues.jboss.org/browse/WFLY-2954
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 8.0.1.Final
The JMSContextProducer registers a tx Synchronization object directly on the Transaction. That leads to issue when other parts register other Synchronization objects later on (see http://stackoverflow.com/questions/21523534/jboss-wildfly-arjuna016082-synchronizations-are-not-allowed-when-sending-mess).
The JSMContextProducer must switch to using TransactionSynchronizationRegistry instead to register syncs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list