View results here ->
http://geo.openplans.org:9090/buildresults/geotools-2.3.x?log=log20061227202940
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to shar
SLDAttributeExtractor ignores Mark wellKnownName expression
---
Key: GEOT-1094
URL: http://jira.codehaus.org/browse/GEOT-1094
Project: GeoTools
Issue Type: Bug
Components: cor
Hi,
in trunk, SqlEncoder.visit(fidFilter) there's a catch like:
} catch (java.io.IOException e) {
LOGGER.warning("IO Error exporting FID Filter.");
}
that is, ignores the error, just logs it.
Sounds like a but to me, a runtime exception should be thrown instead
(sinc