I manage to get it up running with the classes are deployed inside a
jar, - but when compiling the action-classes to .class files in the
WEB-INF/classes
I get this error message when starting the application inside Intellij.
I get this error message even it the classes exists in the jar in the
WEB-INF/lib.
 
Any clues?
 
Geir A.
 
DEBUG 19:24:07,824 [main]
no.aftenposten.common.www.config.WebConfiguration - load: loading:
C:\JavaAften\src\webidam\web\webapps\webidam\WEB-INF\conf\webidam.proper
ties
INFO  19:24:07,854 [main]
org.apache.struts.util.PropertyMessageResources - Initializing,
config='org.apache.struts.action.ActionResources', returnNull=true
ERROR 19:24:08,326 [main] org.apache.commons.digester.Digester - Begin
event threw exception
java.lang.reflect.InvocationTargetException: 
java.lang.NoClassDefFoundError:
no/aftenposten/adk/idam/czar/struts/Dummyform (wrong name:
no/aftenposten/adk/idam/czar/struts/DummyForm)
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
 at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:56)


Reply via email to