Re: [Geotools-devel] Infinite loop in referencing subsystem

2007-02-10 Thread Martin Desruisseaux
Le samedi 10 février 2007 à 14:38 -0800, Justin Deoliveira a écrit : > Have we moved anywhere on this? I came across what I am pretty sure is > the same issue. I am ending up with a stack overflow with a call to: I will work on that after I commit my current work on trunk. Martin

Re: [Geotools-devel] Infinite loop in referencing subsystem

2007-02-10 Thread Justin Deoliveira
Have we moved anywhere on this? I came across what I am pretty sure is the same issue. I am ending up with a stack overflow with a call to: CoordinateOperationFactory#createOperation() This is currently a blocker for GEoserver 1.6.0-beta1 release. -Justin Andrea Aime wrote: > Andrea Aime ha sc

Re: [Geotools-devel] Infinite loop in referencing subsystem

2007-02-08 Thread Andrea Aime
Andrea Aime ha scritto: > Andrea Aime ha scritto: >> Andrea Aime ha scritto: >>> Hi, >>> I'm trying to debug an infinite loop triggered when >>> trying to find a math transform from EPSG:32632 to EPSG:4326, >>> with first axis forced as longitude thru a system property. >> > > Quick way to reprodu

Re: [Geotools-devel] Infinite loop in referencing subsystem

2007-02-08 Thread Andrea Aime
Andrea Aime ha scritto: > Andrea Aime ha scritto: >> Hi, >> I'm trying to debug an infinite loop triggered when >> trying to find a math transform from EPSG:32632 to EPSG:4326, >> with first axis forced as longitude thru a system property. > Quick way to reproduce the stack overflow: public stat

Re: [Geotools-devel] Infinite loop in referencing subsystem

2007-02-08 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > I'm trying to debug an infinite loop triggered when > trying to find a math transform from EPSG:32632 to EPSG:4326, > with first axis forced as longitude thru a system property. Well, it seems that TransformedAuthorityFactory.replace(CRS) replaces a WGS84 with a val

[Geotools-devel] Infinite loop in referencing subsystem

2007-02-08 Thread Andrea Aime
Hi, I'm trying to debug an infinite loop triggered when trying to find a math transform from EPSG:32632 to EPSG:4326, with first axis forced as longitude thru a system property. The infinite loop looks like: AuthorityBackedFactory.createFromDatabase(CoordinateReferenceSystem, CoordinateReference