Friday, June 5, 2009

Renaming a deployed BPEL process

  1. Open the bpel.xml file in your Jdeveloper.
  2. Inside the file, go to the ‘BPEL Process Id’ and ‘src’ tag and change those values to the desired name and save it.
  3. Redeploy the BPEL Process on the same server and you will see its new name in the BPEL Console.

2 comments:

Amit said...

kya baat h!!

Gautham Adury said...

good work :) but i think you can change only the Id value and not the src value in the bpel.xml. If you do so, it'll give u a compilation error. I am on 10.1.3.5 and just by changing the id value, it corrected the process name on BPEL console when deployed.