Bugs item #650432, was opened at 2002-12-08 14:09
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=650432&group_id=22866
Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Blewitt (asb1002)
Assigned to: Nobody/Anonymous (nobody)
Summary: Does not load .JAR files during startup
Initial Comment:
When starting, the '.jar' files in server's lib and JBoss' lib directories are loaded.
Howevver, if the suffix is in different cases, such as '.JAR' then the file is /not/
loaded.
I suspect that the ClassLoader just uses a textual comparison (rather than a
case-insensitive comparison), which causes the JAR not to be loaded and therefore not
being loaded in the class.
This can easily be tested by creating a test case 'test.ClassName' and having a JSP
<%= class.forName("test.ClassName") %>. Putting the test.ClassName in a test.jar file
in the 'lib' directory will result in the class being loaded; renaming the file to
TEST.JAR and restarting the server will result in the JSP failing to find the class.
Tested against 3.0.4 on both Linux 2.4 (Debian) and Windows 2000 service pack 3
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=650432&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