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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...