Hi Justin (hi all), I stumbled on an xml-xsd issue today: XSLongTypeBinidng was returning a null type instead of Long.class. The type is needed for the parser to work, and if not declared, it'll just break.
I committed the obvius fix, but I'm wondering if some unit test can be designed to mass test all the bindings for this kind of error. Do all the binding need to return a type? I can't remember. Btw, if you're wondering how did I hit XSLongTypeBinding, it's by using this GML geometry: <gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#26713"> <gml:coordinates decimal="." cs="," ts=" ">604000,4930000</gml:coordinates> </gml:Point> which has integral coordinates (not uncommon in projected srs) Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
