[jboss-jira] [JBoss JIRA] (WFLY-3734) Misrepresentation of connection.createSession

John Ament (JIRA) issues at jboss.org
Thu Aug 14 13:52:29 EDT 2014


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)


More information about the jboss-jira mailing list