Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-3400

JBDS 2.0 Beta creates wrong

    XMLWordPrintable

Details

    Description

      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"

      Attachments

        Activity

          People

            kaers@redhat.com Koen Aers
            ammppp_jira Aaron Pestel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: