]
Cheng Fang commented on WFLY-13887:
-----------------------------------
Thanks [~sudeshnas] for resolving this issue.
Add http-connections element to jboss-ejb-client_1_4.xsd schema
---------------------------------------------------------------
Key: WFLY-13887
URL:
https://issues.redhat.com/browse/WFLY-13887
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 21.0.0.Beta1
Reporter: Cheng Fang
Assignee: Sudeshna Sur
Priority: Major
Fix For: 21.0.0.Final
Need to add the new element to jboss-ejb-client_1_4.xsd schema:
{code:xml}
<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>
{code}
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.