[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

Gitu do-not-reply at jboss.com
Thu May 8 02:02:32 EDT 2008


Have solved the problem.

Actually job.class was out in server\all\lib and also in e1 EAR. 
So when I was checking for isAssignableFrom , the class versions were different as classloaders were different and isolation ear was enabled using jboss_app.xml. 

I removed job.class from e1 ear and now have just one copy in lib and no other module will have it. 

isAssignableFrom is returning correct value. 




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

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



More information about the jboss-user mailing list