Hi Sam,
You probably have a version problem here. The class you're missing has been
moved to org.apache.ode.bpel.compiler.api so you probably have a recent
version of the compiler with an older version of the store.
Matthieu
On 12/3/06, sam tam <[EMAIL PROTECTED]> wrote:
Hello people,
Am working BpelTest module..Its working fine. Am using that module into
someother code..
Where in i get error
java.lang.NoClassDefFoundError:
org/apache/ode/bpel/capi/ExpressionCompiler
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
:
:
....................................
I have added ode-bpel-compiler-2.0-SNAPSHOT.jar and the
expressioncompiler.class is present in the bpel-compiler jar..
I think i have added all the necessary jars..
I traced the my code and found that am stuck in this place:
Collection<QName> procs = store.deploy(new File(DepDir));
Can any one tell me what this might be or am i missing someother jar..
Thanx in advance
Sam...