Re: Tomcat 5.5 classloading behavior

2008-01-28 Thread Michel Betancourt
Thanks for the reply. This is tough to provide an example for. Let me see what I can work out. On Jan 16, 2008 11:08 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Michel Betancourt [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 classloading behavior its not too clear whether

Tomcat 5.5 classloading behavior

2008-01-16 Thread Michel Betancourt
Hi, I am wondering if someone may be able to point me in the right direction here... after reviewing the J2SE spec, and the Servlet 2.4 Spec, its not too clear whether circular dependecies such as the one I am investigating below are legal or supported by Tomcat. Sun J2SE 5.0 classloader does

Re: Tomcat 5.5 classloading behavior

2008-01-16 Thread Johnny Kewl
What language is this guy talking ha ha. This has got to be for a thesis or something or its attempted suicide ;) - Original Message - From: Michel Betancourt [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, January 17, 2008 3:33 AM Subject: Tomcat 5.5

Re: Tomcat 5.5 classloading behavior

2008-01-16 Thread Gabe Wong
: Tomcat 5.5 classloading behavior Hi, I am wondering if someone may be able to point me in the right direction here... after reviewing the J2SE spec, and the Servlet 2.4 Spec, its not too clear whether circular dependecies such as the one I am investigating below are legal or supported

RE: Tomcat 5.5 classloading behavior

2008-01-16 Thread Caldarale, Charles R
From: Michel Betancourt [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 classloading behavior its not too clear whether circular dependecies such as the one I am investigating below are legal or supported by Tomcat. Detection of circular dependencies is not the responsibility of any