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

Pavel Janousek (JIRA) jira-events at lists.jboss.org
Fri Feb 24 02:07:36 EST 2012


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

Pavel Janousek commented on AS7-3782:
-------------------------------------

I hope yes, if today's commit include's whole work of O.Ziska (I'm not sure because something what worked at begin of this week doesn't work now - I'm investigating...; some devels modify ozizka's branch as I read already), this issue should be resolved.
                
> 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