1 Reply Latest reply on Jul 30, 2012 10:41 AM by saeger

    ClassNotFoundException -> BaseClassLoader

    saeger

      Hello there,

       

       

      Currently i have a project that works on Tomcat Application Server. Now, we're going to make our project work into the JBoss too.

      So, i've installed the "jboss-6.1.0.Final" and started using it with my application (application.war).

       

      The thing is: i have some classes that i compile dinamycally into the WEB-INF/classes folder.

      For some reason, i'm getting the ClassNotFoundException from the BaseClassLoader:

       

      Causa:

      java.lang.ClassNotFoundException: wfr.com.systems.system_trn.rules.WebrunFunctions from BaseClassLoader@2aefe9{vfs:///C:/Users/Saeger/jBossWorkspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.x_Runtime_Server1343049885332/deploy/trunk6JBoss.war} at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:480) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at wfr.rules.RulesClassLoader$LocalClassLoader.findClass(RulesClassLoader.java:234) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

       

      Any help?