]
RH Bugzilla Integration updated WFLY-4383:
------------------------------------------
Bugzilla References:
Wrong order of elements in appclient.xml
------------------------------------------
Key: WFLY-4383
URL:
https://issues.jboss.org/browse/WFLY-4383
Project: WildFly
Issue Type: Bug
Components: Application Client
Affects Versions: 9.0.0.Alpha1
Reporter: Panagiotis Sotiropoulos
Assignee: Panagiotis Sotiropoulos
Fix For: 9.0.0.Beta1
Description of problem:
File appclient/configuration/appclient.xml has an incorrect order of elements.
<core-environment> tag should be before <recovery-environment /> tag. These
tags is in <subsystem xmlns="urn:jboss:domain:transactions:1.4"> and
schema is in docs/schema/jboss-as-txn_1_4.xsd. This schema defines specific order of
elements.
Version-Release number of selected component (if applicable):
6.4.0.ER2
Validate logs:
appclient/configuration/appclient.xml:150: element recovery-environment: Schemas validity
error : Element '{urn:jboss:domain:transactions:1.4}recovery-environment': This
element is not expected. Expected is ( {urn:jboss:domain:transactions:1.4}core-environment
).