-
Bug
-
Resolution: Done
-
Major
-
21.0.0.Beta1
-
None
-
Undefined
-
---
-
---
Need to add the new element to jboss-ejb-client_1_4.xsd schema:
<jboss-ejb-client xmlns="urn:jboss:ejb-client:1.4"> <client-context default-compression="-1"> <http-connections> <http-connection uri="http://localhost:8180/wildfly-services"/> </http-connections> </client-context> </jboss-ejb-client>
Also need to update jboss-ejb-client.adoc to reflect the new element.
This element (http-connections) is already implemented as part of WFLY-12190 EJB over HTTP discovery configuration.