Problem deploying web service to bpel oc4j
7538Sep 21 2004 — edited Dec 6 2004Hi,
I've created a web service using jdeveloper. It works ok if i deploy it to a standard 9.0.4 or 10.0.3 oc4j. However, if i deploy it to bpel process manager, i get the following exception:
500 Internal Server Error
java.lang.NoClassDefFoundError: org/apache/soap/SOAPException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
I've tried including the oracle soap jars in the war file, and configuring oc4j to first load local classes. This doesn't help.
Any suggestions?
Thanks,
Andrej