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
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.