John Ament created WFLY-3734:
--------------------------------
Summary: Misrepresentation of connection.createSession
Key: WFLY-3734
URL:
https://issues.jboss.org/browse/WFLY-3734
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.1.0.Final
Reporter: John Ament
Assignee: Jeff Mesnil
The current interpretation of connection.createSession(boolean,int) seems to be not
handled correctly.
passing in true,Session.TRANSACTED is being treated as Session.CLIENT_ACK. It should be
created as connection.createSession() which should default to transaction if it's
invoked within a JTA transaction.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)