|
Hi,
I am starting to learn Drools and have hit a problem when using the RuleFlow. Whenever I try to run the sample project using Eclipse I get the following error: Caused by: java.lang.ClassNotFoundException: org.jbpm.bpmn2.BPMN2ProcessProviderImplat java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged( Native Method)at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0( Native Method)at java.lang.Class.forName(Unknown Source) at org.drools.util.ServiceRegistryImpl$ReflectionInstantiator.newInstance( ServiceRegistryImpl.java:207) ... 9 moreAny help would be much appreciated. Regards, Rich _______________________________________________ rules-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/rules-users |
|
hi,
RuleFlow is replaced by the jbpm5. <<jBPM5 is the new brand name of the Drools process engine that was previously known as Drools Flow>> 2012/4/27 Richard Moore <[hidden email]>
_______________________________________________ rules-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/rules-users |
|
On 28/04/2012 10:59, Ahmed Feki wrote:
You'll need to have jBPM on your classpath to execute ruleflows. Mark
_______________________________________________ rules-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/rules-users |
|
Thanks. I was missing the jbpm jars. All seems to work fine now
_______________________________________________ rules-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/rules-users |
| Powered by Nabble | Edit this page |
