Friday, December 19, 2008

Deploy BPEL process with different name

What I want to do?

What I want to do is this.
There is a process A.
I want to deploy this to the server with name X.

How I did it?

This is just very simple.
Just open up the bpel.xml file

Change the following tag
<BPELProcess id="A"
to
<BPELProcess id="X"

Why I want to do this?

No particular reason actually. One of my friends wanted to know this.
If he wanted to know there could be other too who want to know this.
So I put this up.

No comments: