Hi,
While deploying an example http+bpel assembly to ODE 1.3.4 in ServiceMix 4.2.0,
I am getting the following error in the log:
Caused by: java.lang.ClassNotFoundException:
org.springframework.context.ApplicationContext in classloader OdeBpelEngine
at
org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:206)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 17 more
I downloaded the jar file that contains "ApplicationContext" and put the jar
into ServiceMix lib directory, and this did not help at all.
Did anyone have this problem before?
HART