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

2012-04-18 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

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-04-18 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-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2012-04-18 Thread bobh
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 jakarta-tomcat-catalina has an issue affecting its community integration.

buildbot success in ASF Buildbot on tomcat-trunk

2012-04-18 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2941 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-18 Thread Keiichi Fujino
2012/4/19 Konstantin Kolinko : > > What happens if "repl" variable is true because of "complete" being true? > Shouldn't it be >    if (diff && (isDirty || complete)) > ? > > I do not quite understand the code, but it seems that omitting > "complete" here will change its behaviour. > > E.g. DeltaSe

svn commit: r1327784 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-18 Thread kfujino
Author: kfujino Date: Thu Apr 19 02:27:35 2012 New Revision: 1327784 URL: http://svn.apache.org/viewvc?rev=1327784&view=rev Log: Apply Konstantin's suggestion. "if (diff && (isDirty || complete))" block was executed regardless of the value of "complete". Modified: tomcat/tc7.0.x/trunk/java/

svn commit: r1327781 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-18 Thread kfujino
Author: kfujino Date: Thu Apr 19 02:17:01 2012 New Revision: 1327781 URL: http://svn.apache.org/viewvc?rev=1327781&view=rev Log: Apply Konstantin's suggestion. "if (diff && (isDirty || complete))" block was executed regardless of the value of "complete". Modified: tomcat/trunk/java/org/apac

[jira] [Resolved] (MTOMCAT-145) [2.0-beta-1] Unable to deploy

2012-04-18 Thread Jeff Vincent (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Vincent resolved MTOMCAT-145. -- Resolution: Fixed Fix Version/s: 2.0 Works with 2.0-SNAPSHOT > [2.0-be

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #10 from Konstantin Kolinko 2012-04-18 21:53:37 UTC --- (In reply to comment #9) > When asking the > question on the mailing list I didn't get a response: > http://tomcat.10.n6.nabble.com/Build-Tomcat-from-sources-on-GitHub-rep

svn commit: r1327680 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2012-04-18 Thread kkolinko
Author: kkolinko Date: Wed Apr 18 21:01:30 2012 New Revision: 1327680 URL: http://svn.apache.org/viewvc?rev=1327680&view=rev Log: Merged revision 1327670 from tomcat/trunk: Save a bit of memory in annotations cache in DefaultInstanceManager occupied by unused entries in annotation lists. I could

svn commit: r1327679 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/

2012-04-18 Thread kkolinko
Author: kkolinko Date: Wed Apr 18 20:59:35 2012 New Revision: 1327679 URL: http://svn.apache.org/viewvc?rev=1327679&view=rev Log: Delete explicit svn:mergeinfo property on org/apache/catalina/core It was updated on each merge involving that subtree. I see no reason for it to be there - all mergei

DO NOT REPLY [Bug 53085] [perf] [concurrency] DefaultInstanceManager.annotationCache is not optimal for more threads

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53085 --- Comment #2 from Konstantin Kolinko 2012-04-18 20:37:31 UTC --- (In reply to comment #0) > 2) the 'weakness' can achieved with String (classname) if it is acceptable to > maintain annotations for class that can be already unloaded or wi

svn commit: r1327670 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2012-04-18 Thread kkolinko
Author: kkolinko Date: Wed Apr 18 20:34:02 2012 New Revision: 1327670 URL: http://svn.apache.org/viewvc?rev=1327670&view=rev Log: Save a bit of memory in annotations cache in DefaultInstanceManager occupied by unused entries in annotation lists. I could do the same by calling ArrayList.trimToSize

Re: svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-18 Thread Konstantin Kolinko
2012/4/17 : > Author: kfujino > Date: Tue Apr 17 06:23:21 2012 > New Revision: 1326941 > > URL: http://svn.apache.org/viewvc?rev=1326941&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53087. > In order to avoid that a backup node expire a session, replicate session > acc

svn commit: r1327623 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/DeltaSession.java

2012-04-18 Thread kkolinko
Author: kkolinko Date: Wed Apr 18 18:46:41 2012 New Revision: 1327623 URL: http://svn.apache.org/viewvc?rev=1327623&view=rev Log: Reduce indent 8->4. No functional change. Backport of r1327617 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/

svn commit: r1327617 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2012-04-18 Thread kkolinko
Author: kkolinko Date: Wed Apr 18 18:42:34 2012 New Revision: 1327617 URL: http://svn.apache.org/viewvc?rev=1327617&view=rev Log: Reduce indent 8->4. No functional change. I thought I was looking at an inner class. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

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

2012-04-18 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

[jira] [Commented] (MTOMCAT-145) [2.0-beta-1] Unable to deploy

2012-04-18 Thread Jeff Vincent (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256661#comment-13256661 ] Jeff Vincent commented on MTOMCAT-145: -- Where is the snapshot repository? If it is

fireRequestDestroyEvent now fired by StandardHostValve instead of StandardContextValve

2012-04-18 Thread Martin Grotzke
Hi, in r1164481 the notification of ServletRequestListeners was moved from StandardContextValve to StandardHostValve. This causes issues for memcached-session-manager (msm) in combination with openwebbeans (OWB). In short, msm is an alternative session manager that uses memcached as for session

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Benjamin Muschko changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail: http

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #9 from Benjamin Muschko 2012-04-18 12:50:10 UTC --- I started to create a test case for this issue but I am not sure if it is actually working as I was not able to run the tests using Ant. When asking the question on the maili

[jira] [Created] (MTOMCAT-146) Multiple executions of run-war-only has Valve problems at shutdown

2012-04-18 Thread Benson Margulies (Created) (JIRA)
Multiple executions of run-war-only has Valve problems at shutdown -- Key: MTOMCAT-146 URL: https://issues.apache.org/jira/browse/MTOMCAT-146 Project: Apache Tomcat Maven Plugin

[jira] [Commented] (MTOMCAT-145) [2.0-beta-1] Unable to deploy

2012-04-18 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256394#comment-13256394 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-145: Can you try 2.0-SNAPSHOT

DO NOT REPLY [Bug 52579] Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 taffy-tyler6...@hotmail.co.uk changed: What|Removed |Added CC||taffy-tyler6...@hotm