jbpm + Spring集成中的ClassNotFound异常

时间:2011-07-05 09:55:50

标签: spring integration websphere jbpm

1 个答案:

答案 0 :(得分:0)

Spring不需要做任何特别的事情。

由于这是一个Web应用程序,因此您可能需要更高级别的类加载器,因为应用程序服务器本身需要JAR。

应用服务器中有类加载器的层次结构:bootstrap-> server-> application。当你在WEB-INF / lib中放置一个JAR时,它会被应用程序类加载器选中。您可以尝试将org.jbpm.api.ProcessEngine JAR放在server / lib中并再次尝试。