You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Alexis Midon <mi...@intalio.com> on 2009/10/09 18:29:26 UTC

Re: Deploying in memory process without file access (ZIP file)

This is not possible.
A few reasons off the top of my head: the
org.apache.ode.bpel.iapi.ProcessStore interface expects some Files, so does
the Bpel Compiler. The Bpel Compiler also creates new files.

Alexis

On Mon, Sep 28, 2009 at 12:30 PM, Mduduzi Keswa <md...@bconv.com>wrote:

> Hi,
>
>   Is it possible to deploy to AXIS2 service without creating a file-based
> ZIP stream? If not, has anyone tried to create a ZIP (process and
> descriptor) in memory (without file access) and deploy via WS interface.
> I'm
> exploring deploying to ODE engine via a web application (AJAX or servlets)
> without using files temp space to create a deployment archive.
>
>  I hope my question makes sense.
>
>
>
> Regards,
>
> -Mdu
>
>