Re: [Geoserver-devel] Spring replaces Acegi

2008-04-15 Thread Justin Deoliveira
Pretty sure it just means that they have fully integrated Acegi into spring as opposed to it being a separate project. Nice work to Andrea for picking Acegi as our security framework :). Arne Kepp wrote: > No idea what that means for us, yet: > > http://www.springframework.org/node/627 > > -Ar

[Geoserver-devel] Spring replaces Acegi

2008-04-15 Thread Arne Kepp
No idea what that means for us, yet: http://www.springframework.org/node/627 -Arne ps. I'm somewhat amused that their website is running Drupal / PHP ;P - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference

Re: [Geoserver-devel] Trunk switched to "one time setup" (1.6.x too now)

2008-04-15 Thread Andrea Aime
Andrea Aime ha scritto: > Hi all, > so I switched all read only tests on trunk to "one time setup". This > made it so that the time required for building geoserver on my machine > halved, going down to 3 minutes 30 seconds (I have the wfsv online tests > running that do take 30 seconds and that mos

[Geoserver-devel] [jira] Created: (GEOS-1875) Unfortunate stack trace of imminent doooom!

2008-04-15 Thread Jody Garnett (JIRA)
Unfortunate stack trace of imminent dm! --- Key: GEOS-1875 URL: http://jira.codehaus.org/browse/GEOS-1875 Project: GeoServer Issue Type: Bug Affects Versions: 1.6.3 Reporter: Jody G

Re: [Geoserver-devel] Trunk switched to "one time setup"

2008-04-15 Thread Andrea Aime
Andrea Aime ha scritto: > Hi all, > so I switched all read only tests on trunk to "one time setup". This > made it so that the time required for building geoserver on my machine > halved, going down to 3 minutes 30 seconds (I have the wfsv online tests > running that do take 30 seconds and that mos

Re: [Geoserver-devel] Committing new Feature to Geoserver 1.6.3

2008-04-15 Thread Andrea Aime
Justin Deoliveira ha scritto: > The wfs spec says that when an attribute is null it should be committed > as a property, instead of included an empty. I am not sure the latter is > valid. Right right... yet, what if for any strange reason the user really wanted to provide an empty string as the

Re: [Geoserver-devel] Committing new Feature to Geoserver 1.6.3

2008-04-15 Thread Justin Deoliveira
The wfs spec says that when an attribute is null it should be committed as a property, instead of included an empty. I am not sure the latter is valid. However, I would say we should be lax in this case, I have run into the same issue with openlayers wfs client as well. Jesse Eichar wrote: > W

Re: [Geoserver-devel] Trunk switched to "one time setup"

2008-04-15 Thread Andrea Aime
Andrea Aime ha scritto: > Hi all, > so I switched all read only tests on trunk to "one time setup". This > made it so that the time required for building geoserver on my machine > halved, going down to 3 minutes 30 seconds (I have the wfsv online tests > running that do take 30 seconds and that mos

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

2008-04-15 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/88/changes - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use p

[Geoserver-devel] Trunk switched to "one time setup"

2008-04-15 Thread Andrea Aime
Hi all, so I switched all read only tests on trunk to "one time setup". This made it so that the time required for building geoserver on my machine halved, going down to 3 minutes 30 seconds (I have the wfsv online tests running that do take 30 seconds and that most of you don't have enabled I gues

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-15 Thread Andrea Aime
Andrew Hughes ha scritto: ... > Hum, ok, but I don't know how to push a .war onto a repository... I'm > not even sure we would like to do so. Each .war is 30MB, we'd have to > make sure the .war are pushed onto the repo only during the release > process (as opposed to publishing the

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

2008-04-15 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/87/changes Changes: [aaime] GEOS-1874, Switch all read only tests to a one time setup architecture [simboss] -minor clean up of unused read parameters -improve code readability [simboss] -tentative on GEOS-1868 -

[Geoserver-devel] [jira] Created: (GEOS-1874) Switch all read only tests to a "one time setup" architecture

2008-04-15 Thread Andrea Aime (JIRA)
Switch all read only tests to a "one time setup" architecture - Key: GEOS-1874 URL: http://jira.codehaus.org/browse/GEOS-1874 Project: GeoServer Issue Type: Improvement Affects

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-15 Thread Andrew Hughes
On Tue, Apr 15, 2008 at 5:16 PM, Andrea Aime <[EMAIL PROTECTED]> wrote: > Andrew Hughes ha scritto: > > > Hi Guys, > > > > I've looked into this a little and found a few things out... > > > > 1. A war can most certainly be a dependency, and dependency:unpack > > can be used to unpack it (pr

[Geoserver-devel] [jira] Created: (GEOS-1873) Problem adding new features using WFS-T

2008-04-15 Thread Jesse Eichar (JIRA)
Problem adding new features using WFS-T --- Key: GEOS-1873 URL: http://jira.codehaus.org/browse/GEOS-1873 Project: GeoServer Issue Type: Bug Components: WFS Affects Versions: 1.6.3

Re: [Geoserver-devel] Committing new Feature to Geoserver 1.6.3

2008-04-15 Thread Jesse Eichar
Will do. On 15-Apr-08, at 9:49 AM, Andrea Aime wrote: > Jesse Eichar ha scritto: >> Hi, >> I've done some research for a uDig user. For Geoserver 1.6.3 uDig >> can't add new features to a postgis via the WFS-T protocol. I've >> tested 1.5.4 and it work fine. The problem seems to be an xml

Re: [Geoserver-devel] Committing new Feature to Geoserver 1.6.3

2008-04-15 Thread Andrea Aime
Jesse Eichar ha scritto: > Hi, > > I've done some research for a uDig user. For Geoserver 1.6.3 uDig can't > add new features to a postgis via the WFS-T protocol. I've tested 1.5.4 > and it work fine. The problem seems to be an xml parsing problem. > Seems the same problem occurs when editin

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-15 Thread Andrea Aime
Andrew Hughes ha scritto: > Hi Guys, > > I've looked into this a little and found a few things out... > >1. A war can most certainly be a dependency, and dependency:unpack > can be used to unpack it (providing the dependency is hosted in a > repository). Hum, ok, but I don't know