2 Replies Latest reply on Jun 30, 2010 6:19 AM by angelrego

    how to deploy a bpel process into fuse

    angelrego

      Hi everybody,

       

      My problem, I cannot install a bpel process in FUSE ESB 4.2. Is there any useful link about fuse 4 and bpel?

       

      first, I tried with eclipsetomcatode (no esb) and everything was fine

      Now, I've been reading the documentation at http://fusesource.com/docs/esb/4.2/jbi and create and tested the example at http://fusesource.com/docs/esb/4.2/bpel BUT I don't know hot to deploy my own bpel

       

      already done:

      *bpel, bpelex and wsdl files,

      *process installed and tested in tomcat + ode

      *fuse:created a fuse ode base project from mvn archetype 

      not done:

      *change the service endpoint (where is the /ode webapp in fuse?, what url should be typed in the wsdl?

      *mvn install and osgi:deploy (since, first I need a good bpel endpoint url)

       

      thanks

        • 1. Re: how to deploy a bpel process into fuse
          ffang

          Hi,

           

          Did you have a look at the loan-broker-bpel example shipped with SMX4.2 kit?

          Hopefully you can get some idea from that example.

           

          Freeman

          • 2. Re: how to deploy a bpel process into fuse
            angelrego

            Yes I followed that tutorial and example. But it is not clear for me. For instance, I need a http address to insert in a service tag in the wsdl, and there is no  in the loan-broker-ode-su

             

            Another thing, what framework are you using to develop bpel processes to fuse?. I just have eclipse+bpel designer but not integrated with the fuse esb, I've read something about swordfish, but i don't know if it is the right tool.

             

            I attach the "ode_test", containing the bpel tested with tomcat+ode, and the "bpel_skeleton" created from maven (where my bpel should be inserted and configured)

             

            regards