With JGroups 2.2.7.1, callRemoteMethodsViaReflection fails
----------------------------------------------------------
Key: JBCACHE-970
URL:
http://jira.jboss.com/jira/browse/JBCACHE-970
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering, Replication
Affects Versions: 1.4.1.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: 1.4.1.SP1
TreeCache.callRemoteMethodsViaReflection uses the JGroups version short to decide whether
to call the 2.4.1 method that supports anycast. This fails with JG 2.2.7.1 since the
non-canonical JGroups version short 2271 is greater than 241.
Solution is to one time only try to resolve and store a ref to the new anycast method,
ignoring any exception. Then callRemoteMethodsViaReflection can use a null check of the
ref to the method to decide whether to use anycast.
--
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