[jboss-jira] [JBoss JIRA] Updated: (GPD-308) prevent empty names
Koen Aers (JIRA)
jira-events at lists.jboss.org
Tue Nov 10 15:06:05 EST 2009
[ https://jira.jboss.org/jira/browse/GPD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koen Aers updated GPD-308:
--------------------------
Fix Version/s: jBPM jPDL Designer 4.3
> prevent empty names
> -------------------
>
> Key: GPD-308
> URL: https://jira.jboss.org/jira/browse/GPD-308
> Project: jBPM GPD
> Issue Type: Task
> Components: jpdl
> Reporter: Tom Baeyens
> Assignee: Koen Aers
> Fix For: jBPM jPDL Designer 4.3
>
>
> 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