[jboss-jira] [JBoss JIRA] Created: (GPD-308) prevent empty names

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Thu Apr 2 05:13:22 EDT 2009


prevent empty names
-------------------

                 Key: GPD-308
                 URL: https://jira.jboss.org/jira/browse/GPD-308
             Project: JBoss jBPM GPD
          Issue Type: Task
            Reporter: Tom Baeyens
            Assignee: Koen Aers


in end state example, i see you generated an empty name.  that should be prevented if possible.  the fact that this still parses without exception is actually a bug.

<process name="EndState" xmlns="http://jbpm.org/4/jpdl">

  <start g="16,96,48,48">
     <transition to="get return code" name=""/>
  </start>

  <state g="96,94,110,52" name="get return code">
    <transition g="150,63:-36,11" name="200" to="ok"/>
    <transition g=":-16,-27" name="400" to="bad request"/>
    <transition g="150,177:-33,-32" name="500" to="internal server error"/>
  </state>

  <end g="239,40,48,48" name="ok" state="completed"/>
  <end-cancel g="239,97,48,48" name="bad request"/>
  <end-error g="240,154,48,48" name="internal server error"/>

</process>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list