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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Dec 15 13:48:54 EST 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12442647#action_12442647 ] 

Max Rydahl Andersen commented on JBIDE-3400:
--------------------------------------------

just to confirm, here is what a recent build of JBDS creates:

<action class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
			<bpmToEsbVars>
				<mapping bpm="bpmName1" esb="esbName1"></mapping>
				<mapping bpm="bpmName2" esb="esbName2"></mapping>
				<mapping bpm="bpmName3" esb="esbName3"></mapping>
			</bpmToEsbVars>
			<esbToBpmVars>
				<mapping bpm="bpmName1" esb="esbName1"></mapping>
				<mapping bpm="bpmName2" esb="esbName2"></mapping>
			</esbToBpmVars>
		</action>

Afaik, this looks correct, right ?

> 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