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

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Jul 4 02:07:51 EDT 2007


     [ http://jira.jboss.com/jira/browse/JGRP-545?page=all ]

Bela Ban resolved JGRP-545.
---------------------------

    Resolution: Done

applied patch

> 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
>             Fix For: 2.5
>
>
> 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