[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3400) JBDS 2.0 Beta creates wrong

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Dec 15 06:45:57 EST 2008


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

Max Rydahl Andersen updated JBIDE-3400:
---------------------------------------

    Priority: Critical  (was: Major)


Marking as critical since this prevents usage with SOA platform.

> JBDS 2.0 Beta creates wrong 
> ----------------------------
>
>                 Key: JBIDE-3400
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3400
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jbpm
>    Affects Versions: 3.0.0.alpha
>         Environment: Version: 2.0.0.Beta1
> Build id: R200810310645
> Build date: 10/31/2008 06:53 - with SOA-P 4.3
>            Reporter: Aaron Pestel
>            Assignee: Koen Aers
>            Priority: Critical
>             Fix For: 3.0.0.GA
>
>
> When using jBPM tooling to populate input/output tabs on ESB node properties view, the following XML is generated:
> ----------------------------------
> <jbpmToEsbVars>
> 	<mapping jbpm="jbpmName1" esb="esbName1"></mapping>
> </jbpmToEsbVars>
> <returnVars>
> 	<mapping jbpm="jbpmName1" esb="esbName1"></mapping>
> </returnVars>
> ----------------------------------
> That will not deploy on SOA-P 4.3 (or 4.2 I don't think).  It needs to look like this:
> ----------------------------------
> <bpmToEsbVars>
>       <mapping bpm="jbpmName1" esb="esbName1" />            	
>  </bpmToEsbVars>
>  <esbToBpmVars>
>       <mapping esb="esbName1" bpm="jbpmName1" />
> </esbToBpmVars>
> ----------------------------------
> Note the "bpm" instead of "jbpm" and the "esbToBpmVars" instead of "returnVars"
>   

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

        



More information about the jbosstools-issues mailing list