[Geoserver-devel] is DescribeFeatureType (GEOS-4854) still a problem in 2.2-RC3?

2012-09-10 Thread Ian Turton
I'm trying to carry out a WFS-T insert and update and I'm seeing deadlocks on the describeFeatureType request which look a lot like https://jira.codehaus.org/browse/GEOS-4854 which is marked as fixed in 2.2.x? Does any one know if this is the same problem (come back from the dead?) or should I

Re: [Geoserver-devel] is DescribeFeatureType (GEOS-4854) still a problem in 2.2-RC3?

2012-09-10 Thread Andrea Aime
On Mon, Sep 10, 2012 at 4:29 PM, Ian Turton ijtur...@gmail.com wrote: I'm trying to carry out a WFS-T insert and update and I'm seeing deadlocks on the describeFeatureType request which look a lot like https://jira.codehaus.org/browse/GEOS-4854 which is marked as fixed in 2.2.x? Does any

[Geoserver-devel] Redundancy in new CatalogStressTester

2012-09-10 Thread David Winslow
I noticed this block of code: https://github.com/geoserver/geoserver/blob/master/src/web/demo/src/main/java/org/geoserver/web/catalogstresstool/CatalogStressTester.java#L276-287 (Not because I'm doing a thorough review, it just happens to fail compilation against Wicket 1.5) I notice that

Re: [Geoserver-devel] is DescribeFeatureType (GEOS-4854) still a problem in 2.2-RC3?

2012-09-10 Thread Ian Turton
On 10 September 2012 16:18, Ian Turton ijtur...@gmail.com wrote: On 10 September 2012 15:41, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Sep 10, 2012 at 4:29 PM, Ian Turton ijtur...@gmail.com wrote: I'm trying to carry out a WFS-T insert and update and I'm seeing deadlocks on

Re: [Geoserver-devel] is DescribeFeatureType (GEOS-4854) still a problem in 2.2-RC3?

2012-09-10 Thread Andrea Aime
On Mon, Sep 10, 2012 at 5:18 PM, Ian Turton ijtur...@gmail.com wrote: On 10 September 2012 15:41, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Sep 10, 2012 at 4:29 PM, Ian Turton ijtur...@gmail.com wrote: I'm trying to carry out a WFS-T insert and update and I'm seeing deadlocks

[Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Alessio Fabiani
Hello guys, how to get right to commit on GeoServer GIT repo? == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Alessio Fabiani @alfa7691 Founder/Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39

Re: [Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Justin Deoliveira
An owner will need to add you to the geoserver organization. Perhaps I forgot when i set it up or maybe i never got your github username? I see an afabiani... i am guessing that is you? On Mon, Sep 10, 2012 at 9:48 AM, Alessio Fabiani alessio.fabi...@geo-solutions.it wrote: Hello guys, how to

Re: [Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Alessio Fabiani
Yes it's me, but I'm still getting a remote error. Let me try again... == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Alessio Fabiani @alfa7691 Founder/Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy

Re: [Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Alessio Fabiani
Is this https://github.com/geoserver/geoserver.git valid for write too? == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Alessio Fabiani @alfa7691 Founder/Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy

Re: [Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Alessio Fabiani
$ git push origin master Username: Password: error: The requested URL returned error: 403 while accessing https://github.com/geoserver/geoserver.git/info/refs fatal: HTTP request failed == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Alessio

Re: [Geoserver-devel] Push rights on GeoServer git

2012-09-10 Thread Justin Deoliveira
Yeah, this is a read only url i believe. Try doing this. git remove rename origin g...@github.com:geoserver/geoserver.git You may also want to set up origin to point to your fork of the geoserver repo, and have upstream point to the canonical one. -Justin On Mon, Sep 10, 2012 at 11:45 AM,