[jboss-jira] [JBoss JIRA] Commented: (GPD-57) nullpointer while deleting start state
Tom Baeyens (JIRA)
jira-events at jboss.com
Wed Feb 7 08:12:27 EST 2007
[ http://jira.jboss.com/jira/browse/GPD-57?page=comments#action_12352527 ]
Tom Baeyens commented on GPD-57:
--------------------------------
here's the process xml
<?xml version="1.0" encoding="UTF-8"?>
<process-definition name="door">
<start-state name="start">
<transition to="Closed" />
</start-state>
<state name="Locked">
<transition name="unlock" to="Closed" />
</state>
<state name="Closed">
<transition name="lock" to="Locked" />
<transition name="open" to="Open" />
</state>
<state name="Open">
<transition name="close" to="Closed" />
<transition name="lock" to="Open Locked" />
</state>
<state name="Open Locked">
<transition name="unlock" to="Open" />
</state>
</process-definition>
> nullpointer while deleting start state
> --------------------------------------
>
> Key: GPD-57
> URL: http://jira.jboss.com/jira/browse/GPD-57
> Project: JBoss jBPM GPD
> Issue Type: Bug
> Reporter: Tom Baeyens
> Assigned To: Koen Aers
>
--
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