[jboss-jira] [JBoss JIRA] (DROOLS-224) Impossible to use spring's kie:batch and kie:configuration at the same time
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Fri Aug 23 03:11:26 EDT 2013
[ https://issues.jboss.org/browse/DROOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-224.
--------------------------------
Fix Version/s: 6.0.0.CR3
Resolution: Done
> 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
> Fix For: 6.0.0.CR3
>
>
> 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
More information about the jboss-jira
mailing list