]
RH Bugzilla Integration commented on WFLY-4303:
-----------------------------------------------
Carlo de Wolf <cdewolf(a)redhat.com> changed the Status of [bug
Allow expressions in jboss-ejb-client.xml if configuration
jboss-descriptor-property-replacement=true
-----------------------------------------------------------------------------------------------------
Key: WFLY-4303
URL:
https://issues.jboss.org/browse/WFLY-4303
Project: WildFly
Issue Type: Feature Request
Components: EJB
Reporter: Wolf-Dieter Fink
Assignee: Tomasz Adamski
Fix For: 9.0.0.Beta1
Applications need to have a jboss-ejb-client.xml configuration to use connections to
other WildFly servers.
The remote-outbound-connection allow expressions, i.e. for user-name.
But if a cluster come into play the related <cluster> element inside the
jboss-ejb-client.xml must have the same username and this can be only hardcoded.
So the jboss-ejb-client.xml parsing should allow expressions for
outbound-connection-ref, username, security-realm etc.
See
https://github.com/wildfly/quickstart/blob/master/ejb-multi-server/app-ma...