[jboss-jira] [JBoss JIRA] Created: (JGRP-545) TUNNEL doesn't add additional_data to IpAddress

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Jul 4 00:20:51 EDT 2007


TUNNEL doesn't add additional_data to IpAddress
-----------------------------------------------

                 Key: JGRP-545
                 URL: http://jira.jboss.com/jira/browse/JGRP-545
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Brian Stansberry
         Assigned To: Bela Ban
            Priority: Minor


Unlike the other transport protocols, TUNNEL doesn't bind any configured additional_data to the local IpAddress once it learns what it is.  This prevents a TUNNEL-based channel from working with a JBoss AS HAPartition.

Fix is to add

        if(additional_data != null && local_addr instanceof IpAddress)
            ((IpAddress)local_addr).setAdditionalData(additional_data);

to TUNNEL.start() after the local_addr is assigned.

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