Bug report for Tomcat 7 [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2014/08/10]

2014-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 56833] New: ClassNotFoundException in org.apache.catalina.loader.WebappClassLoader.loadClass when depersist session

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56833 Bug ID: 56833 Summary: ClassNotFoundException in org.apache.catalina.loader.WebappClassLoader.loadClass when depersist session Product: Tomcat 6 Version:

[Bug 56833] ClassNotFoundException in org.apache.catalina.loader.WebappClassLoader.loadClass when depersist session

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56833 Thomas.LIU thomas...@hotmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Eclipse JAR dependency

2014-08-10 Thread Konstantin Kolinko
2014-08-08 21:12 GMT+04:00 Mark Thomas ma...@apache.org: All, I've been chatting on and off over the last few weeks with some folks at $work that make extensive use of Tomcat embedded and for whom any issues with the JAR references in the Maven POM (such as [1]) are a real pain. The root

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

2014-08-10 Thread kkolinko
Author: kkolinko Date: Sun Aug 10 15:02:03 2014 New Revision: 1617115 URL: http://svn.apache.org/r1617115 Log: Documentation followup to r1616584 - s/try/true/ - explain what current classloader is - format values with code Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Re: svn commit: r1616584 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/naming/ src/main/java/org/apache/tomcat/jdbc/pool/

2014-08-10 Thread Konstantin Kolinko
2014-08-08 0:15 GMT+04:00 fha...@apache.org: Author: fhanik Date: Thu Aug 7 20:15:19 2014 New Revision: 1616584 URL: http://svn.apache.org/r1616584 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53853 Dynamic class loading of driver, validator and interceptors can be done

svn commit: r1617165 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool: ClassLoaderUtil.java PoolProperties.java

2014-08-10 Thread kkolinko
Author: kkolinko Date: Sun Aug 10 21:23:57 2014 New Revision: 1617165 URL: http://svn.apache.org/r1617165 Log: Review of r1616584 - Explicitly reference the classloader of PoolProperties class, to keep the old behaviour of Class.forName. It matters in unlikely theoretical case if

[Bug 53853] Can tomcat-jdbc consider Thread#getContextClassLoader() for interceptors JDBC drivers please?

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53853 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Filip Hanik from comment #2) Fixed in r1616584 With minor follow-ups in r1617115 and r1617165. -- You are receiving this mail because: You are the assignee

Re: svn commit: r1616789 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-10 Thread Konstantin Kolinko
2014-08-08 18:53 GMT+04:00 fha...@apache.org: Author: fhanik Date: Fri Aug 8 14:53:06 2014 New Revision: 1616789 URL: http://svn.apache.org/r1616789 Log: Update changelog with recent fixes Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified:

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

2014-08-10 Thread kkolinko
Author: kkolinko Date: Sun Aug 10 23:20:24 2014 New Revision: 1617178 URL: http://svn.apache.org/r1617178 Log: Followup to r1616570 Correct a copy-paste. Fix missing trailing stop in sentences. Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified:

svn commit: r1617179 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2014-08-10 Thread kkolinko
Author: kkolinko Date: Sun Aug 10 23:21:43 2014 New Revision: 1617179 URL: http://svn.apache.org/r1617179 Log: Fix missing trailing stop in a sentence. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL:

Re: svn commit: r1616644 - in /tomcat/trunk/modules/jdbc-pool: doc/jdbc-pool.xml src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-10 Thread Konstantin Kolinko
2014-08-08 4:04 GMT+04:00 fha...@apache.org: Author: fhanik Date: Fri Aug 8 00:04:51 2014 New Revision: 1616644 URL: http://svn.apache.org/r1616644 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Contribution by Danila Galimov Ability to log statement creation stacks

buildbot success in ASF Buildbot on tomcat-7-trunk

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

Re: svn commit: r1616584 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/naming/ src/main/java/org/apache/tomcat/jdbc/pool/

2014-08-10 Thread Filip Hanik
all looks good On Sun, Aug 10, 2014 at 9:04 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-08 0:15 GMT+04:00 fha...@apache.org: Author: fhanik Date: Thu Aug 7 20:15:19 2014 New Revision: 1616584 URL: http://svn.apache.org/r1616584 Log: Fix

Re: svn commit: r1616789 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-10 Thread Filip Hanik
changelog was probably built when it was published by itself in the V1 days. we can move it to the main changelog, under jdbc-pool On Sun, Aug 10, 2014 at 3:42 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-08 18:53 GMT+04:00 fha...@apache.org: Author: fhanik Date: Fri Aug

Re: svn commit: r1616644 - in /tomcat/trunk/modules/jdbc-pool: doc/jdbc-pool.xml src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-10 Thread Filip Hanik
you are right, I will resolve it on Monday thanks for the review Filip On Sun, Aug 10, 2014 at 5:38 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-08 4:04 GMT+04:00 fha...@apache.org: Author: fhanik Date: Fri Aug 8 00:04:51 2014 New Revision: 1616644 URL:

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

2014-08-10 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-nio2 has an issue affecting its community integration.

[Bug 56837] New: if validationQuery have error with timeBetweenEvictionRunsMillis option, connection pool increase keep going

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56837 Bug ID: 56837 Summary: if validationQuery have error with timeBetweenEvictionRunsMillis option, connection pool increase keep going Product: Tomcat Modules

[Bug 56838] New: Resources Implementation

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 Bug ID: 56838 Summary: Resources Implementation Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: normal

[Bug 56838] Resources Implementation

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 --- Comment #1 from Peter Rifel pgri...@gmail.com --- Created attachment 31897 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31897action=edit /WEB-INF/test.xsd -- You are receiving this mail because: You are the assignee for

[Bug 56838] Resources Implementation

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 Peter Rifel pgri...@gmail.com changed: What|Removed |Added CC||pgri...@gmail.com

[Bug 56838] Performance issues with calls to Resources implementation

2014-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56838 Peter Rifel pgri...@gmail.com changed: What|Removed |Added Summary|Resources Implementation|Performance issues