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...

Reply via email to