cancel
Showing results for 
Search instead for 
Did you mean: 

Activti Explorer + JBoss AS7 Class not found Exception

emjays
Champ in-the-making
Champ in-the-making
Hi Guys,

I'm trying to deploy the Activiti-Explorer on a bare-bone JBoss AS 7 Server, using its own H2 Database.
Therefor I use the spring framework and Activiti CDI.

Unfortunately i run into lots of class not found Exceptions like :


java.lang.ClassNotFoundException: org.activiti.explorer.demo.DemoDataGenerator

and other beans that are declared in applicationContext.xml and activiti-ui-context.xml


Thanks in advance for your help


Emjay
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi Emjay,

Are you using the Activiti Explorer WAR from the Activiti 5.10 distribution?
Or did you build the Explorer yourself?
The class you mention is part of the Explorer Java classes so that's really strange.

Best regards,

emjays
Champ in-the-making
Champ in-the-making
I'm building it myself,

those Classes actually are there, the build even worked before i tried to use the jboss h2 Database and Spring framework, do i have to reference them somewhere outside the applicationContext.xml ?

jbarrez
Star Contributor
Star Contributor
If you get a classnotfoundException, it really means JBoss can't find the class on the classpath. Where exactly do you 'find' your missing classes?

emjays
Champ in-the-making
Champ in-the-making
Thx for the hint , somehow those classes got lost .. after copying them back in , it works fine Smiley Happy