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

Aaron Pestel (JIRA) jira-events at lists.jboss.org
Fri Dec 12 16:51:36 EST 2008


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
         Environment: Version: 2.0.0.Beta1
Build id: R200810310645
Build date: 10/31/2008 06:53 - with SOA-P 4.3
            Reporter: Aaron Pestel


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