"asack" wrote : Just to add, the exception I'm getting is: | | java.io.IOException: Could not find resource "com/blah/blah/sqlmapConfig.xml" etc. which is definitely in the my.jar module.
Well it seems I can load if I set the current Context ClassLoader to myClass.getClass().getClassLoader(). I obviously do not understand JBoss class loading strategy as well as I thought. Why do I have do this since I should have classloading scope within my own EAR? (I tried 403SP1 and 404RC2 with the same results). Also if I do this then if iBatis needs anything from a common library (like a type callback handler), its no longer visible unless I include it within the EAR - I *thought* I could a bunch of EARs sharing one library resource that provides interfaces and objects ocmmon to all of them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935875#3935875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935875 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
