>From what i know, JBossAS5 stopped creating temp jar files for the deployed >ones. AS5 now works on the files that are in the deployment folder.
Going by your code, you seem to be loading all xml files within a jar. If you know the xml file names, then there is a better way to doing this, where you don't have to worry about where the jar files are located. By the way, there's specific forum for JBossAS5 questions here http://www.jboss.com/index.html?module=bb&op=viewforum&f=287 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196447#4196447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196447 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
