https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
Bug #: 52025 Summary: 7.0.21 and newer break the JDK 6 Service provider mechanism for loading JDBC Drivers Product: Tomcat 7 Version: 7.0.21 Platform: PC Status: NEW Severity: regression Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: rick.bullo...@thingworx.com Classification: Unclassified In Tomcat 6 and Tomcat 7.0.20 and earlier, JDBC drivers in a web app's classpath would automatically be loaded using the JDK's service provider mechanisms. Starting with Tomcat 7.0.21, this no longer works. I suspect is has something to do with the classloader that is in effect at the time of this initialization, but not certain. It is difficult to debug, because the actual loading occurs in a Sun class sun.misc.Service, for which source is very hard to find! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org