> >
> > I'm not able to get the BPEL implementation sample to work from the SCA
> Java 2.0-Beta2 distribution. Can somebody please help tell me what's going
> wrong?
> >
> > I'm trying to run the sample using maven 3.0.2, java 1.6.0_20 on windows
> XP.
> >
> > Here's what I do:
> > 1. Download
> > http://www.apache.org/dyn/closer.cgi/tuscany/java/sca/2.0-
> Beta2/apache
> > -tuscany-sca-all-2.0-Beta2.zip
> > 2. Unzip
> > 3. cd into
> > samples\learning-more\implementation-bpel\helloworld-bpel-webapp
> > 4. run mvn
> >
> > I get the following errors, during Jetty startup:
...
> > {http://sample}helloworld-bpel] (BPELProcessNotFound)
> > SEVERE: Cant find BPEL Process : {0}
> > Mar 15, 2011 5:20:13 PM
...
> >
> > Appreciate any help
> > Thanks
> > Anuj
> >
> >
> 
> I need to investigate more to understand why it doesn't work as-is now but if
> you try moving the files helloworld.bpel and helloworld.wsdl from the
> src\main\resources folder to be in the src\main\webapp\WEB-INF folder
> then it should fix that problem.
> 

Copying the files to the WEB-INF folder fixed the problem. Thanks a lot for 
your help Ant!

FYI, I immediately ran into another error  - ERROR 42X05: Table/View 
'ODE_SCHEMA_VERSION' does not exist. - but I managed to fix it by changing the 
dependency version for "ode-dao-jpa-ojpa-derby" from 1.1.1 to 1.3.2 in the 
samples pom.xml file.

Thanks
Anuj

Reply via email to