[Geotools-devel] [jira] Created: (GEOT-3182) Removing deprecated syntax from Geometry Relationship

2010-07-07 Thread Mauricio Pazos (JIRA)
Removing deprecated syntax from Geometry Relationship - Key: GEOT-3182 URL: http://jira.codehaus.org/browse/GEOT-3182 Project: GeoTools Issue Type: Improvement Components: core

Re: [Geotools-devel] cql - unsuport old syntax

2010-07-07 Thread Mauricio Pazos
On Friday 25 June 2010 12:10:22 pm Mauricio Pazos wrote: We have been supporting the deprecated syntax for the geometry relationships: intersect touch cross OGC corrected these syntax by the following intersects touches crosses We have been maintaining the old syntax since 2.6.1. I

[Geotools-devel] sanity check - sphinx

2010-07-07 Thread Jody Garnett
Hello all: I have been having fun converting course materials over to Sphinx; one of the things that is driving me crazy is a persistent warning. Can I ask a user on a linux machine to 1. Do a mvn clean install and send me the output? In particular the following is causing me trouble;

[Geotools-devel] Request for commit rights

2010-07-07 Thread Tobia Di Pisa
Hi all, My name is Tobia Di Pisa and I am a Software Analyst of the Geo-Solutions company (http://www.geo-solutions.it/). I know very well the GeoTools and GeoServer codebase and I work usually on projects source code for a bunch of internal projects. I need to commit stuff on JDBC and Oracle

[Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Alex Trofast
Greetings all, I had a quick question regarding GeoTools and multiple transactions. When running some of the transactional concurrency tests I would get failures and/or hangs with Ingres. However when I turned on MVCC features these tests would pass/not hang. Does GeoTools ASSUME that the

Re: [Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Justin Deoliveira
It really depends. I would say no there is no inherent assumption in geotools itself about how a backend will handle multiple concurrent connections. However practically anyone that intends to use GeoServer in a server app like GeoServer (or a multi threaded client app for that matter) is

Re: [Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Jody Garnett
Can someone translate MVCC? I note that we faced the same issue with arcsde (not being threadsafe) and made a queue of commands with a single worker thread allowed access to the connection. Jody On 08/07/2010, at 1:59 AM, Justin Deoliveira wrote: It really depends. I would say no there is

Re: [Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Alex Trofast
Thank you Justin, this is very helpful. On 07/07/2010 11:59 AM, Justin Deoliveira wrote: It really depends. I would say no there is no inherent assumption in geotools itself about how a backend will handle multiple concurrent connections. However practically anyone that intends to use

Re: [Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Justin Deoliveira
Multi version concurrency control. For instance with H2 if you don't have MVCC you can only create a connection with a single thread. On 10-07-07 10:31 AM, Jody Garnett wrote: Can someone translate MVCC? I note that we faced the same issue with arcsde (not being threadsafe) and made a queue

Re: [Geotools-devel] MVCC and JDBC backends

2010-07-07 Thread Gabriel Roldan
On 7/7/10 1:31 PM, Jody Garnett wrote: Can someone translate MVCC? I note that we faced the same issue with arcsde (not being threadsafe) and made a queue of commands with a single worker thread allowed access to the connection. Note though that since a little before last year's FOSS4G WMS

[Geotools-devel] BLOBs and CLOBs

2010-07-07 Thread Alex Trofast
Greetings all, I just converted the LOB test and ran into some issues with it. Ingres returns BLOBs with the type code Type.LONGVARBINARY so I mapped that to the Blob.class which is the type Ingres returns. Same with CLOBs, the mapping is Type.LONGVARCHAR to Clob.class. The test tries to

Re: [Geotools-devel] BLOBs and CLOBs

2010-07-07 Thread Justin Deoliveira
Hi Alex, I would suggest you mirror the oracle case. Basically what a converter factory is is sort of an extension point in order to perform conversion between various types. Essentially teh same idea as commons converters if you are familiar with them. So basically how it works is that the

Re: [Geotools-devel] sanity check - sphinx

2010-07-07 Thread Jody Garnett
Okay I have now done this myself ... and with a bit of help from #geoserver channel I have made it a bit further. Having access to a working python PIL made most problems on the mac go away. Use of rst2pdf is stuck behind this issue: - http://code.google.com/p/rst2pdf/issues/detail?id=319 - and

Re: [Geotools-devel] sanity check - sphinx

2010-07-07 Thread Ben Caradoc-Davies
On 07/07/10 21:07, Jody Garnett wrote: Hello all: I have been having fun converting course materials over to Sphinx; one of the things that is driving me crazy is a persistent warning. Can I ask a user on a linux machine to 1. Do a mvn clean install and send me the output? In

Re: [Geotools-devel] Request for commit rights

2010-07-07 Thread Ben Caradoc-Davies
+1. Tobia has an established record of participation in the community. On 07/07/10 21:32, Tobia Di Pisa wrote: Hi all, My name is Tobia Di Pisa and I am a Software Analyst of the Geo-Solutions company (http://www.geo-solutions.it/). I know very well the GeoTools and GeoServer codebase and

Re: [Geotools-devel] Request for commit rights

2010-07-07 Thread Jody Garnett
Sounds good; Ben are you able to set him up? On Thu, Jul 8, 2010 at 2:29 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: +1. Tobia has an established record of participation in the community. On 07/07/10 21:32, Tobia Di Pisa wrote: Hi all, My name is Tobia Di Pisa and I am a

Re: [Geotools-devel] Request for commit rights

2010-07-07 Thread Ben Caradoc-Davies
Yes. Need two more votes from current committers. On 08/07/10 13:26, Jody Garnett wrote: Sounds good; Ben are you able to set him up? On Thu, Jul 8, 2010 at 2:29 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: +1. Tobia has an established record of participation in the community.