Hi! I am a beginer of jBPM. And I tried to build an ActionHandler with an external library(for example, with axis). I think the jar file of the library is already imported(in Eclipse, I select the "Properties" from "Project", then in "Java Build Path"-"Libraries", click "Add external JARs" and select the Jar file). After I deployed the jBPM script on my server, I tried to run the process in the jBPM homepage. But there are always many exceptions on the line in which the ActionHandler is invoked. The first line of the Exceptions is: "org.jbpm.JbpmException: couldn't get value for file 'classes/test/hi.class'". It seems that it is a Classpath problem, or? The class "test.hi.class" is in the imported jar file. Do I need to import the jar file also in anywhere else??
John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945706#3945706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945706 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
