You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/04/05 20:20:56 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #2610: ARTEMIS-2295 fix IBM JDK schema parsing

clebertsuconic commented on a change in pull request #2610: ARTEMIS-2295 fix IBM JDK schema parsing
URL: https://github.com/apache/activemq-artemis/pull/2610#discussion_r272731288
 
 

 ##########
 File path: artemis-server/src/main/resources/schema/artemis-configuration.xsd
 ##########
 @@ -1669,12 +1669,24 @@
    </xsd:complexType>
 
    <xsd:complexType name="federationTransformerType">
-      <xsd:complexContent>
-         <xsd:extension base="transformerType">
-            <xsd:attribute name="name" type="xsd:ID" use="required" />
-            <xsd:attributeGroup ref="xml:specialAttrs"/>
-         </xsd:extension>
-      </xsd:complexContent>
+      <xsd:sequence>
 
 Review comment:
   @michaelandrepearce I will merge this... but if you have any other better idea... I banged my head for a whole day into IBM JDK!!! I'm giving up.. and just going for this simple solution.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services