[jboss-jira] [JBoss JIRA] Created: (JBPM-975) jbmp-3.2.xsd: start-state doesn't support a timer anymore

Roland Huss (JIRA) jira-events at lists.jboss.org
Wed May 30 01:41:10 EDT 2007


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