ConfigInfoElementDomAdapter doesnt define node types
----------------------------------------------------
Key: GPD-129
URL:
http://jira.jboss.com/jira/browse/GPD-129
Project: JBoss jBPM GPD
Issue Type: Bug
Affects Versions: jBPM JPDL Designer 3.1.0.beta2
Reporter: Imran Naqvi
Assigned To: Koen Aers
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