[jboss-jira] [JBoss JIRA] (AS7-4635) CLONE - Attribute host of remote-destination tag defined under the outbound-socket-binding does not support expression replacement

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Apr 25 19:22:17 EDT 2012


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

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

       



More information about the jboss-jira mailing list