cancel
Showing results for 
Search instead for 
Did you mean: 

class not find

liyunfang
Champ in-the-making
Champ in-the-making
version: 5.15.1

error info:

Caused by: java.lang.ClassNotFoundException: org.activiti.validation.ProcessValidator
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   … 42 more
3 REPLIES 3

liyunfang
Champ in-the-making
Champ in-the-making

jbarrez
Star Contributor
Star Contributor
To use it, you would need to download the source code of activiti yourself and patch it.

Alternatively, you can wait until we release a version that fixes this.