Re: common/endorsed classLoader

2004-08-20 Thread Jess Holle
Costin Manolache wrote: To make things a bit more interesting, I believe there are some checks in JDK1.4 to prevent you to override rt.jar classes. That's what endorsed really does, allow you to bypass those checks. I don't think we managed to get xerces and jaxp to load from a classloader

Re: common/endorsed classLoader

2004-08-20 Thread Jeanfrancois Arcand
Jess Holle wrote: Costin Manolache wrote: To make things a bit more interesting, I believe there are some checks in JDK1.4 to prevent you to override rt.jar classes. That's what endorsed really does, allow you to bypass those checks. I don't think we managed to get xerces and jaxp to load from

Re: common/endorsed classLoader

2004-08-20 Thread Jess Holle
Jeanfrancois Arcand wrote: Jess Holle wrote: Costin Manolache wrote: To make things a bit more interesting, I believe there are some checks in JDK1.4 to prevent you to override rt.jar classes. That's what endorsed really does, allow you to bypass those checks. I don't think we managed to get

Re: common/endorsed classLoader

2004-08-19 Thread Costin Manolache
Bill Barker wrote: Are endorsed jars getting loaded somewhere else other than Bootstrap? Using the default startup scripts, they are loaded into the System CL (the only way a delegating CL can find them :). You mean -Djava.endorsed.dirs in catalina scripts, correct? Yup. BTW, why do they need

Re: common/endorsed classLoader

2004-08-18 Thread Amy Roh
Are endorsed jars getting loaded somewhere else other than Bootstrap? Using the default startup scripts, they are loaded into the System CL (the only way a delegating CL can find them :). You mean -Djava.endorsed.dirs in catalina scripts, correct? BTW, why do they need to be loaded into the

Re: common/endorsed classLoader

2004-08-18 Thread Bill Barker
- Original Message - From: Amy Roh [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 6:01 PM Subject: Re: common/endorsed classLoader Are endorsed jars getting loaded somewhere else other than Bootstrap? Using the default startup

Re: common/endorsed classLoader

2004-08-17 Thread Bill Barker
- Original Message - From: Amy Roh [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 12:57 PM Subject: common/endorsed classLoader I wrote up some code in Bootstrap/ClassLoaderFactory to not load xml api jars in common/endorsed if JDK 1.5