Awais,

Is there a particular reason you want to compile your process before
deployment?   Apache Ode now automatically compiles the process upon
deployment so the only benefit to pre-compiling would be validating that
your BPEL is correct.    Normally, validation is the responsibility of your
design tool.

alex


On Mon, Apr 21, 2008 at 6:14 AM, Awais Bajwa <[EMAIL PROTECTED]> wrote:

> Hi folks,
>
>
>
> I want to compile a BPEL process using ant task, that depends on other
> process say
>
>
>
> Process A depends on Process B.
>
>
>
> But in the ant task, it requires the published URL of other BPEL
> Processes,
> I want to generate a BPEL JAR file  and want to deploy it manually on the
> Application Server, but as my Process calls another process so I am not
> sure
> how to generate the Jar.
>
>
>
> <bpelc [rr="rrfile"] [targetDir="directory"]>
>
>  <wsdl uri="uri" />?
>
>  <bpel url="url" />+
>
> </bpelc>
>

Reply via email to