[ https://issues.apache.org/jira/browse/WSCOMMONS-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruwan Linton resolved WSCOMMONS-515. ------------------------------------ Resolution: Fixed Fix Version/s: Transports 1.1 Committed the patch into the trunk, thanks Rajika for the contribution > Bug in isSessionTransacted() method in JMSConnectionFactory.java:255 > -------------------------------------------------------------------- > > Key: WSCOMMONS-515 > URL: https://issues.apache.org/jira/browse/WSCOMMONS-515 > Project: WS-Commons > Issue Type: Bug > Components: Transport > Reporter: Rajika Kumarasiri > Assignee: Ruwan Linton > Fix For: Transports 1.1 > > Attachments: WSCOMMONS-515.patch > > > I think conditional check should changes as follows > return parameters.get(JMSConstants.PARAM_SESSION_TRANSACTED) != null && in > JMSConnectionFactory.java:255 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.