-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP01, 4.2.0.GA_CP03
-
None
JBPAPP-662 intoroduced a bug. Trying to call commit with closed connection now returns:
javax.jms.ResourceAllocationException: Connection is not associated with a managed connection. org.jboss.resource.adapter.jms.JmsSession@3b26f3
at org.jboss.resource.adapter.jms.JmsSession.lock(JmsSession.java:112)
at org.jboss.resource.adapter.jms.JmsSession.commit(JmsSession.java:270)
instead of javax.jms.IllegalStateException as required. This makes several TCK tests to fail.
- is duplicated by
-
JBPAPP-963 Some TCk tests fails due to "Connection is not associated with a managed connection"
- Resolved