DO NOT REPLY [Bug 34993] - Missing Class-Path entries are ignored, spec violation

2005-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34993.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34993





--- Additional Comments From [EMAIL PROTECTED]  2005-06-03 19:34 ---
Thanks.  I confused

http://java.sun.com/j2se/1.4.2/docs/guide/extensions/spec.html#bundled

with

http://java.sun.com/j2se/1.4.2/docs/guide/extensions/versioning.html

Now I get the errors I expected:

INFO: Deploying web application archive test-cp.war
Jun 3, 2005 10:31:22 AM org.apache.catalina.util.ExtensionValidator
validateManifestResources
INFO: ExtensionValidator[/test-cp][Web Application Manifest]: Required extension
com.example.testcp not found.
Jun 3, 2005 10:31:22 AM org.apache.catalina.util.ExtensionValidator
validateManifestResources
INFO: ExtensionValidator[/test-cp]: Failure to find 1 required extension(s).

Thanks again!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34993] - Missing Class-Path entries are ignored, spec violation

2005-06-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34993.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34993


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-06-01 11:38 ---
You are confusing regular classpath entries with extensions, which is not
declared the same thing (extension means you want one library with a certain
version or up, it's much more robust than a pointer to a JAR). The servlet spec
does mandate checking for extensions, but obviously you should never be using a
Class-Path entry.

Please do not reopen the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]