[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-04-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

DO NOT REPLY [Bug 49132] JNDI not working

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 Pid changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 49178] Running tomcat/6.0.26 with security manager generates ORACLE jdbc error

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49178 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Th

DO NOT REPLY [Bug 49176] Jasper in Dev Mode Is Memory Inefficient

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49176 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

Re: svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-23 Thread Mark Thomas
On 23/04/2010 16:51, Pid wrote: Are ServletContainerInitializer implementations also discovered from the common classloader automatically? They should be, providing the JAR isn't listed as one of the JARs to skip for annotations. But I haven't tested it... I'd need to check the spec but AFAI

DO NOT REPLY [Bug 49132] JNDI not working

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r937542 - /tomcat/trunk/java/org/apache/catalina/core/NamingContextListener.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 22:20:33 2010 New Revision: 937542 URL: http://svn.apache.org/viewvc?rev=937542&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 Need to start JNDI before listeners are called Modified: tomcat/trunk/java/org/apache/catalina/core/NamingC

svn commit: r937541 - /tomcat/trunk/test/org/apache/catalina/core/TestNamingContextListener.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 22:19:12 2010 New Revision: 937541 URL: http://svn.apache.org/viewvc?rev=937541&view=rev Log: Add test case for bug 49132. Check JNDI is available when ServletContextListeners start Added: tomcat/trunk/test/org/apache/catalina/core/TestNamingContextListener.java

DO NOT REPLY [Bug 49176] Jasper in Dev Mode Is Memory Inefficient

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49176 --- Comment #3 from Scott Hamilton 2010-04-23 14:03:18 EDT --- I don't mean to belabor the point, but I also noticed that the usage of this data for runtime exceptions is not quite consistent. It will only be used and show up in error mes

DO NOT REPLY [Bug 49176] Jasper in Dev Mode Is Memory Inefficient

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49176 --- Comment #2 from Scott Hamilton 2010-04-23 13:14:01 EDT --- That's a good point - indeed I missed that in looking thru the code. I wonder, though, if there's any optimization that could be done here to reduce the memory footprint of th

DO NOT REPLY [Bug 49178] New: Running tomcat/6.0.26 with security manager generates ORACLE jdbc error

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49178 Summary: Running tomcat/6.0.26 with security manager generates ORACLE jdbc error Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status:

Re: svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-23 Thread Pid
Are ServletContainerInitializer implementations also discovered from the common classloader automatically? p On 23/04/2010 14:34, ma...@apache.org wrote: > Author: markt > Date: Fri Apr 23 13:34:17 2010 > New Revision: 937288 > > URL: http://svn.apache.org/viewvc?rev=937288&view=rev > Log: >

svn commit: r937325 - in /tomcat/trunk/java/org/apache: catalina/ha/session/DeltaManager.java el/lang/ExpressionBuilder.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 15:09:58 2010 New Revision: 937325 URL: http://svn.apache.org/viewvc?rev=937325&view=rev Log: Remove unnecessary instanceof tests ID'd by FindBugs Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java tomcat/trunk/java/org/apache/el/la

svn commit: r937324 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 15:06:40 2010 New Revision: 937324 URL: http://svn.apache.org/viewvc?rev=937324&view=rev Log: Remove impossible tests ID'd by FindBugs Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java Modified: tomcat/trunk/java/org/apache/catalin

DO NOT REPLY [Bug 49140] Inefficient use of keySet() iterator in StandardContext.java

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49140 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937322 - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ ha/authenticator/ ha/session/ startup/

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 15:03:28 2010 New Revision: 937322 URL: http://svn.apache.org/viewvc?rev=937322&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49140 Use appropriate iterators and for-each where possible Modified: tomcat/trunk/java/org/apache/catalina/conne

Re: svn commit: r937309 - in /tomcat/trunk/java/org/apache: catalina/realm/ catalina/session/ catalina/startup/ catalina/util/ tomcat/util/modeler/modules/

2010-04-23 Thread sebb
On 23/04/2010, ma...@apache.org wrote: > Author: markt > Date: Fri Apr 23 14:23:45 2010 > New Revision: 937309 > > URL: http://svn.apache.org/viewvc?rev=937309&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49143 > Threading / initialisation issues. Not all were val

DO NOT REPLY [Bug 49142] Missing serialVersionUIDs

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142 --- Comment #2 from Sebb 2010-04-23 10:30:27 EDT --- Indeed, but it's probably easier to use the Eclipse warnings to fix the problems directly. But if you want me to create patches, let me know. -- Configure bugmail: https://issues.apach

DO NOT REPLY [Bug 49142] Missing serialVersionUIDs

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142 --- Comment #1 from Mark Thomas 2010-04-23 10:26:11 EDT --- The above list is far from complete. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 49143] Possible incorrect lazy initialisations

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49143 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937309 - in /tomcat/trunk/java/org/apache: catalina/realm/ catalina/session/ catalina/startup/ catalina/util/ tomcat/util/modeler/modules/

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 14:23:45 2010 New Revision: 937309 URL: http://svn.apache.org/viewvc?rev=937309&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49143 Threading / initialisation issues. Not all were valid. Make them volatile anyway so FindBugs doesn't complain.

DO NOT REPLY [Bug 49144] Incorrect lazy initialization and update of static fields?

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49144 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937302 - /tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 13:59:54 2010 New Revision: 937302 URL: http://svn.apache.org/viewvc?rev=937302&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49144 Not an issue but stop FindBugs complaining Also fix one other FindBugs report for this class. Modified: tom

DO NOT REPLY [Bug 49164] junit test ignores failures in threads

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49164 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937298 - /tomcat/trunk/test/org/apache/catalina/tribes/test/interceptors/TestOrderInterceptor.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 13:48:16 2010 New Revision: 937298 URL: http://svn.apache.org/viewvc?rev=937298&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49164 Improve unit tests by propagating failures from spawned threads to main thread. Patch provided by Felix Schumach

DO NOT REPLY [Bug 49171] Avoid raw type warning in TagSupport

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49171 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937292 - /tomcat/trunk/java/javax/servlet/jsp/tagext/TagSupport.java

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 13:43:27 2010 New Revision: 937292 URL: http://svn.apache.org/viewvc?rev=937292&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49171 Fix IDE warning Patch provided by sebb Modified: tomcat/trunk/java/javax/servlet/jsp/tagext/TagSupport.java

Re: svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-23 Thread Mark Thomas
On 23/04/2010 14:34, ma...@apache.org wrote: > Author: markt > Date: Fri Apr 23 13:34:17 2010 > New Revision: 937288 > > URL: http://svn.apache.org/viewvc?rev=937288&view=rev > Log: > Servlet 3. Implement ServletContainerInitializer support With this, I believe the Servlet 3 implementation is com

DO NOT REPLY [Bug 49176] Jasper in Dev Mode Is Memory Inefficient

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49176 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r937288 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java startup/ContextConfig.java startup/LocalStrings.properties

2010-04-23 Thread markt
Author: markt Date: Fri Apr 23 13:34:17 2010 New Revision: 937288 URL: http://svn.apache.org/viewvc?rev=937288&view=rev Log: Servlet 3. Implement ServletContainerInitializer support Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/Sta

DO NOT REPLY [Bug 49176] New: Jasper in Dev Mode Is Memory Inefficient

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49176 Summary: Jasper in Dev Mode Is Memory Inefficient Product: Tomcat 6 Version: 6.0.24 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

svn commit: r937264 - in /tomcat/trunk: java/org/apache/naming/resources/BaseDirContext.java java/org/apache/naming/resources/LocalStrings.properties webapps/docs/config/context.xml

2010-04-23 Thread rjung
Author: rjung Date: Fri Apr 23 12:16:56 2010 New Revision: 937264 URL: http://svn.apache.org/viewvc?rev=937264&view=rev Log: Context aliases: - add a little to the docs - disallow an alias for "/" Modified: tomcat/trunk/java/org/apache/naming/resources/BaseDirContext.java tomcat/trunk/jav

Re: Question about context aliases

2010-04-23 Thread Mark Thomas
On 23/04/2010 12:30, Rainer Jung wrote: > On 23.04.2010 12:04, Mark Thomas wrote: >> On 23/04/2010 10:51, Rainer Jung wrote: >>> On 22.04.2010 18:51, Mark Thomas wrote: On 22/04/2010 17:40, Rainer Jung wrote: > Experimenting on the extreme side of things: when trying to use > aliases="

Moving VirtualWebappLoader into WebappLoader for trunk?

2010-04-23 Thread Rainer Jung
There is a previously undocumented VirtualWebappLoader, which extends WebappLoader and allows to add search paths (repositories) to the webapp class loader. I added a bit of docs yesterday and the option to configure, whether the additional repositories will be searched first or last (this is

Re: Question about context aliases

2010-04-23 Thread Rainer Jung
On 23.04.2010 12:04, Mark Thomas wrote: On 23/04/2010 10:51, Rainer Jung wrote: On 22.04.2010 18:51, Mark Thomas wrote: On 22/04/2010 17:40, Rainer Jung wrote: Experimenting on the extreme side of things: when trying to use aliases="/=/some/path" I can't get any resource to load: - there is /

Re: Question about context aliases

2010-04-23 Thread Mark Thomas
On 23/04/2010 10:51, Rainer Jung wrote: > On 22.04.2010 18:51, Mark Thomas wrote: >> On 22/04/2010 17:40, Rainer Jung wrote: >>> Experimenting on the extreme side of things: when trying to use >>> aliases="/=/some/path" I can't get any resource to load: >>> >>> - there is /some/path/test.properties

Re: Question about context aliases

2010-04-23 Thread Rainer Jung
On 22.04.2010 18:51, Mark Thomas wrote: On 22/04/2010 17:40, Rainer Jung wrote: Experimenting on the extreme side of things: when trying to use aliases="/=/some/path" I can't get any resource to load: - there is /some/path/test.properties - servletContext().getResourceAsStream("/test.properties

Fwd: [Issue 11] Typo in new method for MethodExpression

2010-04-23 Thread Mark Thomas
FYI. Note issues 9, 10 & 15 are still open. Mark Original Message Subject: [Issue 11] Typo in new method for MethodExpression Date: 20 Apr 2010 22:46:34 - From: kchung To: markt_...@dev.java.net https://uel.dev.java.net/issues/show_bug.cgi?id=11 User kchung changed th

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2010-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 c...@open.ch changed: What|Removed |Added CC||c...@open.ch -- Configure bugmail: