[jboss-jira] [JBoss JIRA] Updated: (GPD-129) ConfigInfoElementDomAdapter doesnt define node types

Koen Aers (JIRA) jira-events at lists.jboss.org
Tue Aug 7 06:43:49 EDT 2007


     [ http://jira.jboss.com/jira/browse/GPD-129?page=all ]

Koen Aers updated GPD-129:
--------------------------

      Component/s: jpdl
    Fix Version/s: jBPM JPDL Designer 3.1.0.CR

> 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