A difference between 2.6 and 3.0beta is that ClassPool#get() in 3.0beta calls ClassLoader#getResource() although 2.6 calls ClassLoader#getResourceAsStream().
If you use 3.0beta, your ClassLoader must define both getResource() and getResourceAsStream(). I'll put this info into javadoc. As for release schedule, 3.0RC1 will be released by this weekend. I recommend 3.0RC1, which will be fully compatible to 3.0. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847665#3847665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847665 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
