I was having an issue in uDig with loading WFS data. The problem boiled down to Geotools trying to encode a filter that looked similar to "Filter.EXCULDES AND bbox...". This encoding failed because "org.opengis.filter.ExcludeFilter cannot be cast to org.geotools.filter.Filter".
The simple solution for this was to update the StreamingRenderer to simplify filters using the SimplifyingFilterVisitor. This simiplifies the expression down to Filter.EXCULDES which we don't seem to have any problems encoding. Emily ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel