Hi Saul, We need to implement DataStore.close() for ArcSDE. Due to the way the connection pool is being handled in regard of the DataStores, we'll need to make some changes to make .close() feasible for arcsde.
The problem is that we have both a connection pool factory and a datastore factory. The former creates a single connection pool per set of connection parameters, the later creates a new DataStore each time, even if called with the same set of connection parameters. If that happens, there might be more than one DataStore instance sharing a single connection pool. So imho, we should create a new connection pool attached to each new datastore, as to keep things simple and straight. I would make the modification, but would need you to test it, could you? cheers, Gabriel ------------------------------------------------------------------------- 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
