Hi,
according to the Schema for JPDL 3.2, there is no timer allowed
in the start-state:
| <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>
|
This was allowed in 3.1.
Is this correct, and if yes, why is a timer not allowed in the start state (at least
according to the XSD) ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047149#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...