2 Replies Latest reply on Aug 5, 2009 5:38 PM by mamadou_ensi

    please help problem on JbossESB 4.5

      Hi
      I work with JBossESB 4.5 and I found that "SignalCommand" is no longer available.
      I don't know whith what it's replaced
      this is the source coude








      I read in an articale that I should replace it with "Callback" but I didn't understand
      please help me

        • 1. Re: please help problem on JbossESB 4.5

           

          "mamadou_ensi" wrote:
          Hi
          I work with JBossESB 4.5 and I found that "SignalCommand" is no longer available.
          I don't know whith what it's replaced
          this is the source coude

          <action name="start_a_new_order_process" class="org.jboss.soa.esb.services.jbpm.actions.BpmProcessor">
          <property name="command" value="SignalCommand" />
          <property name="process-definition-name" value="processDefinitionName" />
          <property name="esbToBpmVars">
          <mapping esb="BODY_CONTENT" bpm="thebody" />
          </property>
          </action>
          I read in an articale that I should replace it with "Callback" but I didn't understand
          please help me


          • 2. Re: please help problem on JbossESB 4.5

             

            "mamadou_ensi" wrote:
            Hi
            I work with JBossESB 4.5 and I found that "SignalCommand" is no longer available.
            I don't know whith what it's replaced
            this is the source coude
            -<action name="start_a_new_order_process" class="org.jboss.soa.esb.services.jbpm.actions.BpmProcessor">
            <property name="command" value="SignalCommand" />
            <property name="process-definition-name" value="processDefinitionName" />
            <property name="esbToBpmVars">
            <mapping esb="BODY_CONTENT" bpm="thebody" />
            </property>
            </action>-
            I read in an articale that I should replace it with "Callback" but I didn't understand
            please help me