[
https://issues.redhat.com/browse/WFLY-13887?page=com.atlassian.jira.plugi...
]
Cheng Fang updated WFLY-13887:
------------------------------
Description:
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.
was:
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.
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
Priority: Major
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)