Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-18 Thread Jody Garnett
t possible for us to replicate this failure? Is it on a repo somewhere > for us to fork from? > > > > > > > > > > *From:* Torben Barsballe [mailto:tbarsba...@boundlessgeo.com] > *Sent:* Friday, 9 January 2015 7:52 AM > *To:* GeoTools Developers list > *Subject:*

Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-18 Thread Victor.Tey
list Subject: [Geotools-devel] gt-app-schema - Test Failures While migrating the new property-ng implementation to be used by geotools, I ran into a new test failure in gt-app-schema On line 133<https://github.com/geotools/geotools/blob/master/modules/extension/app-schema/app-schema/src/t

Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-09 Thread Torben Barsballe
A workaround that will get app-schema working with ContentDataStore for the geotools 13 release can be found here: https://github.com/geotools/geotools/pull/678 A bug report for this issue can be found here: https://jira.codehaus.org/browse/GEOT-4981 Torben On Fri, Jan 9, 2015 at 12:56 PM, Jody

Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-09 Thread Jody Garnett
My first thought is to talk to the app schema module maintainer ... but Rini is away. Victor and Lingbo have both been in recent communication about build failures and may be in position to help. My second thought is to ask for a bug report :) A couple of random ideas: - Fixing DuplicateFilterVis

Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-09 Thread Torben Barsballe
I have managed to track down the cause of the error. Our propertyNameResolving visitor (extending DuplicatingFilterVisitor) from ContentFeatureSource.resolveProperty names ends up converting the NestedAttributeExpression in our filter to an AttributeExpressionImpl by way of the FilterFactoryImpl.pr

Re: [Geotools-devel] gt-app-schema - Test Failures

2015-01-08 Thread Jody Garnett
Hi Torben: Ben was our usual contact for app schema stuff. Perhaps we can step through the same test with the original property datastore implementation and see how it was working (I won't claim to know how it was supposed to work). Jody -- Jody Garnett On 8 January 2015 at 15:51, Torben Barsba

[Geotools-devel] gt-app-schema - Test Failures

2015-01-08 Thread Torben Barsballe
While migrating the new property-ng implementation to be used by geotools, I ran into a new test failure in gt-app-schema On line 133