From 637405a886acd272e8721a0bcc7ad39387f6eb2d Mon Sep 17 00:00:00 2001 From: "Christopher L. Shannon (cshannon)" Date: Wed, 15 Feb 2017 10:12:07 -0500 Subject: [PATCH] ARTEMIS-943 fix queueType in import-export schema https://issues.apache.org/jira/browse/ARTEMIS-943 queueType in the artemis-import-export schema needs to be marked with min and max occurs attributes to specify that the element can occur more than one time. This is important so JAXB generates the correct bindings. --- artemis-cli/src/main/resources/schema/artemis-import-export.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-cli/src/main/resources/schema/artemis-import-export.xsd b/artemis-cli/src/main/resources/schema/artemis-import-export.xsd index f6890561cd6..e544a61e0e4 100644 --- a/artemis-cli/src/main/resources/schema/artemis-import-export.xsd +++ b/artemis-cli/src/main/resources/schema/artemis-import-export.xsd @@ -144,7 +144,7 @@ - +