Patches item #629915, was opened at 2002-10-28 15:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=629915&group_id=22866
Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Rich Tong (rtong) Assigned to: Nobody/Anonymous (nobody) Summary: fix for a potential bug in XmlFileLoader Initial Comment: in XmlFileLoader.java load() method, "META-INF/ejb- jar.xml" and "META-INF/jboss.xml" are loaded by class loader's getResource() method. This could potentially retrieve the wrong files in the classpath. (It happened in my machine environment, which picks up another component's META-INF directory.) A simple fix would be use URLClassLoader.findResource() instead. Please see attached XmlFileLoader.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=629915&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
