[JBoss JIRA] (GPD-231) Editing task node's name in source view breaks XML, if node is used.
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/GPD-231?page=com.atlassian.jira.plugin.sy... ]
Koen Aers resolved GPD-231.
---------------------------
Resolution: Out of Date
> Editing task node's name in source view breaks XML, if node is used.
> --------------------------------------------------------------------
>
> Key: GPD-231
> URL: https://issues.jboss.org/browse/GPD-231
> Project: jBPM GPD
> Issue Type: Bug
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.3.SP2
> Environment: Windows XP SP3, Eclipse 3.3
> Reporter: N/A N/A
> Assignee: Koen Aers
> Fix For: jBPM jPDL Designer 3.x
>
>
> When switching to source code view and manually editing a task node's name which is used by an existing transition, breaks the XML. You can enter whatever you like, but the task's name attribute stays the same while the transition's to-attribute is cluttered with parts of the characters you have enter. Depending on whether you use backspace, the cursor may also jump around in the document, erasing some unrelated code.
> Here is an example:
> BEFORE
> <start-state name="First step">
> <task name="First step" swimlane="Role">
> <controller>
> <variable access="read,write,required" name="someVar" mapped-name="Some Var"/>
> </controller>
> </task>
> <transition to="Second step"/>
> </start-state>
> <task-node name="Second Step"> <!-- CHANGE THIS -->
> <task name="Second Step" swimlane="Second role">
> <controller>
> <variable access="read,write,required" name="someOtherVar" mapped-name="Some Other Var"/>
> </controller>
> </task>
> <transition to="Third step"/>
> </task-node>
> AFTER
> <start-state name="First step">
> <task name="First step" swimlane="Role">
> <controller>
> <variable access="read,write,required" name="someVar" mapped-name="Some Var"/>
> </controller>
> </task>
> <transition to="Second"/> <!-- broken -->
> </start-state>
> <task-node name="Second Ste> <!-- broken -->
> <task nme="Second Step" swimlane="Second role"> <!-- broken (nme instead of name) -->
> <controller>
> <variable access="read,write,required" name="someOtherVar" mapped-name="Some Other Var"/>
> </controller>
> </task>
> <transition to="Third step"/>
> </task-node>
> Another option is adding something to the node's name... First look at the original once more, when trying to add " Part 1" to "Second Step" (so it should be Second Step Part 1) we get this as the result:
> <start-state name="First step">
> <task name="First step" swimlane="Role">
> <controller>
> <variable access="read,write,required" name="someVar" mapped-name="Some Var"/>
> </controller>
> </task>
> <transition to="Second step Part 1"/> <!-- changed, even though i edited the task-node's name-attribute -->
> </start-state>
> <task-node name="Second Step"> <!-- unchanged -->
> <task name="Second Step" swimlane="Second role">
> <controller>
> <variable access="read,write,required" name="someOtherVar" mapped-name="Some Other Var"/>
> </controller>
> </task>
> <transition to="Third step"/>
> </task-node>
> This can be worked around by first changing the transition's to-attribute to something that isn't used, but it's nonetheless a bug which causes some grief.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (GPD-243) Cannot browse services while adding ESB Node
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/GPD-243?page=com.atlassian.jira.plugin.sy... ]
Koen Aers resolved GPD-243.
---------------------------
Resolution: Out of Date
> Cannot browse services while adding ESB Node
> --------------------------------------------
>
> Key: GPD-243
> URL: https://issues.jboss.org/browse/GPD-243
> Project: jBPM GPD
> Issue Type: Feature Request
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.4
> Reporter: Piotr Hrebieniuk
> Assignee: Koen Aers
> Labels: ESB_node, services, xml
> Fix For: jBPM jPDL Designer 3.x
>
>
> The ESB type node is used to tell the process, that the logic of this node is defined in ESB service body. But, unfortunately, we cannot choose between services defined in nearest esb file (or referenced somewhere in process definition).
> What it causes, is that every time someone want to model a process, he has to search xml file. I suggest adding some kind of browser, it should be easy to implement with any xml parser.
> P.S.: i could do it, if Koen doesn't have much time..
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (GPD-112) Super state node name is not displayed
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/GPD-112?page=com.atlassian.jira.plugin.sy... ]
Koen Aers resolved GPD-112.
---------------------------
Resolution: Out of Date
> Super state node name is not displayed
> --------------------------------------
>
> Key: GPD-112
> URL: https://issues.jboss.org/browse/GPD-112
> Project: jBPM GPD
> Issue Type: Sub-task
> Components: jpdl
> Environment: all
> Reporter: vladimir mezhibovsky
> Assignee: Koen Aers
> Fix For: jBPM jPDL Designer 3.x
>
>
> Having a name of the super state shown on the process diagram would really help. Currently it is only visible in the outline window which make it hard to understand the process by just looking on the diagram. You have to click on the rectangle that represent super state to see the name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (GPD-300) save process image as PNG
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/GPD-300?page=com.atlassian.jira.plugin.sy... ]
Koen Aers resolved GPD-300.
---------------------------
Resolution: Out of Date
> save process image as PNG
> -------------------------
>
> Key: GPD-300
> URL: https://issues.jboss.org/browse/GPD-300
> Project: jBPM GPD
> Issue Type: Feature Request
> Components: jpdl
> Reporter: Dan Lipofsky
> Assignee: Koen Aers
> Labels: png, processimage
> Fix For: jBPM jPDL Designer 3.2
>
>
> It would be a big improvment to save the process image as PNG instead
> of JPEG. The JPG compression artifacts are quite obvious and it is
> the worst format for saving this type of image (sharp lines and words,
> computer generated). PNG is made for this type of image and its
> compression works well on this type of image so the resulting size
> would probably not be much larger. Also PNG supports transparent
> backgrounds so it would be nice if GPD supported this.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (GPD-242) Transitions coming from Superstates are not rendered correctly
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/GPD-242?page=com.atlassian.jira.plugin.sy... ]
Koen Aers resolved GPD-242.
---------------------------
Resolution: Out of Date
> Transitions coming from Superstates are not rendered correctly
> --------------------------------------------------------------
>
> Key: GPD-242
> URL: https://issues.jboss.org/browse/GPD-242
> Project: jBPM GPD
> Issue Type: Bug
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.3
> Environment: Kubuntu Hardy Heron, Java 1.6.0_06 Eclipse 3.3, Gef 3.3.2.v20080129
> Reporter: Mark Torres
> Assignee: Koen Aers
> Labels: gpd, jbpm, superstate, transition
> Fix For: jBPM jPDL Designer 3.x
>
> Attachments: SuperStateTestCase.zip
>
>
> Transitions coming from superstates are not rendered correctly on jpdl graphical editor.
> Uploaded gpd.xml, processdefinition.xml, processimage_before.jpg(expected) , processimage_after.jpg(result).
> Furthermore, upon saving after a minor change, the bendpoints from gpd.xml are removed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months