On 8/29/07, Matthieu Riou <[EMAIL PROTECTED]> wrote:
> On 8/28/07, Janne Savukoski <[EMAIL PROTECTED]> wrote:
> >
> > I have the deploy.xml there, but some xsd/wsdls may be missing.
> > However, from the code it strongly looks like the execution is aborted
> > if no bpels are found.
> >
> > The rel
On 8/28/07, Janne Savukoski <[EMAIL PROTECTED]> wrote:
>
> I have the deploy.xml there, but some xsd/wsdls may be missing.
> However, from the code it strongly looks like the execution is aborted
> if no bpels are found.
>
> The relevant(?) two stack pointers are following:
>
> org/apache/ode/store
I have the deploy.xml there, but some xsd/wsdls may be missing.
However, from the code it strongly looks like the execution is aborted
if no bpels are found.
The relevant(?) two stack pointers are following:
org/apache/ode/store/DeploymentUnitDir.java:123
org/apache/ode/store/ProcessStoreImpl.jav
A pre-compiled process is only a replacement for the .bpel file. I think
you still need to include deploy.xml, and related WSDLs and XSDs.
alex
On 8/28/07, Janne Savukoski <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm trying to deploy a unit with only precompiled (.cbp) files and my
> futile att
Hello,
I'm trying to deploy a unit with only precompiled (.cbp) files and my
futile attempt ends to a message "Directory xyzzy does not contain any
process!". I guess the commit 549966 with message "Deployment of empty
DUs shouldn't be allowed." may have something to do with this?) (See
/bpel-stor