]
Ondrej Zizka resolved AS7-3782.
-------------------------------
Resolution: Done
Fixed.
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: