• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploy BPEL Process Using Ant Script

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am new to BPEL.

I have created a BPEL Process in JDEV,and using Ant Script (Don't want to use JDEV ant script) i want to deploy it into SOA server.

How can i do this.

Please give me some sample helloworld deploy ant script.

Thanks in Adavance.

Please help me.
 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

I guess you designed the Helloworld bpel project using Jdev .
If you go to the root folder of the Project, you'll find the build.xml which is used for deploying to the BPEL Server (It could be deploying to the StandAlone Server, you might need to change it).

Open it study how it works and change it accordingly.

Regards
Aneesh
 
Tukaram Kanade
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply.

Could you please tell me what changes should i do?

And my requirement is, i want to deploy this bpel process without using JDEV.

Means i am having only the BPEL process JAR file.

& want to deploy this Jar file in SOA server with using ANT script.

How can i do this. OR could you please give me the sample ANT Script for deploying.
 
Aneesh Vijendran
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Find this line in the build.xml



The ${orabpelHome} should be of your SOA suite (ORACLE_HOME).

Cheers
Aneesh
 
Tukaram Kanade
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From where i should excute this build.xml file.

My requirement is without using Jdev i have to deploy this process ,will it possible?

could you please give the steps required for deployment.

I totally stucked in this issue becuse i am not having the BPEL knowledge.

 
Aneesh Vijendran
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mate - the question you are asking now is nothing to do with BPEL! Its how about you run Ant?

If you don't know how to run/configure ant, read this documentation. Moreover google and you'll get a handful of resource for this:

http://ant.apache.org/manual/install.html

The answer for your question (Assuming you've configured ant is:

<Project_Folder> ant



Cheers
Aneesh
 
Tukaram Kanade
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okk Thanks for your reply.

sorry for that question, i am get little bit confuse in the BPEL process & ant script.

but bpelc is used for the compilation & creating the Jar file,Am i right ?

But i am having already BPEL process jar file, just i want to deploy it.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please see the folowing for the deployment of BPEL process using ant:

http://pillais.wordpress.com/2007/12/18/deploying-oracle-bpel-process-to-different-instances-using-ant-and-parmeters/


I hope this will help you to deploy using ant.
 
What's that smell? I think this tiny ad may have stepped in something.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic