Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jboss 7.1.1、JDK1.6 和 drools 5.4 最终版本。
创建 KnowledgeBuilder 对象时,在 jboss 日志中不断出现异常。drools jar 位于 war 文件外部,并且路径已在 module.xml 中指定。任何想法如何解决此问题或导致此问题的原因是什么?请告诉我,
谢谢
-J
java.lang.ClassNotFoundException: org.drools.builder.impl.KnowledgeBuilderFactoryServiceImpl
看起来 drools-core 或 drools-compiler jar 不在类路径中。