Cheng Fang created WFLY-13887:
---------------------------------
Summary: 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: Cheng Fang
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 message was sent by Atlassian Jira
(v7.13.8#713008)