[jboss-jira] [JBoss JIRA] (AS7-4635) CLONE - Attribute host of remote-destination tag defined under the outbound-socket-binding does not support expression replacement
Ondřej Chaloupka (JIRA)
jira-events at lists.jboss.org
Fri May 11 08:49:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondřej Chaloupka closed AS7-4635.
---------------------------------
Verified in ER7.
> 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 (EAP)
>
>
> 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
More information about the jboss-jira
mailing list