Re: [Geotools-devel] On org.postgresql.util.PSQLException: This ResultSet is closed

2013-03-12 Thread carlo cancellieri
Hi all, this is the open issue: https://jira.codehaus.org/browse/GEOT-4416 Any help is really appreciated. Cheers, Carlo 2013/3/4 carlo cancellieri > Andrea, > the queried layer is an SQL view: > > select uuid_area, >uuid_nocs, uuid_gaul, >da.ia_name, >ia_listname, >

Re: [Geotools-devel] On org.postgresql.util.PSQLException: This ResultSet is closed

2013-03-04 Thread carlo cancellieri
Andrea, the queried layer is an SQL view: select uuid_area, uuid_nocs, uuid_gaul, da.ia_name, ia_listname, dn.at_iso3, at_iso2, at_admlevel, '${resolver.getMeasureName(''' || uuid_area || ''')}' AS measure_name, '${resolver.getValue(''' || u

Re: [Geotools-devel] On org.postgresql.util.PSQLException: This ResultSet is closed

2013-03-04 Thread Andrea Aime
On Mon, Mar 4, 2013 at 3:23 PM, carlo cancellieri < [email protected]> wrote: > Recently I'm having some random resultset problems on postgis layers in > geoserver 2.2.5 (geotools 8.7). > > May be related to this https://jira.codehaus.org/browse/GEOT-4204 ? > Seems unlikely... ar