[Geotools-devel] GeoTools Build Report [ 2006/01/31 23:55 ]

2006-02-01 Thread Paul Ramsey
GeoTools2 module build report 20060131 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2357 gt2:coverage cleaned, compiled, tested, INSTALLED 2357 gt2:api cleaned, compiled, tested, INSTALLED 2357 gt2:main cleaned,

Re: [Geotools-devel] GEOT-804

2006-02-01 Thread Jody Garnett
The answer is that WFS only works from a transaction - not for Transaction AUTO_COMMIT Howdy, http://jira.codehaus.org/browse/GEOT-804 I'm having trouble with getCount for WFS. It's throwing a class cast exception in AbstractDataStore.diff(Transaction) because the state of the transaction i

Re: [Geotools-devel] GEOT-804

2006-02-01 Thread David Zwiers
Jody is correct, we decided to not implement this (unless there is a real transaction), because the only posible implementation for 1.0 is a feature-scan ... so left it up to the user.   I don't think we defined an action for AUTO_COMMIT, but -1 sounds correct as a default value for unknown.   I c

[Geotools-devel] [CC-Trunk] geotools Build Failed

2006-02-01 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20060201141939 --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX s

Re: [Geotools-devel] GEOT-804

2006-02-01 Thread Cory Horner
David Zwiers wrote: Jody is correct, we decided to not implement this (unless there is a real transaction), because the only posible implementation for 1.0 is a feature-scan ... so left it up to the user. I don't think we defined an action for AUTO_COMMIT, but -1 sounds correct as a default

Re: [Geotools-devel] GEOT-804

2006-02-01 Thread David Zwiers
Thanks Cory,   Yah, the idea would be to refactor the logic out, and pass in a version strategy. The 1.0 code would contain the same logic, but the 1.1 code would have a few more smarts, like sending out a getCount call (notice, this may not always be required ... in particular if there is an activ