[
https://issues.jboss.org/browse/DROOLS-224?page=com.atlassian.jira.plugin...
]
Mario Fusco reassigned DROOLS-224:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
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: Mario Fusco
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