the problem posted by zoe occurs on what seems to be a jpdl process, so let me 
focus on dhanush's problem first.

dhanush, when you say "api mode" are you invoking methods outside the 
enterprise app (i.e. code not deployed inside jbpm-bpel.ear)? if you are, then 
your app's ENC will not contain the appropriate references to jbpm-bpel's 
enterprise beans. this accounts for the apparent absence.

even if you 'fix' the references, your app and jbpm-bpel.ear will have 
different class loaders and result in the class class exception. hence you 
should either move your app inside jbpm-bpel.ear or take out the shared jars 
and put them in the server configuration's lib folder (e.g. 
jboss/server/default/lib).

tell me how it goes.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243072#4243072

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243072
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to