Thanks for the various replies. Bocio: Yes the manual says how to revert to a 4.0.1 config. I don't think it makes it very clear as to why. The default settings are false (manual says true), strange that it will break ears that have work through many versions.
gozilla: Thanks for your reply. My TSmartAdminHome class can be found in my EJB.jar AND in the war, but ONLY in my EJB_Client.jar within it. I don't see how this will work any other way with the deployment I want. [EMAIL PROTECTED]: I agree I don't see how the changes between 4.0.1 and 4.0.2 should affect what I am doing. To answer your specific question. All my packaging is happening using JBoss IDE within Eclipse. So.... I will change the ClassLoadingCompliance and JBossWebLoader setting, I imagine this will fix it as I will be back to the UnifiedClassLoader strategy which works in 4.0.1. It seems that the crux of this problem that if I want to run the EJB and WEB tier code in the same JVM that I MUST change these settings to true, else I cannot package the EJB_Client code in the same EAR as the EJB code. BTW: These values default to false, when I RTFM it says they are true... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877846#3877846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877846 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
