[esb-issues] [JBoss JIRA] Resolved: (JBESB-1438) JMS Courrier does not support transacted mode

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Tue Jan 15 11:25:19 EST 2008


     [ http://jira.jboss.com/jira/browse/JBESB-1438?page=all ]

Daniel Bevenius resolved JBESB-1438.
------------------------------------

    Resolution: Done

Committed work in CP with revsion: 17869.
 
Effected files:
etc/schemas/xml/jbossesb-1.0.1.xsd
rosetta/src/org/jboss/internal/soa/esb/couriers/JmsCourier.java
rosetta/src/org/jboss/internal/soa/esb/rosetta/pooling/JmsConnectionPool.java
rosetta/src/org/jboss/internal/soa/esb/rosetta/pooling/JmsConnectionPoolContainer.java
rosetta/src/org/jboss/soa/esb/addressing/eprs/JMSEpr.java
rosetta/src/org/jboss/soa/esb/listeners/ListenerUtil.java
rosetta/src/org/jboss/soa/esb/listeners/config/mappers/JmsListenerMapper.java
rosetta/src/org/jboss/soa/esb/listeners/gateway/DefaultESBPropertiesSetter.java
rosetta/src/org/jboss/soa/esb/listeners/gateway/JmsGatewayListener.java
rosetta/src/org/jboss/soa/esb/notification/jms/DefaultJMSPropertiesSetter.java
rosetta/src/org/jboss/soa/esb/notification/jms/JMSPropertiesSetter.java
rosetta/tests/src/org/jboss/internal/soa/esb/couriers/JmsCourierIntegrationTest.java
rosetta/tests/src/org/jboss/internal/soa/esb/rosetta/pooling/JmsConnectionPoolContainerUnitTest.java
rosetta/tests/src/org/jboss/soa/esb/addressing/eprs/JMSEprUnitTest.java
rosetta/tests/src/org/jboss/soa/esb/listeners/config/jbossesb_config_01_esbaware.xml
rosetta/tests/src/org/jboss/soa/esb/listeners/config/jbossesb_config_01_gateways.xml
rosetta/tests/src/org/jboss/soa/esb/listeners/config/jbossesb_config_02.xml
rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/DefaultESBPropertiesSetterUnitTest.java
samples/quickstarts/jms_transacted



> JMS Courrier does not support transacted mode
> ---------------------------------------------
>
>                 Key: JBESB-1438
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1438
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta, Documentation, Examples, Process flow
>    Affects Versions: 4.2.1
>            Reporter: Jiri Pechanec
>         Assigned To: Daniel Bevenius
>            Priority: Blocker
>             Fix For: 4.2.1 CP1
>
>
> JMS Courrier (deliver side) operates only with non-transacted queue sessions. This prevents jBPM integration to work correctly. The problem can be sketched this way
> 1) The message is received via JMS/JCA listener, transaction is started
> 2) jBPM process is invoked
> 3) jBPM process sends message (calls service) in non-transacted mode
> Three situations can happen
> 1) Exception is thrown later, it means that global transaction is rolled back but another service was already invoked - BUG
> 2) jBPM process goes to the wait state and waits for response from ESB, global transaction is committed, called service sends back signal to continue process - OK
> 3) jBPM process goes to the wait state and waits for response from ESB, called service sends back signal to continue process - but the global transaction was not committed yet - BUG
> This is key feature to have ESB/jBPM integration working safely.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list