[Geoserver-devel] Build failed in Jenkins: geoserver-master #373

2014-03-17 Thread monitor
See http://ares.opengeo.org/jenkins/job/geoserver-master/373/changes Changes: [jody.garnett] Introduce ResourceStore API with initial FileSystemResourceStore and DataDirectoryResourceStore implementations. [jody.garnett] Ensure ResourceStore does not return null and pull request feedback

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #374

2014-03-17 Thread monitor
See http://ares.opengeo.org/jenkins/job/geoserver-master/374/changes -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive new guide to graph databases and their applications. Written

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Ben Caradoc-Davies
Sampo, have you considered the wfs-ng module? I believe that rather a lot of work has been done on this by Gabriel Roldán, some time ago. Perhaps some yet to be merged? I think this was intended to be the successor to the wfs module. Also, what is the nature of the content model of the WFS

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 10:44 AM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: Sampo, have you considered the wfs-ng module? I believe that rather a lot of work has been done on this by Gabriel Roldán, some time ago. Perhaps some yet to be merged? I think this was intended to be

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Sampo Savolainen
Hi, It's good that wfs-ng came up. I did notice it and was just going to ask you guys about it. A cursory glance at the git logs seems to indicate that wfs is still preferred over wfs-ng. I'd love to hear what Justin says about this though. The possibility of having someone else work on WFS 2.0

[Geoserver-devel] Make GeoServer nodes identifiable from the GUI: the pull request

2014-03-17 Thread Andrea Aime
Hi, here is the pull request, with pluggable GeoServerNodeInfo, docs and tests https://github.com/geoserver/geoserver/pull/539 Cheers Andrea -- == Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK for more information. == Ing. Andrea Aime @geowolf Technical Lead

[Geoserver-devel] ResourceStore progress, and the next pull request

2014-03-17 Thread Jody Garnett
Thanks to Andrea for reviewing the first GSIP 106 - Managed File APIhttp://geoserver.org/display/GEOS/GSIP+106+-+Managed+File+API pull request #531 https://github.com/geoserver/geoserver/pull/531. I have a second pull request ready adding file locks (any volunteers?): *

Re: [Geoserver-devel] ResourceStore progress, and the next pull request

2014-03-17 Thread Jody Garnett
For examples: ResourceStore API Exampleshttp://geoserver.org/display/GEOS/ResourceStore+API+Examples Actually if you are using Eclipse there is a short cut: 1. Selecting any reference to GeoServerDataDirectory or GeoServerResourceLoader File f = loader.*find*(monitoring, GeoLiteCity.dat);

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 12:31 PM, Sampo Savolainen sampo.savolai...@spatineo.com wrote: On Fri, Mar 14, 2014 at 3:24 PM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Fri, Mar 14, 2014 at 11:49 AM, Sampo Savolainen sampo.savolai...@spatineo.com wrote: To support parameters for

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Sampo Savolainen
On Mon, Mar 17, 2014 at 1:35 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Mar 17, 2014 at 12:31 PM, Sampo Savolainen sampo.savolai...@spatineo.com wrote: On Fri, Mar 14, 2014 at 3:24 PM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Fri, Mar 14, 2014 at 11:49 AM, Sampo

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Jody Garnett
You know that filters do not only come out of the WMS GetMap right? Each datastore query is constructed from the WMS GetMap information combined with the WMS style. Many styles have multiple rules, each one of which has a Filter. It is this combination that forms the individual queries that are

[Geoserver-devel] [jira] (GEOS-6402) DXF format_options:layers

2014-03-17 Thread Jonas Reinhardt (JIRA)
Title: Message Title Jonas Reinhardt created an issue

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 12:57 PM, Jody Garnett jody.garn...@gmail.comwrote: You know that filters do not only come out of the WMS GetMap right? Each datastore query is constructed from the WMS GetMap information combined with the WMS style. Many styles have multiple rules, each one of which

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Sampo Savolainen
Hi, With the JDBC DataStore, there exists a direct connection between the query parameters and what comes out of the data store. In that case it is certainly possible (even easy) to do some of the filtering within GeoServer. However with stored queries, there is a relationship between the input

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 2:11 PM, Sampo Savolainen sampo.savolai...@spatineo.com wrote: Hi, With the JDBC DataStore, there exists a direct connection between the query parameters and what comes out of the data store. In that case it is certainly possible (even easy) to do some of the

Re: [Geoserver-devel] Error REST feature type DELETE after preview layer

2014-03-17 Thread Anton Bakker
Thanks for your reply, but unfortunately I am not into Java development. Cheers, Anton — On 13 Mar 2014, at 08:52, Andrea Aime andrea.a...@geo-solutions.it wrote: On Wed, Mar 12, 2014 at 4:45 PM, Anton Bakker anton.bak...@geocat.net wrote: Hi list, I have been using the Geoserver REST

[Geoserver-devel] after deploy own service ,get execption

2014-03-17 Thread Manish Kumar
sir , i want run sample code which is inside developer mannual but after deploy jar file in E:\GeoServer2.4.5\webapps\geoserver\WEB-INF\lib , i got exception like:-- org.geoserver.platform.ServiceException: No service: ( hello ) at

[Geoserver-devel] i got exception during implement custom ows service

2014-03-17 Thread Manish Kumar
I'm following instructions on but get exception , please give me solution sir please.. http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html to learn how to implement custom OWS service.. I pretty much followed all the initial

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Sampo Savolainen
Hi, Yes. The SQL View case seems to be highly analogous to stored queries! Is there a reason for using viewparams=p1:v1;p2:v2;.. instead of dimensions? Or is the reason simply that dimensions get mapped as filters? Are the viewparams advertised in any way in Capabilities documents, for example

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 3:28 PM, Sampo Savolainen sampo.savolai...@spatineo.com wrote: Hi, Yes. The SQL View case seems to be highly analogous to stored queries! Is there a reason for using viewparams=p1:v1;p2:v2;.. instead of dimensions? Parameters can be anything, not just dimensions. A

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Justin Deoliveira
On Mon, Mar 17, 2014 at 3:56 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Mar 17, 2014 at 10:44 AM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: Sampo, have you considered the wfs-ng module? I believe that rather a lot of work has been done on this by Gabriel

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Justin Deoliveira
On Mon, Mar 17, 2014 at 8:57 AM, Justin Deoliveira jdeol...@boundlessgeo.com wrote: On Mon, Mar 17, 2014 at 3:56 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, Mar 17, 2014 at 10:44 AM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: Sampo, have you considered

Re: [Geoserver-devel] WFS 2.0 Stored Query data store

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 3:59 PM, Justin Deoliveira jdeol...@boundlessgeo.com wrote: One thing that would help is to figure out the functionality gap (if there is one) between the two. Is the wfs-ng version on par with the existing implementation in terms of wfs 1.0 and wfs 1.1 support? Does

Re: [Geoserver-devel] need full correct source(src) code for geoserver

2014-03-17 Thread carlo cancellieri
Hi, please keep the MailingList into the loop. Take a look here for maven and eclipse: http://docs.geoserver.org/latest/en/developer/quickstart/index.html Then, if you still need support please post the error log, the pom.xml and the command you run. I will try to help you. Cheers, Carlo

Re: [Geoserver-devel] i got exception during implement custom ows service

2014-03-17 Thread Jody Garnett
I expect you need to match geoserver versions. Those instructions are for GeoServer 2.4 right? So you should be testing with GeoServer 2.4. Jody Garnett On Tue, Mar 18, 2014 at 1:18 AM, Manish Kumar manish.ku...@bizruntime.comwrote: I'm following instructions on but get exception , please

[Geoserver-devel] 2.5 release artifacts to test

2014-03-17 Thread Ian Turton
The 2.5 release artifacts are ready to test at http://ares.boundlessgeo.com/geoserver/release/2.5/ - I'd be especially grateful if someone with a Mac can test that build. Cheers Ian -- Ian Turton -- Learn Graph

[Geoserver-devel] [jira] (GEOS-6403) Importer fails to load shape files into PostGIS

2014-03-17 Thread Jody Garnett (JIRA)
Title: Message Title Jody Garnett created an issue

Re: [Geoserver-devel] [Geotools-devel] 11.0 and 2.5.0 releases

2014-03-17 Thread Jody Garnett
Just figured out that IanS is on holiday and won't get back to us. Looking into this: * http://jira.codehaus.org/browse/GEOS-6394 - Ian ran into troubles with GeoJSON (I hope this is covered by the resulting pull request) * http://jira.codehaus.org/browse/GEOS-6403 - Unable to import from

Re: [Geoserver-devel] [Geotools-devel] 11.0 and 2.5.0 releases

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 7:21 PM, Jody Garnett jody.garn...@gmail.comwrote: Just figured out that IanS is on holiday and won't get back to us. Looking into this: * http://jira.codehaus.org/browse/GEOS-6394 - Ian ran into troubles with GeoJSON (I hope this is covered by the resulting pull

Re: [Geoserver-devel] [Geotools-devel] 11.0 and 2.5.0 releases

2014-03-17 Thread Jody Garnett
Perhaps I am not understanding how bad it is? Ian described the log filling up with megabytes of error messages from the wicket ui. Andrea have you been using importer successfully? I have used it to work with a directory of shape files myself. -- Jody Jody Garnett On Tue, Mar 18, 2014 at 5:28

Re: [Geoserver-devel] [Geotools-devel] 11.0 and 2.5.0 releases

2014-03-17 Thread Andrea Aime
On Mon, Mar 17, 2014 at 7:32 PM, Jody Garnett jody.garn...@gmail.comwrote: Perhaps I am not understanding how bad it is? Ian described the log filling up with megabytes of error messages from the wicket ui. Andrea have you been using importer successfully? I have used it to work with a

Re: [Geoserver-devel] [Geotools-devel] 11.0 and 2.5.0 releases

2014-03-17 Thread Jody Garnett
Not really, Ian looked at it because I asked him to write a blog post (for us to reference from the 2.5.0 release notes). Note that this is not quite the same importer that OpenGeoSuite has been shipping with, hence it is not as solid but has a REST API. -- Jody Jody Garnett On Tue, Mar 18,

[Geoserver-devel] Build failed in Jenkins: 2.4-cite-wfs-1.1 #158

2014-03-17 Thread monitor
See http://ares.opengeo.org/jenkins/job/2.4-cite-wfs-1.1/158/ -- [...truncated 4327 lines...] [exec] Testing wfs:delete-feature (wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24858_1)... [exec]