[jboss-jira] [JBoss JIRA] Created: (JBAS-6910) Eliminate use of JGroups IpAddress class in cluster module

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed May 13 10:23:47 EDT 2009


Eliminate use of JGroups IpAddress class in cluster module
----------------------------------------------------------

                 Key: JBAS-6910
                 URL: https://jira.jboss.org/jira/browse/JBAS-6910
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: JBossAS-6.0.0.Alpha1


With JGroups 2.8 the type of the address is likely to be different. 

Biggest source of it is ClusterNodeImpl which takes IpAddress as a constructor param and then returns it as the type of getOriginalJGAddress(). The getOriginalJGAddress() method is not part of the ClusterNode interface and is only used in ClusterPartition, the class which creates the ClusterNodeImpl.

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