-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
An application uses remote-outbound-connections for remote EJB invocations and the jboss-ejb-client.xml contains a clusters definition containing the max-allowed-connected-nodes, like below:
<jboss-ejb-client xmlns="urn:jboss:ejb-client:1.2"> ... <clusters> <cluster name="ejb" ... max-allowed-connected-nodes="20"> </cluster> </clusters> </client-context> </jboss-ejb-client>
In the actually used EJBClientContext this value doesn't get assigned and the hard coded default value of 10 is being used.
- clones
-
JBEAP-16513 [GSS](7.2.z) WFLY-11819 - max-allowed-connected-nodes element in jboss-ejb-client.xml not used
- Closed
-
WFLY-11819 max-allowed-connected-nodes element in jboss-ejb-client.xml not used
- Closed
- relates to
-
JBEAP-15448 [GSS](7.2.z) EJBCLIENT-305 - Unable to configure 'maximumConnectedClusterNodes'
- Closed