[Geoserver-devel] one failure ... TransactionListenerTest

2008-07-18 Thread Jody Garnett
So the change over went only okay - I have one failure in TransactionListenerTester; it expects to see a couple of features removed; and is getting nothing. The FeatureCollection being used to set up the event is empty; so I am not sure where to look for the problem next. Everything else builds

[Geoserver-devel] Build failed in Hudson: geoserver-1.7.x #52

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-1.7.x/52/changes Changes: [lreed] Had to make a IteratorModel out of the feaature collection model; I am new to this template thing. -- [...truncated 1596 lines...] at sun.reflect.NativeM

[Geoserver-devel] trunk (ie 1.8) requires 1.7 to build

2008-07-18 Thread Jody Garnett
I am getting a few problems compiling on trunk... based on the following from main/pom.xml > > org.geoserver > ows > 1.8.0-SNAPSHOT > > > org.geoserver > ows > 1.7.0-SNAPSHOT > tests > test > It looks like you need to build 1.7 lo

[Geoserver-devel] Build failed in Hudson: geoserver-1.7.x #51

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-1.7.x/51/changes Changes: [lreed] Jody here - added a FeatureCollectionModel to adapt between template model and feature collection; using finalizer to close iterator. -- [...truncated 275 lines.

Re: [Geoserver-devel] three errors from FeatureCollection no longer implementing java.util.Collection

2008-07-18 Thread Jody Garnett
Looks like the code has to do with adapting beans to some kind of model for the template system; options: - I can make "features" available as an IteratorModel (and preserve the previous risk of leaking connections); or ... - load the features into an array list and pass "features" in as a Colle

[Geoserver-devel] three errors from FeatureCollection no longer implementing java.util.Collection

2008-07-18 Thread Jody Garnett
There were three errors: - Two cases where a list of features was being created; used DataUtilities.list( fc ) - FeatureWrapper; looks to be an adapater to something that expects an iterator; I was able to use the above DataUtilities.list( fc ) method - but this would of course load everything i

[Geoserver-devel] Getting FeatureCollection ready for Java 5

2008-07-18 Thread Jody Garnett
Justin just got back to me (Andrea was waiting for Justin's feedback on this one)... I am going to update the proposal page to reflect the minim we need for 2.5.x. > GeoTools 2.5 > - FeatureCollection extends ResourceCollection does not extends > java.util.Collection > - Deprecate unused java.u

[Geoserver-devel] JDBCFeatureStore Exception in geoserver snapshot 1.7 using MySQL

2008-07-18 Thread todd-ncar
We've had success using geoserver war file release 1.6, creating a MySQL datastore and several FeatureTypes using tables that leverage MySQL spatial extensions. When we build and deploy 1.7 snapshot and attempt to create the same FeatureTypes using the same tables, we always get this exception f

[Geoserver-devel] Hudson build is back to normal: geoserver-1.6.x #308

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-1.6.x/308/changes - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gr

[Geoserver-devel] Hudson build is back to normal: geoserver-trunk #362

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/362/changes - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gr

[Geoserver-devel] Build failed in Hudson: geoserver-1.6.x #307

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-1.6.x/307/changes -- [...truncated 1129 lines...] Jul 18, 2008 5:06:23 PM org.geoserver.wms.WMSTestSupport assertNotBlank INFO: testDefaultStyle Forests: pixel count=28 non bg pixels: 289 Jul 18

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #361

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/361/changes Changes: [aaime] Fixing unit test according to changes performed in the proxy filter. [aaime] GEOS-2052, Can't disable caching and remove the caching time (in feature type configuration). Also added i18n error message

[Geoserver-devel] Build failed in Hudson: geoserver-1.6.x #306

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-1.6.x/306/changes Changes: [aaime] GEOS-2052, Can't disable caching and remove the caching time (in feature type configuration). Also added i18n error messages that were missing [aaime] GEOS-2050, Proxy filter engages even if the prox

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #360

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/360/changes Changes: [dwinslow] Port testing reorg and empty-body POST fix from 1.7.x -- [...truncated 134 lines...] [INFO] [cobertura:clean {execution: default}] [INFO] [plugin:descriptor]

[Geoserver-devel] [jira] Created: (GEOS-2052) Can't disable caching and remove the caching time (in feature type configuration)

2008-07-18 Thread Andrea Aime (JIRA)
Can't disable caching and remove the caching time (in feature type configuration) - Key: GEOS-2052 URL: http://jira.codehaus.org/browse/GEOS-2052 Project: GeoServer

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #359

2008-07-18 Thread ak
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/359/changes Changes: [aaime] GEOS-2050, Proxy filter engages even if the proxying is not enabled -- [...truncated 7218 lines...] here log4j:WARN File option not set for appender [geoserverl

[Geoserver-devel] [jira] Reopened: (GEOS-1290) time templates shoud by default understand dates produced by postgis

2008-07-18 Thread Justin Deoliveira (JIRA)
[ http://jira.codehaus.org/browse/GEOS-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Deoliveira reopened GEOS-1290: - happening again with 1.7.x > time templates shoud by default understand dates produced by postgis >

Re: [Geoserver-devel] KML time template is truncating seconds

2008-07-18 Thread Justin Deoliveira
Hi Tyler, I re-opened the issue. I will look into it shortly. -Justin Tyler Erickson wrote: > I appear to be having this problem again (i.e. seconds are truncated) with > GeoServer 1.7.x > I am not able to reopen http://jira.codehaus.org/browse/GEOS-1290 > could someone reopen the jira item, or

Re: [Geoserver-devel] [Geoserver-users] WFS transaction insert response contains incorrect fid

2008-07-18 Thread Jody Garnett
Andrea Aime wrote: > So FeatureId by itself is useless? If I cannot keep a reference to the > FeatureId returned on addFeatures() and be sure they will change once > the transaction is committed, what's the use of them? the addFeatures() method returns a Set; what you want is a List ... rather th

[Geoserver-devel] [jira] Created: (GEOS-2051) Caching configurations are not loaded anymore

2008-07-18 Thread Andrea Aime (JIRA)
Caching configurations are not loaded anymore - Key: GEOS-2051 URL: http://jira.codehaus.org/browse/GEOS-2051 Project: GeoServer Issue Type: Bug Affects Versions: 1.7.0-beta1 Report

Re: [Geoserver-devel] KML time template is truncating seconds

2008-07-18 Thread Tyler Erickson
I appear to be having this problem again (i.e. seconds are truncated) with GeoServer 1.7.x I am not able to reopen http://jira.codehaus.org/browse/GEOS-1290 could someone reopen the jira item, or should I create a new jira item? - Tyler Tyler Erickson wrote: > > Andrea, > > Justin pointed ou

[Geoserver-devel] [jira] Created: (GEOS-2050) Proxy filter engages even if the proxying is not enabled

2008-07-18 Thread Andrea Aime (JIRA)
Proxy filter engages even if the proxying is not enabled Key: GEOS-2050 URL: http://jira.codehaus.org/browse/GEOS-2050 Project: GeoServer Issue Type: Bug Components: WMS

[Geoserver-devel] GeoSearch improvements wrap up

2008-07-18 Thread Andrea Aime
Hi, so I'm about to leave for one week vacation and I thought I should make the point of the geoSearch (vector super-overlay, regionation, call it as you like) subsystem. The main point, which was, making it return data faster, has been obtained thanks to a well designed algorithm (from David and

[Geoserver-devel] [jira] Created: (GEOS-2049) Remove the regionation factories, register the regionation strategies directly instead

2008-07-18 Thread Andrea Aime (JIRA)
Remove the regionation factories, register the regionation strategies directly instead -- Key: GEOS-2049 URL: http://jira.codehaus.org/browse/GEOS-2049 Project: GeoSe

[Geoserver-devel] [jira] Created: (GEOS-2048) Make the KML reflector handle regionation requests

2008-07-18 Thread Andrea Aime (JIRA)
Make the KML reflector handle regionation requests -- Key: GEOS-2048 URL: http://jira.codehaus.org/browse/GEOS-2048 Project: GeoServer Issue Type: Improvement Components: WMS Affe

[Geoserver-devel] [jira] Created: (GEOS-2047) Geometry based regionator does the wrong thing with lat/lon data

2008-07-18 Thread Andrea Aime (JIRA)
Geometry based regionator does the wrong thing with lat/lon data Key: GEOS-2047 URL: http://jira.codehaus.org/browse/GEOS-2047 Project: GeoServer Issue Type: Bug Comp

Re: [Geoserver-devel] GSIP 22: Extensions, review + vote

2008-07-18 Thread Andrea Aime
Jody Garnett ha scritto: > See earlier review of all the GSIP's there is some overlap between these > two: > - http://geoserver.org/display/GEOS/GSIP+17+-+Community+module+handling > - http://geoserver.org/display/GEOS/GSIP+22+-+Extensions > > Can this be resolved; or combined into a single polic