anonymous wrote : 
  | It was a very simple mistake, but I wonder.. how come the stack trace for the 
error did not contain any hint about the root class which is missing??? Guess JBoss 
needs to include the relevant errors in there, no?? :)
  | 

Nothing JBoss specific, this is just how Java works. The classloader tries to load the 
class and fails because not all required classes are found. This results on a 
ClassNofFoundException when trying to load named class. Complain to Sun...

Joachim

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827056#3827056";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827056>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to