[jboss-jira] [JBoss JIRA] Commented: (JBPM-975) jbmp-3.2.xsd: start-state doesn't support a timer anymore
Ronald van Kuijk (JIRA)
jira-events at lists.jboss.org
Mon Jun 4 05:29:08 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPM-975?page=comments#action_12364060 ]
Ronald van Kuijk commented on JBPM-975:
---------------------------------------
aren't you referring to timers on tasks in a start state? Those are supported.
> jbmp-3.2.xsd: start-state doesn't support a timer anymore
> ---------------------------------------------------------
>
> Key: JBPM-975
> URL: http://jira.jboss.com/jira/browse/JBPM-975
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM jPDL 3.2
> Reporter: Roland Huss
> Assigned To: Tom Baeyens
> Priority: Critical
>
> The XSD Schema jbpm-3.2.xsd doesn't support a <timer> subelement anymore (in contrast to jbpm-3.1.xsd):
> <xs:element name="start-state">
> <xs:complexType>
> <xs:choice minOccurs="0" maxOccurs="unbounded">
> <xs:element ref="description" />
> <xs:element ref="task"/>
> <xs:element ref="transition"/>
> <xs:element ref="event"/>
> <xs:element ref="exception-handler"/>
> </xs:choice>
> <xs:attribute name="name" type="xs:string"/>
> </xs:complexType>
> </xs:element>
> Adding a <xs:element ref="timer"/> should fix this (except if this should be intended behaviour but I can hardly see the reason for why a timer shouldn't be allowed during a start-state)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list