Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-224

Impossible to use spring's kie:batch and kie:configuration at the same time

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.CR3
    • 6.0.0.CR1
    • None
    • None

      Here is the part of the XSD that forbids this (xsd:choice)

      <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="batch" minOccurs="0" maxOccurs="1">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element ref="command" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="configuration" type="configurationType" minOccurs="0" maxOccurs="1"/>
      </xsd:choice>
      

            mfusco@redhat.com Mario Fusco
            szhem Sergey Zhemzhitsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: