[jboss-jira] [JBoss JIRA] Resolved: (BPEL-231) integration service opens request listeners even if tx marked for rollback
Alejandro Guizar (JIRA)
jira-events at lists.jboss.org
Wed Feb 14 18:49:30 EST 2007
[ http://jira.jboss.com/jira/browse/BPEL-231?page=all ]
Alejandro Guizar resolved BPEL-231.
-----------------------------------
Resolution: Done
JmsIntegrationService now checks the rollback-only mark.
> integration service opens request listeners even if tx marked for rollback
> --------------------------------------------------------------------------
>
> Key: BPEL-231
> URL: http://jira.jboss.com/jira/browse/BPEL-231
> Project: JBoss jBPM BPEL
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Engine
> Affects Versions: jBPM BPEL 1.1 beta 3
> Reporter: Alejandro Guizar
> Assigned To: Alejandro Guizar
> Fix For: jBPM BPEL 1.1.GA
>
>
> When JmsIntegrationService closes, it opens the request listeners created by inbound message activities that were reached in the closing process operation. However, it carelessly opens request listeners even if the transaction is marked for rollback. In this situation the opened request listeners end up referencing tokens that do not exist in the database.
> Before opening the listeners, the service has to check the rollback mark. If the mark is set, then the service does not open the listeners.
--
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 jboss-jira
mailing list