Sure kill that code - it was just a quick experiment to give Andrea some ideas on how to handle connection pools. Jody > You will have to ask Jody about that one. I am the maintainer of the h2 > module but is code put there by Jody. From my understanding nothing is > actually using it and its just a proof of concept. > > Jody can we remove this class? I dont want a bunch of stuff that noone > is using piling up in that module. If we want to keep it around as an > example I suggest we put it in a demo module or someting. > > -Justin > > Martin Desruisseaux wrote: > >> In modules/unsupported/H2, class org.geotools.data.jdbc.ConnectionDecorator >> implements java.sql.Connection. But a bunch of new methods have been added in >> the Connection interface as of Java 6, thus causing a compilation error. >> >> We can not just add the missing methods in ConnectionDecorator because some >> method signatures depend on new interfaces added in Java 6. >> >> Looking at the source code, I see that ConnectionDecorator just delegates >> some >> method calls to an other connection, and left the other methods >> unimplemented. >> Does the H2 module still have an usage for this decorator? If yes, should we >> try >> to configure pom.xml for a conditional compilation in a way similar to what >> was >> done for the geometry module? >> >> Martin >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Geotools-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> >> !DSPAM:4007,472854d511691961014482! >> >> > > >
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
