[
https://issues.jboss.org/browse/AS7-4635?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-4635:
---------------------------------------
The problem is in CommonXml.parseRemoteDestinationOutboundSocketBinding – it's not
dealing with the expression correctly.
CLONE - Attribute host of remote-destination tag defined under the
outbound-socket-binding does not support expression replacement
----------------------------------------------------------------------------------------------------------------------------------
Key: AS7-4635
URL:
https://issues.jboss.org/browse/AS7-4635
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: Ondřej Chaloupka
Assignee: Brian Stansberry
Priority: Minor
Fix For: 7.1.2.Final-redhat1
I just wanted to use expression replacement in host attribute like this:
{code}
<outbound-socket-binding name="remote-ejb">
<remote-destination host="${jboss.bind.address:127.0.0.1}"
port="4547"/>
</outbound-socket-binding>
{code}
and the neither remote binding nor remote call to other server were successful.
I suppose that the expression replacement is not supported in this tag.
--
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