I've been having classloader problems as well with 3.2.3 (I've tried w/ 3.2.6 
as well).  I did the


  | Thread.currentThread().getContextClassLoader().getResourceAsStream()
  | Thread.currentThread().getContextClassLoader().loadClass()  
  | 

which works great.  I now get my class loaded just fine.  However, I now get a 
NoClassDefFoundError in the method that calls the method with the above code in 
it. 

 I know the code works (not including the above) outside of jboss.  FYI, the 
RTE is "java.lang.NoClassDefFoundError: javax/ejb/EJBObject".   I can supply a 
more detailed code example if requested.  It just may take some time to cut out 
the right code.

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to