Hi,

I hope it's correct to send this to the developers' list.

Let me introduce myself first. I'm a software developer at disy
Informationssysteme GmbH, a small software company in germany. We are
already using Geotools in our GIS product for a while, but now will start to
use it to an extend that we expect will lead us to more actively contribute
to it in the future. (I already provided a small patch for the GML parser
some months ago.)

OK, here my current doubt.

org.geotools.data.arcsde.ArcSDEConnectionPool.getSdeTable(String tableName)

gets a connection from the connection pool, passes it to the constructor of
the SeTable class, *and then releases the connection* before returning the
SeTable instance.

I assume that the connection is used by SeTable to actually access the
database while the instance is in use, which seems to mean that the
connection might be used by several objects simultaneously.

Is this a bug?

Curious, Ilja

-- 
disy Informationssysteme GmbH
Ilja Preuß, Software Engineer
Stephanienstr. 30, 76133 Karlsruhe, Deutschland
Tel: +49 721 1 600 622, Fax: -605, E-Mail: [EMAIL PROTECTED]

http://www.disy.net/cadenza - Berichte und Auswertungen mit Raumbezug
http://www.disy.net/e-meetings - Telefon- und Web-Konferenzen



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to