On Thu, Apr 16, 2009 at 9:37 AM, Schramm, Arne <[email protected]> wrote: > Console: > > 16.04.2009 18:34:12 org.apache.tuscany.sca.node.impl.NodeImpl <init> > INFO: Creating node: Production.composite > 16.04.2009 18:34:12 org.apache.tuscany.sca.node.impl.NodeImpl configureNode > INFO: Loading contribution: > file:/C:/Schramm/workspaces/esb_tuscany/SCA_BPEL_Production/target/database/ > 16.04.2009 18:34:12 > org.apache.tuscany.sca.implementation.bpel.xml.BPELDocumentProcessor > SCHWERWIEGEND: ContributionReadException occured due to : > 16.04.2009 18:34:13 > org.apache.tuscany.sca.implementation.bpel.xml.BPELImplementationProcessor > SCHWERWIEGEND: Cant find BPEL Process : {0} > Exception in thread "main" org.osoa.sca.ServiceRuntimeException: > org.apache.tuscany.sca.contribution.service.ContributionReadException: > java.util.NoSuchElementException >
It seems that the BPELImplementationProcessor is not able to find the BPEL Process based on the QName provided, but things seems to be right based on the composite and BPEL process provided. Where is the process located in your SCA Contribution ? Also, are you using a specific release or trunk revision ? -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
