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-26 Thread Pid
t;>>> 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 th

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

2011-04-26 Thread Pid
On 4/23/11 9:47 AM, Michael Anstis wrote: > Hey, no problem. I deserved it. > > I'm happy your answer fixed my problem :) > > > On 23 April 2011 01:09, Caldarale, Charles R > wrote: > >>> From: Michael Anstis [mailto:michael.ans...@gmail.com] >>>

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 wrote: > > From: Michael Anstis [mailto:michael.ans...@gmail.com] > > Subject: Re: Tomcat 6: Classloading: META-INF\services: Nested JARs > > > T

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.

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

2011-04-22 Thread Michael Anstis
Thanks for the candid reply Chuck. I feel a bit stupid now, but one learns from their mistakes. With kind regards, Mike On 22 April 2011 23:19, Caldarale, Charles R wrote: > > From: Michael Anstis [mailto:michael.ans...@gmail.com] > > Subject: Tomcat 6: Classloading: META-INF\serv

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

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 u