[jboss-jira] [JBoss JIRA] Created: (JBAS-4258) Invoke Channel.down via reflection to allow future upgrade to JGroups 2.5

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Mar 27 17:27:05 EDT 2007


Invoke Channel.down via reflection to allow future upgrade to JGroups 2.5
-------------------------------------------------------------------------

                 Key: JBAS-4258
                 URL: http://jira.jboss.com/jira/browse/JBAS-4258
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: JBossAS-4.2.0.GA


ClusterPartition invokes the JGroups Channel.down(Event) method in one place (startService()).  In JG 2.5, the signature on that method has changed from a void return to an object return.  That causes issues if users attempt to upgrade the AS to 2.5 (see JGRP-449).

A simple way to leave the upgrade path open is to change this call to use reflection. Hacky, but the call happens just once per server start.

-- 
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