Re: [Geotools-devel] Function expressions and SPI

2008-02-08 Thread Jody Garnett
Andrea Aime wrote: > Hi, > trying to add two new filter functions I noticed there > are two SPI files containing lists of functions: > > org.geotools.filter.FunctionExpression > org.opengis.filter.expression.Function > > Now, unit testing I discovered > CommonFactoryFinder.getFilterFactory(null) >

[Geotools-devel] Function expressions and SPI

2008-02-08 Thread Andrea Aime
Hi, trying to add two new filter functions I noticed there are two SPI files containing lists of functions: org.geotools.filter.FunctionExpression org.opengis.filter.expression.Function Now, unit testing I discovered CommonFactoryFinder.getFilterFactory(null) hits only the second... is the first