Hi all, A quick update for where things are at.
* cite tests are good to go for wfs. Soon we are going to need a matrix for wfs cite tests :). But basically here are the tested configurations: wfs 1.0 postgisng with normal encoder --> check wfs 1.0 postgisng with gtxml encoder --> check wfs 1.0 h2 with gtxml encoder --> check wfs 1.1 h2 --> check wfs 1.1 postgisng --> fail ** ** the remaining failures (only a handful) are due to how the jdbc-ng drivers figure out what the feature id's are for inserted features. Basically it tries to determine what the next fid will be before the insert occurs which is an incorrect way of doing this. Especially with postgis where we a) have the ability to figure out the sequence attached to a column and b) have the currval and lastval functions at our disposal I actually haven't run wms or wcs cite tests yet, but usually they are pretty boring (famous last words). * release artifact descriptors have been updated to build artifacts for 2.x and the new web application. I have tested the bin and war artifacts and they work ok. I have yet to test any of the extension artifacts. So in terms of helping out, here is what is left to do: a) run wms and wcs cite tets b) test the release artifacts For b) the regular commands to build the artifacts apply with the added step of ensuring the web2 profile is enabled: mvn -P release,web2 clean install mvn assembly:attached The artifacts will be under target/release If folks could grab a few of the extension artifacts and test them out that would be a great help. Thanks, -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
