Hi,
Depends which version is included with your version of Tomcat :) We're using
2.8.0 so you'll probably want to try with that.
Cheers,
Matthieu
On 5/25/07, Dan <[EMAIL PROTECTED]> wrote:
Hi,
After some deployment failures into servicemix, I'm trying to manually
build
my BPEL with bpelc. I get the following error, but I have xerxes in my
classpath. Do I have the wrong version?
[]$ ./bpelc.sh /.../helloDanBPEL.bpel
java org.apache.ode.tools.bpelc.cline.BpelC:
org/apache/xerces/jaxp/DocumentBuilderFactoryImpl
java.lang.NoClassDefFoundError:
org/apache/xerces/jaxp/DocumentBuilderFactoryImpl
at org.apache.ode.bpel.compiler.bom.BpelObjectFactory.parse(
BpelObjectFactory.java:215)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:312)
at org.apache.ode.tools.bpelc.BpelCompileCommand.execute(
BpelCompileCommand.java:122)
at org.apache.ode.tools.bpelc.cline.BpelC.main(BpelC.java:99)
[]$ echo $CLASSPATH
/myOdeJBIdistro/lib/:/opt/axis/lib/axis.jar:/opt/axis/lib/jaxrpc.jar:/opt/axis/lib/saaj.jar::/opt/axis/lib/commons-
logging-1.0.4.jar:/opt/axis/lib/commons-discovery-0.2.jar:/opt/axis/lib/wsdl4j-1.5.1.jar:/opt/axis:/opt/tomcat/common/endorsed/xercesImpl.jar
[]$ which java
/opt/jdk1.5.0_11/bin/java
Thanks,
Dan