Hey all,
Could the maintainer of gml2 (is that you Justin?) please commit the one
line change in the diff file attached? Jalopy must be breaking the line:
fType = ftCache.get(new
Name(node.getComponent().getNamespace(),node.getComponent().getName()));
into two.
Thanks,
Adrian
--- trunk/gt/modules/extension/xsd/gml2/src/main/java/org/geotools/gml2/bindings/GML2ParsingUtils.java 2007-10-09 22:59:01 +0000
+++ trunk/gt/modules/extension/xsd/gml2/src/main/java/org/geotools/gml2/bindings/GML2ParsingUtils.java 2007-10-12 10:04:35 +0000
@@ -85,7 +85,8 @@
}
} else {
// first look in cache
- fType = ftCache.get(new Name(node.getComponent().getNamespace(), node.getComponent().getName()));
+ fType = ftCache.get(new Name(node.getComponent().getNamespace(),
+ node.getComponent().getName()));
if (fType == null) {
//build from node
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel