[jboss-jira] [JBoss JIRA] Created: (JBAS-7579) UnifiedInvokerHAProxy does not always record that invocation has reached a server
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Dec 29 00:43:30 EST 2009
UnifiedInvokerHAProxy does not always record that invocation has reached a server
---------------------------------------------------------------------------------
Key: JBAS-7579
URL: https://jira.jboss.org/jira/browse/JBAS-7579
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-6.0.0.M1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: JBossAS-6.0.0.M2
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list