Re: [Geotools-devel] spatialite test failure on OSX / Java 6

2011-02-16 Thread Jody Garnett
I think it makes it easier to ignore the problem; what do you think of kicking it out of the build. -- Jody Garnett On Thursday, 17 February 2011 at 3:51 PM, Michael Bedward wrote: > Thanks Jody. > > So what do you think about disabling the test for OSX/Java 6 ? I know > that's a bit naughty

Re: [Geotools-devel] Performance patch bug

2011-02-16 Thread Ben Caradoc-Davies
I recall that Victor thought of using -1 for the size(), but the XML schema for the cached response requires an xsd:nonNegativeInteger for numberOfFeatures. If size() returned an Integer, we could use null and nothing would be encoded, but handling a -1 would require changes to the binding. Enc

Re: [Geotools-devel] spatialite test failure on OSX / Java 6

2011-02-16 Thread Michael Bedward
Thanks Jody. So what do you think about disabling the test for OSX/Java 6 ? I know that's a bit naughty but it seems like the lesser of two evils. Michael On 17 February 2011 16:42, Jody Garnett wrote: > Details here: > - https://jira.codehaus.org/browse/GEOT-3376 > > -- > Jody Garnett > > On T

Re: [Geotools-devel] spatialite test failure on OSX / Java 6

2011-02-16 Thread Jody Garnett
Details here: - https://jira.codehaus.org/browse/GEOT-3376 -- Jody Garnett On Thursday, 17 February 2011 at 2:35 PM, Michael Bedward wrote: > Hi folks, > > I think Jody mentioned a while ago that the permanent failure of this > test on OSX... > > testCreateDataStore(org.geotools.data.spatiali

[Geotools-devel] amusing jedi joke ... on us?

2011-02-16 Thread Jody Garnett
A couple website things first - the following links on http://geotools.org/ are empty - http://geotools.org/getinvolved.html - http://geotools.org/about.html Is something happening? As for the amusing joke; i was copying the email list information into the developers guide from here: - http://d

[Geotools-devel] spatialite test failure on OSX / Java 6

2011-02-16 Thread Michael Bedward
Hi folks, I think Jody mentioned a while ago that the permanent failure of this test on OSX... testCreateDataStore(org.geotools.data.spatialite.SpatiaLiteDataStoreFactoryTest) ...is due to some Apple Java 6 problem and that the test works on OSX with Java 5. Is that right ? Apple have recently

Re: [Geotools-devel] Performance patch bug

2011-02-16 Thread Niels
Another problem is when you are trying to limit the results with respect to a user specified MAX_FEATURES in the request. This happens with both WMS:GetFeature as well as WMS:GetFeatureInfo. The result is particularly dodgy when you have multiple feature collections, and the geoservers adds th

Re: [Geotools-devel] Performance patch bug

2011-02-16 Thread Gabriel Roldán
On Thu, 2011-02-17 at 10:25 +1000, Jody Garnett wrote: > What are you trying to communicate with a size of 0? > > > You could consider returning Integer.MAX_VALUE if you are unsure of > the size of the collection -1 has been used elsewhere to signal "unknown size", so I'd recommend that ins

[Geotools-devel] [jira] Created: (GEOT-3436) Regression in app-schema feature chaining?

2011-02-16 Thread Ben Caradoc-Davies (JIRA)
Regression in app-schema feature chaining? -- Key: GEOT-3436 URL: http://jira.codehaus.org/browse/GEOT-3436 Project: GeoTools Issue Type: Bug Components: data app-schema Affects Versions:

[Geotools-devel] [jira] Reopened: (GEOT-3302) App-schema: get numberOfFeatures without executing the query

2011-02-16 Thread Victor Tey (JIRA)
[ http://jira.codehaus.org/browse/GEOT-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Victor Tey reopened GEOT-3302: -- Assignee: Victor Tey (was: Justin Deoliveira) Neglected to take ResultType=hits into consideration > App-s

[Geotools-devel] [jira] Created: (GEOT-3435) FilterToSQL.evaluateLiteral() depends on old AttributeExpression conversion behaviour

2011-02-16 Thread Justin Deoliveira (JIRA)
FilterToSQL.evaluateLiteral() depends on old AttributeExpression conversion behaviour - Key: GEOT-3435 URL: http://jira.codehaus.org/browse/GEOT-3435 Project: GeoTool

Re: [Geotools-devel] Performance patch bug

2011-02-16 Thread Jody Garnett
What are you trying to communicate with a size of 0? You could consider returning Integer.MAX_VALUE if you are unsure of the size of the collection int size() Returns the number of elements in this collection. If this collection contains more than Integer.MAX_VALUE elements, returns Intege

Re: [Geotools-devel] gt-swt first go

2011-02-16 Thread Jody Garnett
You could talk to opengeo about releasing the SNAPSHOTs to the snapshot repository. The performance is so much better than the osgeo repo that it would help build times. -- Jody Garnett On Thursday, 17 February 2011 at 9:34 AM, Michael Bedward wrote: > On 16 February 2011 21:42, andrea antone

Re: [Geotools-devel] gt-swt first go

2011-02-16 Thread Michael Bedward
On 16 February 2011 21:42, andrea antonello wrote: > Thanks. So I am allowed to upload the jars there? Why haven't for > example the jai-tools not landed there? (obviously I am searching a > maven place for the jgrasstools also, which is why I ask :)). Because jai-tools is available from maven ce

Re: [Geotools-devel] Performance patch bug

2011-02-16 Thread Justin Deoliveira
Hi Victor, I think you might want to move this to geoserver-devel. But yeah, as you are seeing changing the meaning of 0 with respect to what the api says is causing you headaches :) I don't know of any way to get this information at the geotools api level. In GeoServer you could probably get a h

Re: [Geotools-devel] GeoServer 2.1 RC2/GeoTools 2.7.0 release on Friday?

2011-02-16 Thread Justin Deoliveira
+1 on a release on Friday. For geotools I am still trying to find time to get http://jira.codehaus.org/browse/GEOT-3324 in. But I may push it back to 2.7.1. But if it does get into this release it should not change any default behaviour (ie, you will need to set a flag to enable it). On Wed, Feb

Re: [Geotools-devel] gt-swt first go

2011-02-16 Thread Jody Garnett
Well there are better home (if you can upload the codehaus they have some facility where things are mirrored out to the wider maven world). This repository is focused on what geotools needs to compile; but it has also been the home of things needed for udig and geoserver. Consider it part of our

Re: [Geotools-devel] gt-swt first go

2011-02-16 Thread andrea antonello
> As a request for an unsupported model +1. Thanks. > For the procedure for adding those swt jars: > - http://docs.geotools.org/latest/developer/guide/procedures/add.html Thanks. So I am allowed to upload the jars there? Why haven't for example the jai-tools not landed there? (obviously I am sea

Re: [Geotools-devel] gt-swt first go

2011-02-16 Thread Jody Garnett
Hi Andrea, As a request for an unsupported model +1. For the procedure for adding those swt jars: - http://docs.geotools.org/latest/developer/guide/procedures/add.html The instructions on that page list some search engines for maven repositories; turning up: - http://mvnrepository.com/artifact/

[Geotools-devel] gt-swt first go

2011-02-16 Thread andrea antonello
Hi developers, I would like to add a new unsupported module to the geotools trunk: the swt port of the gt-swing module. Page is here: http://docs.codehaus.org/display/GEOTOOLS/gt-swt I have one problem with the module. The needed swt jars from the eclipse framework (7 jars) are not available via

[Geotools-devel] GeoServer 2.1 RC2/GeoTools 2.7.0 release on Friday?

2011-02-16 Thread Andrea Aime
Hi, I'm wondering about how people feel about doing a GeoTools 2.7.0 final and a GeoServer RC2 release on Friday. The list of issues tagged in Geotools for 2.7.0 is not very informative (we really need to do some jira gardening there), but I'm not aware of any really problematic issue (like a regr

[Geotools-devel] Performance patch bug

2011-02-16 Thread VT@CSIRO
Hi, one thing that I realise in my performance patch is that because I have set the mappingFeatureCollection.size() to always return 0, it will affect the function of resulttype=hits. Is there any way to bring in GetFeatureType request or the resultType variable into my mappingFeatureCollection?