[jboss-jira] [JBoss JIRA] (AS7-3782) Incomplete IP addresses substitution in server configs via XSLT file changeIPAddresses.xsl

Rajesh Rajasekaran (JIRA) jira-events at lists.jboss.org
Thu Feb 23 11:47:37 EST 2012


    [ https://issues.jboss.org/browse/AS7-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670379#comment-12670379 ] 

Rajesh Rajasekaran commented on AS7-3782:
-----------------------------------------

Can this JIRA be resolved with today's testsuite commit? 
                
> Incomplete IP addresses substitution in server configs via XSLT file changeIPAddresses.xsl
> ------------------------------------------------------------------------------------------
>
>                 Key: AS7-3782
>                 URL: https://issues.jboss.org/browse/AS7-3782
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 7.1.0.Final
>            Reporter: Pavel Janousek
>            Assignee: Ondrej Zizka
>
> When you specify *$node0* variable, you might expect appropriate changes in standalone*.xml config files. But there are several unmodified places, where "hard-coded" value *127.0.0.1* is used yet.
> - This element exists in every config:
> {code:xml}
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host> 
> {code}
> - This element exists in every *-full.xml config:
> {code:xml} 
> <interface name="unsecure">
>     <!-- Used for IIOP sockets in the standarad configuration.
>           To secure JacORB you need to setup SSL -->
>     <inet-address value="127.0.0.1"/>
> </interface>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list