[jboss-jira] [JBoss JIRA] Updated: (JBAS-7579) UnifiedInvokerHAProxy does not always record that invocation has reached a server
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jun 8 16:30:38 EDT 2010
[ https://jira.jboss.org/browse/JBAS-7579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-7579:
-----------------------------------
Fix Version/s: 6.0.0.Final
(was: 6.0.0.M4)
> UnifiedInvokerHAProxy does not always record that invocation has reached a server
> ---------------------------------------------------------------------------------
>
> Key: JBAS-7579
> URL: https://jira.jboss.org/browse/JBAS-7579
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: 6.0.0.M1
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
> Fix For: 6.0.0.Final
>
>
> This class uses the invocationHasReachedAServer() method to ensure transactions stickiness is maintained. In some cases the method isn't called, generally in catch blocks where the caught exception is rethrown. The method should be called even though the exception is going to be thrown, because the client application may catch and handle the exception and not abort any ongoing transaction.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list