[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-08-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 betoneto@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #12 from hifisoftw...@gmail.com --- I was able to figure out the fix. When I added the following line to context.xml file, class loader behaviour was restored: Loader delegate=true/ Thanks -- You are receiving this mail

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #11 from hifisoftw...@gmail.com --- Thank Mark for the link. I have trouble understanding how to configure to follow the old behaviour. Are you suggesting to override the WebappClassLoader class? -- You are receiving this

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 hifisoftw...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 olivier dupuy opldu...@gmail.com changed: What|Removed |Added CC|

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-02-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #8 from romain.manni-bucau rmannibu...@gmail.com --- Hi this totaally breaks tomcat and tomee usage in embeded mode (+ has a lot of side effect in normal mode). 1) the j2seClassLoader is not overridable in children classloader

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #7 from chris.d...@gmail.com --- You beat me to it. Thanks for all of your help. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #3 from Mark Thomas ma...@apache.org --- Doing that won't get you the bootstrap class loader in an Oracle JRE - you'll get the ext loader (which is good enough for this use case). For the sake of clarity, my suggestion is start

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #2 from chris.d...@gmail.com --- Switching to use a different classloader does sound a lot easier. Should I use the parent of the system classloader? It sounds like we really want the bootstrap loader. Couldn't I recursively

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 --- Comment #1 from Mark Thomas ma...@apache.org --- If this change were to be implemented then it should be implemented the same way as the delegate flag since that controls a similar behaviour. I'd lean towards to boolean flag that simply