You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Tammo van Lessen <tv...@gmail.com> on 2015/05/05 12:53:43 UTC

Re: ODE deployment service API - Maven

Hi Marzie,

I think I didn't get the question. Do you want to embed ODE into your
project or do you want to deploy to ODE from your project. If the latter is
the case, you don't need any ODE dependency besides the WSDL file of the
deployment service.

HTH,
  Tammo

On Tue, Apr 28, 2015 at 3:55 PM, Marzie Dehghanipour <
marzie.dehghani@gmail.com> wrote:

> Dear All,
>
> I am using Maven in my project which calls Apache ODE deployment service
> API in order to deploy BPEL process on Axis2 server remotely. But I got
> stuck to add dependencies for ODE and Axis2 in pom.xml. In my previous
> project which is not a Maven project I added all the jars to the project
> build path very easily and it worked fine, but now I have to work with
> Maven and CXF to create a web service for deploying BPEL process on Axis2
> server. I tried so hard but I have not yet got the success.
>
> I do appreciate if you help me. If there is a project which uses ODE
> deployment service with Maven or something like this which I can look and
> get some idea. Thanks in advance.
>
> Marzie
>



-- 
Tammo van Lessen - http://www.taval.de

Re: ODE deployment service API - Maven

Posted by Tammo van Lessen <tv...@gmail.com>.
Yes, but this was because you wanted to use Axis2/Axiom as the client lib
and and appeared easier to just copy all libs to see if it works. Now I
understood that you want to use CXF, thus there is no need for Axis2
anymore.

Best,
  Tammo

On Tue, May 5, 2015 at 1:17 PM, Marzie Dehghanipour <
marzie.dehghani@gmail.com> wrote:

> Dear Tammo,
>
> Thanks for your answer.
>
> I want to deploy BPEL process (zip files) to ODE engine remotely from my
> project instead of copying the files to "
> ....\webapps\ode\WEB-INF\processes".
>
> So you mean I don't need to add any dependencies to pom.xml? Because in the
> previous project you told me I have to add all the jars files located
> in <tomcat>/webapps/ode/WEB-INF/lib
> plus Axis2 jars to my project.
>
> Best,
> Marzie
>
> On Tue, May 5, 2015 at 12:53 PM, Tammo van Lessen <tv...@gmail.com>
> wrote:
>
> > Hi Marzie,
> >
> > I think I didn't get the question. Do you want to embed ODE into your
> > project or do you want to deploy to ODE from your project. If the latter
> is
> > the case, you don't need any ODE dependency besides the WSDL file of the
> > deployment service.
> >
> > HTH,
> >   Tammo
> >
> > On Tue, Apr 28, 2015 at 3:55 PM, Marzie Dehghanipour <
> > marzie.dehghani@gmail.com> wrote:
> >
> > > Dear All,
> > >
> > > I am using Maven in my project which calls Apache ODE deployment
> service
> > > API in order to deploy BPEL process on Axis2 server remotely. But I got
> > > stuck to add dependencies for ODE and Axis2 in pom.xml. In my previous
> > > project which is not a Maven project I added all the jars to the
> project
> > > build path very easily and it worked fine, but now I have to work with
> > > Maven and CXF to create a web service for deploying BPEL process on
> Axis2
> > > server. I tried so hard but I have not yet got the success.
> > >
> > > I do appreciate if you help me. If there is a project which uses ODE
> > > deployment service with Maven or something like this which I can look
> and
> > > get some idea. Thanks in advance.
> > >
> > > Marzie
> > >
> >
> >
> >
> > --
> > Tammo van Lessen - http://www.taval.de
> >
>



-- 
Tammo van Lessen - http://www.taval.de

Re: ODE deployment service API - Maven

Posted by Marzie Dehghanipour <ma...@gmail.com>.
Dear Tammo,

Thanks for your answer.

I want to deploy BPEL process (zip files) to ODE engine remotely from my
project instead of copying the files to "
....\webapps\ode\WEB-INF\processes".

So you mean I don't need to add any dependencies to pom.xml? Because in the
previous project you told me I have to add all the jars files located
in <tomcat>/webapps/ode/WEB-INF/lib
plus Axis2 jars to my project.

Best,
Marzie

On Tue, May 5, 2015 at 12:53 PM, Tammo van Lessen <tv...@gmail.com>
wrote:

> Hi Marzie,
>
> I think I didn't get the question. Do you want to embed ODE into your
> project or do you want to deploy to ODE from your project. If the latter is
> the case, you don't need any ODE dependency besides the WSDL file of the
> deployment service.
>
> HTH,
>   Tammo
>
> On Tue, Apr 28, 2015 at 3:55 PM, Marzie Dehghanipour <
> marzie.dehghani@gmail.com> wrote:
>
> > Dear All,
> >
> > I am using Maven in my project which calls Apache ODE deployment service
> > API in order to deploy BPEL process on Axis2 server remotely. But I got
> > stuck to add dependencies for ODE and Axis2 in pom.xml. In my previous
> > project which is not a Maven project I added all the jars to the project
> > build path very easily and it worked fine, but now I have to work with
> > Maven and CXF to create a web service for deploying BPEL process on Axis2
> > server. I tried so hard but I have not yet got the success.
> >
> > I do appreciate if you help me. If there is a project which uses ODE
> > deployment service with Maven or something like this which I can look and
> > get some idea. Thanks in advance.
> >
> > Marzie
> >
>
>
>
> --
> Tammo van Lessen - http://www.taval.de
>