[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassLoading Problem

PeterJ do-not-reply at jboss.com
Tue Aug 4 12:55:23 EDT 2009


Without knowing more details (exactly where the classes are located, and what the class was not found) it is hard to say.

But in general if you package a class within a WAR file, only other classes within that WAR file have visibility to those classes. If a class in, for example, the EJB JAR attempts to access a class within the WAR you will get a CNFE. (I cannot tell if that is what you are running into or not.)

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247929#4247929

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247929



More information about the jboss-user mailing list