[jboss-jira] [JBoss JIRA] Closed: (GPD-195) sub-process name not loaded
Koen Aers (JIRA)
jira-events at lists.jboss.org
Mon Jan 14 05:39:29 EST 2008
[ http://jira.jboss.com/jira/browse/GPD-195?page=all ]
Koen Aers closed GPD-195.
-------------------------
Resolution: Done
> sub-process name not loaded
> ---------------------------
>
> Key: GPD-195
> URL: http://jira.jboss.com/jira/browse/GPD-195
> Project: JBoss jBPM GPD
> Issue Type: Bug
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.2
> Environment: Eclipse 3.3.0
> Reporter: Wojtas Koziej
> Assigned To: Koen Aers
> Fix For: jBPM jPDL Designer 3.2.0.alpha1, jBPM jPDL Designer 3.1.3
>
>
> I load process definiotion file (below), click process-state node, open properties view, click subprocess tab and
> there is no sub-process name in the Subprocess Name field.
> When I change the value of Subprocess Name field and want to save file nothing hapens (Source is not sync).
> <?xml version="1.0" encoding="UTF-8"?>
> <process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="testsub">
> <start-state name="start-state1">
> <transition to="process-state1"></transition>
> </start-state>
> <process-state name="process-state1">
> <sub-process name="test-name"/>
> <transition to="end-state1"></transition>
> </process-state>
> <end-state name="end-state1"></end-state>
> </process-definition>
--
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