[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 cq

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

[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; a

[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 mod

[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 DB

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 esse

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 n

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 qu

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 WM

[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 cast

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 th

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 pa

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

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 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 Software Analyst of the

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 > wrote: >> +1. Tobia has an established record of participation in the community. >> >> On 07/07/10 21

Re: [Geotools-devel] Request for commit rights

2010-07-07 Thread Andrea Aime
Tobia Di Pisa ha scritto: > 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 n

Re: [Geotools-devel] sanity check - sphinx

2010-07-07 Thread Jody Garnett
On 08/07/2010, at 2:17 PM, Ben Caradoc-Davies wrote: > 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

Re: [Geotools-devel] sanity check - sphinx

2010-07-07 Thread Ben Caradoc-Davies
On 08/07/10 14:26, Jody Garnett wrote: > On 08/07/2010, at 2:17 PM, Ben Caradoc-Davies wrote: >> "cd docs; mvn clean install" fails only on the pdf. I do not see this error.> > wow - okay. I'm not sure it is even getting to the tutorial. Once your rst2html check is in, I'll retest. >> I note tha

Re: [Geotools-devel] BLOBs and CLOBs

2010-07-07 Thread Andrea Aime
Alex Trofast ha scritto: > 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