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 :
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.
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 ?