[Geotools-devel] [jira] Created: (GEOT-2639) app-schema drops CRS from geometries, no srsName encoded

2009-07-29 Thread Ben Caradoc-Davies (JIRA)
app-schema drops CRS from geometries, no srsName encoded Key: GEOT-2639 URL: http://jira.codehaus.org/browse/GEOT-2639 Project: GeoTools Issue Type: Bug Components: data app-

Re: [Geotools-devel] Retrieve ID after being commited.

2009-07-29 Thread Jody Garnett
The ID is not really set until you commit. This is for compatibility with external services (such as a database or Web Feature Server that cannot assign an ID until you send the content to them with a commit). There are facilities to track the change in ID with feature even notification if you like

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Christian Müller
My deployments are Websphere deployments and I use the connection pooling of Websphere, otherwise I would be an enemy of myself in case of troubleshooting with the IBM Websphere support. I am really neutral on this and I do not use DBCP. Andrea Aime writes: > Justin Deoliveira ha scritto

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Andrea Aime
Justin Deoliveira ha scritto: > I would be fine with straight switching. It seems we don't lose any > functionality and if anything we gain some performance. Any down side? > > I guess it might be nice to give the user the choice, allowing them to > swap but not sure how much it gains us. And th

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Justin Deoliveira
I would be fine with straight switching. It seems we don't lose any functionality and if anything we gain some performance. Any down side? I guess it might be nice to give the user the choice, allowing them to swap but not sure how much it gains us. And they can fall back on JNDI in such cases.

Re: [Geotools-devel] Postgis and db2 still in "plugins" on trunk

2009-07-29 Thread Andrea Aime
Justin Deoliveira ha scritto: > I thought we discussed this before and agreed that we should go through > a proper deprecation cycle before moving them, leaving them in plugin. > Although I might just be confused. > > That said we could move them to un-supported but keep them active by > defaul

Re: [Geotools-devel] Postgis and db2 still in "plugins" on trunk

2009-07-29 Thread Justin Deoliveira
I thought we discussed this before and agreed that we should go through a proper deprecation cycle before moving them, leaving them in plugin. Although I might just be confused. That said we could move them to supported but keep them active by default in the unsupported/pom.xml so they show up

[Geotools-devel] Retrieve ID after being commited.

2009-07-29 Thread Aritz Dávila
Hi all, I have a problem retrieving the ID of the added feature. Having a FeatureStore from a shapefile I do the next: Transaction transaction = store.getTransaction(); Set fidSet = store.addFeatures(DataUtilities.collection(featuresArray)); transaction.commit(); The problem is that after add

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > I've been experimenting a little with connection pools performance > and it seems the C3P0 connection pool > (http://sourceforge.net/projects/c3p0/) > is designed for slightly better scalability than the DBCP one we're > using today. > > In particular in a WMS requ

[Geotools-devel] [jira] Created: (GEOT-2638) Let ImageMosaic module depends on imageio-ext-gdal module as for 2.5.x

2009-07-29 Thread Daniele Romagnoli (JIRA)
Let ImageMosaic module depends on imageio-ext-gdal module as for 2.5.x -- Key: GEOT-2638 URL: http://jira.codehaus.org/browse/GEOT-2638 Project: GeoTools Issue Type: Task

Re: [Geotools-devel] Postgis and db2 still in "plugi ns" on trunk

2009-07-29 Thread Christian Müller
I was already wondering about having the "old" db2 datastore in the plugins directory. Move it. Andrea Aime writes: > Hi, > any reason for still having the old postgis and db2 datastore in > "plugins" instead of "unsupported"? > We should also deprecate the datastore classes and invite people

[Geotools-devel] [jira] Created: (GEOT-2637) Mark connections as read only when possible

2009-07-29 Thread Andrea Aime (JIRA)
Mark connections as read only when possible --- Key: GEOT-2637 URL: http://jira.codehaus.org/browse/GEOT-2637 Project: GeoTools Issue Type: Improvement Components: data jdbc-ng Affects Ve

[Geotools-devel] Postgis and db2 still in "plugins" on trunk

2009-07-29 Thread Andrea Aime
Hi, any reason for still having the old postgis and db2 datastore in "plugins" instead of "unsupported"? We should also deprecate the datastore classes and invite people to move over to NG. http://svn.osgeo.org/geotools/trunk/modules/plugin/ Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo

Re: [Geotools-devel] Another connection pool option: c3p0

2009-07-29 Thread Ben Caradoc-Davies
Andrea Aime wrote: > Ben Caradoc-Davies ha scritto: >> This is a documentation issue. Decent examples, such as Andrea's JNDI >> tutorial, make things much easier. I spent more time getting JNDI to >> work with embedded Jetty. > > Hmmm... I guess when we think about "user" we think different thin