DO NOT REPLY [Bug 47124] New: Run the unit tests as part of the build!!!

2009-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47124 Summary: Run the unit tests as part of the build!!! Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal

Re: svn commit: r769734 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2009-04-30 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: As I mentioned in the bug report, what is the benefit of this? General best practise - no particular bug. Note the full proposed patch was bad. Bad practice would be to change an API, based on a

DO NOT REPLY [Bug 47059] Rewrite to use Enum

2009-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47059 --- Comment #2 from Jens Kapitza j.kapi...@schwarze-allianz.de 2009-04-30 02:34:50 PST --- I think good points are: - make an easier switch - an enum is type secure -- Configure bugmail:

svn commit: r770147 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-04-30 Thread pero
Author: pero Date: Thu Apr 30 10:23:15 2009 New Revision: 770147 URL: http://svn.apache.org/viewvc?rev=770147view=rev Log: Cast my vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 47059] Rewrite to use Enum

2009-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47059 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement ---

svn commit: r770169 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2009-04-30 Thread markt
Author: markt Date: Thu Apr 30 11:29:03 2009 New Revision: 770169 URL: http://svn.apache.org/viewvc?rev=770169view=rev Log: JMX expects service name and engine name to be the same. Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified:

svn commit: r770171 - /tomcat/trunk/build.xml

2009-04-30 Thread markt
Author: markt Date: Thu Apr 30 11:38:25 2009 New Revision: 770171 URL: http://svn.apache.org/viewvc?rev=770171view=rev Log: Add an experimental embedded build target to use with o.a.c.startup.Tomcat Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

DO NOT REPLY [Bug 47131] New: Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47131 Summary: Tomcat 5.5.23 stops listening to requests on SSL port Product: Tomcat 5 Version: 5.5.23 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity:

svn commit: r770411 - in /tomcat/trunk/modules/jdbc-pool: doc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/jmx/ test/org/apache/tomcat/jdbc/test/

2009-04-30 Thread fhanik
Author: fhanik Date: Thu Apr 30 19:41:07 2009 New Revision: 770411 URL: http://svn.apache.org/viewvc?rev=770411view=rev Log: Add the following features - max age for a connection kept alive - an ability to reset the abandon timer when queries are executed - an abandoned test, abandon when a

svn commit: r770514 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2009-04-30 Thread fhanik
Author: fhanik Date: Fri May 1 02:02:04 2009 New Revision: 770514 URL: http://svn.apache.org/viewvc?rev=770514view=rev Log: doco Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL:

svn commit: r770525 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh

2009-04-30 Thread fhanik
Author: fhanik Date: Fri May 1 03:40:28 2009 New Revision: 770525 URL: http://svn.apache.org/viewvc?rev=770525view=rev Log: Prepare for next build Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/sign.sh Modified:

svn commit: r770526 - /tomcat/tags/JDBC_POOL_1_0_2/

2009-04-30 Thread fhanik
Author: fhanik Date: Fri May 1 03:42:59 2009 New Revision: 770526 URL: http://svn.apache.org/viewvc?rev=770526view=rev Log: 2nd tag for the pool code Added: tomcat/tags/JDBC_POOL_1_0_2/ (props changed) - copied from r770525, tomcat/trunk/modules/jdbc-pool/ Propchange: