Bugs item #794862, was opened at 2003-08-25 12:15
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=794862&group_id=22866

Category: None
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Mogren (pmogren)
>Assigned to: Scott M Stark (starksm)
Summary: jar download extensions in UCL do not obey spec

Initial Comment:
According to 

http://java.sun.com/docs/books/tutorial/ext/basics/down

load.html, a jar manifest may contain multiple Class-

Path: entries. JBoss 3.2.0 only recognizes the last such 

entry. The situation was:



my_ejb.ear/

 my_ejb.jar

 my_util1.jar

 my_util2.jar



Where the manifest file of my_ejb.jar contained:

<snip>

Class-Path: my_util1.jar

Class-Path: my_util2.jar

</snip>



Attempts to load classes in my_util1.jar result in 

ClassNotFoundException.



After 2 days of hacking, debugging, and searching the 

net, a blind stab at changing the manifest to:

<snip>

Class-Path: my_util1.jar my_util2.jar

</snip>

fixed the problem.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=794862&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

Reply via email to