Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem.

2015-04-24 Thread Juan Felipe Arjona
" To: "Juan Felipe Arjona" Cc: "Jody Garnett" ; "geotools net" Sent: 04/23/15 01:10:00 Subject: Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem. On Thu, Apr 23, 2015 at 5:50 AM, Juan Felipe Arjona wrote: Yes me too. Only difference

Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem.

2015-04-22 Thread Andrea Aime
On Thu, Apr 23, 2015 at 5:50 AM, Juan Felipe Arjona wrote: > Yes me too. Only difference i know is the case sensitivity > Are you sure you have the exact same jars in the classpath? Looks like an issue of mixing jars coming from different geotools versions to me Cheers Andrea -- == GeoS

Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem.

2015-04-22 Thread Juan Felipe Arjona
Yes me too. Only difference i know is the case sensitivity Juan > On Apr 22, 2015, at 21:46, Jody Garnett wrote: > > Thanks for joining us on the user list Juan. I expect we will need to report > this to the issue tracker. > > Quickly looking at the source code of that class we can see o

Re: [Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem.

2015-04-22 Thread Jody Garnett
Thanks for joining us on the user list Juan. I expect we will need to report this to the issue tracker. Quickly looking at the source code of that class we can see one reference to LINEARIZATION_TOLERANCE: Double linearizationTolerance = (Double) hints.get(Hints.LINEARIZATION_TOLERANCE);

[Geotools-gt2-users] Geotools 13.0 - MySQL storage on Linux problem.

2015-04-22 Thread Juan Felipe Arjona
Hello: I am running geotools 13.0. I have an application that creates Point shapes. My application then writes these features in a shapefile and then into MySQL. When I run the code under Windows, everything works perfect: the data is properly stored in MySQL and I can use it without any tro