This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 22df1f1  ARTEMIS-3628 fixed trivial xml validation problem
     new 10193c0  This closes #3899
22df1f1 is described below

commit 22df1f1ecffb79c53f7b4662e99ea051523263d9
Author: Erwin Dondorp <[email protected]>
AuthorDate: Fri Dec 31 10:42:34 2021 +0100

    ARTEMIS-3628 fixed trivial xml validation problem
---
 examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml 
b/examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml
index a3500bd..935665b 100644
--- a/examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml
+++ b/examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml
@@ -8,8 +8,8 @@
            http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd";
            version="1.5">
 
-   <display-name>ArtemisRA</display-name>
    <description>ActiveMQ Artemis Resource Adapter</description>
+   <display-name>ArtemisRA</display-name>
    <vendor-name>Apache Software Foundation</vendor-name>
    <eis-type>JMS 2.0 Server</eis-type>
    <resourceadapter-version>1.0</resourceadapter-version>

Reply via email to