[jboss-jira] [JBoss JIRA] Resolved: (GPD-129) ConfigInfoElementDomAdapter doesnt define node types
Koen Aers (JIRA)
jira-events at lists.jboss.org
Tue Aug 7 09:18:49 EDT 2007
[ http://jira.jboss.com/jira/browse/GPD-129?page=all ]
Koen Aers resolved GPD-129.
---------------------------
Resolution: Done
I have fixed this. Have a look and inform me if it works for you. Note that I have refactored the name from ConfigInfoElement to GenericElement
> ConfigInfoElementDomAdapter doesnt define node types
> ----------------------------------------------------
>
> Key: GPD-129
> URL: http://jira.jboss.com/jira/browse/GPD-129
> Project: JBoss jBPM GPD
> Issue Type: Bug
> Components: jpdl
> Affects Versions: jBPM JPDL Designer 3.1.0.beta2
> Reporter: Imran Naqvi
> Assigned To: Koen Aers
> Fix For: jBPM JPDL Designer 3.1.0.CR
>
>
> ConfigInfoElementDomAdapter class needs to defined the getNodeTypes() method and return "configInfoElement" as one of its possible types. Otherwise it isnt possible to have nested ConfigInfoElements. For example in the following template, the nested config info elements wouldnt work:
> <?xml version="1.0"?>
> <process-definition name="Movie" version="11">
> <start-state name="Start">
> <transition to="Get MPEG Properties" />
> </start-state>
> <node name="Get MPEG Properties">
> <action class="SomeActionHandler"><send>010901</send>
> <keys>
> <entry>
> <key>VarName</key>
> <value>1122</value>
> </entry>
> </keys>
> <receive>
> <element>030101</element>
> <element>030102</element>
> </receive>
> </action>
> <transition to="End"/> </node>
> <end-state name="End" />
--
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