Re: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-26 Thread Pid
: Classloading: META-INF\services: Nested JARs Thanks for the candid reply Chuck. Sorry to have spoken that way. Couldn't resist answering the question given the way it was phrased. - Chuck Is it me, or was this thread hijacked 3 times? p signature.asc Description: OpenPGP digital signature

Re: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-26 Thread Pid
] Subject: Re: Tomcat 6: Classloading: META-INF\services: Nested JARs Thanks for the candid reply Chuck. Sorry to have spoken that way. Couldn't resist answering the question given the way it was phrased. - Chuck Is it me, or was this thread hijacked 3 times? No it was me. (Or Gmail

Re: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-26 Thread Pid
On 4/22/11 11:00 PM, Michael Anstis wrote: Hi, I am trying to resolve a problem that I assume relates to class loading. My application contains a JAR that contains a file in META-INF\services:- MyApp \-- WEB-INF \-- lib \-- AJar.jar \-- META-INF \--

Re: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-23 Thread Michael Anstis
Hey, no problem. I deserved it. I'm happy your answer fixed my problem :) On 23 April 2011 01:09, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: Michael Anstis [mailto:michael.ans...@gmail.com] Subject: Re: Tomcat 6: Classloading: META-INF\services: Nested JARs Thanks

Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Michael Anstis
Hi, I am trying to resolve a problem that I assume relates to class loading. My application contains a JAR that contains a file in META-INF\services:- MyApp \-- WEB-INF \-- lib \-- AJar.jar \-- META-INF \-- services \-- Afile MyApp tries to load Afile

RE: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Caldarale, Charles R
From: Michael Anstis [mailto:michael.ans...@gmail.com] Subject: Tomcat 6: Classloading: META-INF\services: Nested JARs ClassLoader.getSystemResources(META-INF/services/AFile) We'll assume that the missing closing quotation mark is a typo. However the file is not found. Nor should

Re: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Michael Anstis
: META-INF\services: Nested JARs ClassLoader.getSystemResources(META-INF/services/AFile) We'll assume that the missing closing quotation mark is a typo. However the file is not found. Nor should it be; let's read the API spec: getSystemResources public static EnumerationURL

RE: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Caldarale, Charles R
From: Michael Anstis [mailto:michael.ans...@gmail.com] Subject: Re: Tomcat 6: Classloading: META-INF\services: Nested JARs Thanks for the candid reply Chuck. Sorry to have spoken that way. Couldn't resist answering the question given the way it was phrased. - Chuck THIS COMMUNICATION