Sergey Zh created DROOLS-224:
--------------------------------
Summary: Impossible to use spring's kie:batch and kie:configuration at
the same time
Key: DROOLS-224
URL:
https://issues.jboss.org/browse/DROOLS-224
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.CR1
Reporter: Sergey Zh
Assignee: Mark Proctor
Here is the part of the XSD that forbids this (xsd:choice)
{code:xml}
<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>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira