[jboss-jira] [JBoss JIRA] Updated: (GPD-380) custom activity child nodes being deleted

Maciej Swiderski (JIRA) jira-events at lists.jboss.org
Sun Jun 20 13:05:46 EDT 2010


     [ https://jira.jboss.org/browse/GPD-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maciej Swiderski updated GPD-380:
---------------------------------

    Attachment: custom-activity-changes.patch


Please ignore previous patch, it was too simple and did not use already developed functionality. This one relies on Details view to be consistent with all the rest. In addition, it provides support for class attribute of custom activity.

> custom activity child nodes being deleted
> -----------------------------------------
>
>                 Key: GPD-380
>                 URL: https://jira.jboss.org/browse/GPD-380
>             Project: jBPM GPD
>          Issue Type: Bug
>    Affects Versions: jBPM jPDL Designer 4.0.0.GA, jBPM jPDL Designer 4.1, jBPM jPDL Designer 4.2
>            Reporter: Kevin Elliott
>            Assignee: Koen Aers
>             Fix For: jBPM jPDL Designer 4.4
>
>         Attachments: custom-activity-changes.patch, GPD-380.patch
>
>
> if you have a custom activity that has <field> child nodes and you update the process diagram, all of the field child nodes in all custom activities are deleted.
> for example - 
>    <custom expr="#{sendMuleEventAndContinue}" g="292,687,92,52" name="validate">
>         <field name="endpoint"><string value="validateEndpoint"/></field>
>         <field name="payloadSource"><string value="incoming"/></field>
>         <field name="synchronous"><true/></field>
>       <transition g="-124,-8" name="to postValidation" to="postValidation"/>
>    </custom>
> becomes - 
>    <custom expr="#{sendMuleEventAndContinue}" g="292,687,92,52" name="validate">
>       <transition g="-124,-8" name="to postValidation" to="postValidation"/>
>    </custom>

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

        


More information about the jboss-jira mailing list