[jboss-jira] [JBoss JIRA] Created: (GPD-195) sub-process name not loaded
Wojtas Koziej (JIRA)
jira-events at lists.jboss.org
Sun Jan 13 06:52:23 EST 2008
sub-process name not loaded
---------------------------
Key: GPD-195
URL: http://jira.jboss.com/jira/browse/GPD-195
Project: JBoss jBPM GPD
Issue Type: Bug
Affects Versions: jBPM jPDL Designer 3.1.2
Environment: Eclipse 3.3.0
Reporter: Wojtas Koziej
Assigned To: Koen Aers
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