A new geoapi SNAPSHOT is available so mvn -U is needed. I am going to see if anything is busted on the GeoServer side right now; hopefully someone can check uDig :-)
What to expect? a) A "simple" rename: org.opengis.spatialschema.geometry ---> org.opengis.geometry b) Update to metadata interfaces The only implementation that was not a "easy" in geotools was the handling of QuantitativeResult.getValueType() - unless someone has a great Idea I will ask Cory to roll back this change. Specifically this code from FactoryUsingSQL is broken: accuracyResult.setValueType(Float.class); Rather then a java class a ISO RecordType is expected. Help is requested, for now I have commented out the above line. Do we need to have a class with a bunch of ready made RecordTypes for use in a situation like this? Jody ------------------------------------------------------------------------- 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
