I did some search here and found using jbpm-bpmn2 dependency will get rid of the following error.<br><br>  &lt;dependency&gt;<br>
            &lt;groupId&gt;org.jbpm&lt;/groupId&gt;<br>
            &lt;artifactId&gt;jbpm-bpmn2&lt;/artifactId&gt;<br>
            &lt;version&gt;5.3.0.CR1&lt;/version&gt;<br>
        &lt;/dependency&gt;<br>
<br><br>Is this the correct soluation? If there is such an dependency, should not the drools-core be taking care of this in the pom file? Now I tried to add the dependency myself but ended up with some method not found exception, which I believe is caused by the version mismatching (since I do not know which version would match drools 5.3.0.final).<br>
<br>I would assume using ruleflow is common practice in this forum. does anyone else have this issue when working with 5.3.0.Final?<br><br>Thanks<br><br>Sean<br><br><br><br>&quot;java.lang.RuntimeException: Unable to instantiate a process builder&quot;<br>
....<br>Caused by: java.lang.ClassNotFoundException: org.jbpm.process.builder.ProcessBuilderFactoryServiceImpl<br>
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br>
    at java.security.AccessController.doPrivileged(Native Method)<br>
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br>
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)<br>
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br>
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)<br>
    at java.lang.Class.forName0(Native Method)<br>
    at java.lang.Class.forName(Class.java:169)<br>
    at org.drools.util.ServiceRegistryImpl$ReflectionInstantiator.newInstance(ServiceRegistryImpl.java:207)<br><br><br>      <br clear="all"><br><br><br><br>-- <br>&quot;But beware of the Dark Side. Anger, fear, aggression - the Dark Side of the Force are they.&quot; -Yoda<br>