Re: [Geoserver-devel] Build failure on master in Maven but not Eclipse?

2017-05-24 Thread Ian Turton
mvn -version: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: /usr/share/maven-3.3.9 Java version: 1.8.0_66, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.8.0_66/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", ver

Re: [Geoserver-devel] Build failure on master in Maven but not Eclipse?

2017-05-24 Thread Andrea Aime
Hi Ian, does it make sense to change the test so that it dumps the raw xml (as a string) to the output before trying to parse it? Would likely help to see what might be wrong with it. Cheers Andrea On Wed, May 24, 2017 at 9:42 AM, Ian Turton wrote: > mvn -version: > > Apache Maven 3.3.9 (bb52d

Re: [Geoserver-devel] GML 3.2. Mime Type

2017-05-24 Thread Nuno Oliveira
Hi, I just updated the pull request [1] with the option to override the MIME type: image Basically I add a flag that activates the MIME type overriding and drop down choice that allow us to select which MIME type we want to use. Regards, Nuno Oliveira [1] https://github.com/geoserver/geoser

[Geoserver-devel] [JIRA] (GEOS-8150) WPSStorageCleaner creates badly formatted dates

2017-05-24 Thread Ian Turton (JIRA)
Title: Message Title Ian Turton created an

[Geoserver-devel] [JIRA] (GEOS-8151) RestConfig tests can fail if the user has an escape char in their environment variables

2017-05-24 Thread Ian Turton (JIRA)
Title: Message Title Ian Turton created an

Re: [Geoserver-devel] Build failure on master in Maven but not Eclipse?

2017-05-24 Thread Ian Turton
OK I've managed to dig to the bottom of this one - https://github.com/geoserver/geoserver/pull/2357 Longer answer - for some reason I have some environment variables like BACKGROUND_CYAN= [46m (with an Escape char at the start) in my user env. If you pass these unescaped to the Dom parser it choke

[Geoserver-devel] new community module workflow

2017-05-24 Thread Niels Charlier
Hello, I would like to create a new community module in geoserver called "workflow". The purpose of the module would be to create certain tasks and schedule them in batches that are automatically executed. Examples of tasks are: - update layer data from a source to local - synchronise data and

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Andrea Aime
No objections. This seems to have some overlap with importer own list of tasks, but it's more general. Cheers Andrea On Wed, May 24, 2017 at 1:08 PM, Niels Charlier wrote: > Hello, > > I would like to create a new community module in geoserver called > "workflow". > > The purpose of the module

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Ian Turton
+1 for me, sounds interesting Ian On 24 May 2017 at 13:43, Andrea Aime wrote: > No objections. This seems to have some overlap with importer own list of > tasks, but it's more general. > > Cheers > Andrea > > On Wed, May 24, 2017 at 1:08 PM, Niels Charlier wrote: > >> Hello, >> >> I would like

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Alessio Fabiani
Looks nice, wich framework are you going to use? There's some stuff in the backup and restore community module working with spring-batch. Maybe you can take a look at it and see if things can be somehow homogenized. +1 anyway On May 24, 2017 14:53, "Ian Turton" wrote: > +1 for me, sounds intere

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Simone Giannecchini
I am not against this and you already have enough +1, however it would good to hear your thoughts on the following points: - did you assess the overlap with existing extensions like the Importer? - which framework do you intend to use? There is a huge number of modules in GeoServer with overlaps

[Geoserver-devel] [JIRA] (GEOS-8152) Layer Group single mode hides nested layer groups from capabilities doc

2017-05-24 Thread Jason Newmoyer (JIRA)
Title: Message Title Jason Newmoyer create

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Jody Garnett
+1, sounds good. Importer and the backup restore module also have some kind of tasks model. If I remember correcly the backup-restore module used a spring api that may be a useful starting point? -- Jody Garnett On 24 May 2017 at 04:08, Niels Charlier wrote: > Hello, > > I would like to create

[Geoserver-devel] [JIRA] (GEOS-8153) Infinite redirect loop in web GUI when using load balanced configuration

2017-05-24 Thread Jason Newmoyer (JIRA)
Title: Message Title Jason Newmoyer create

Re: [Geoserver-devel] Build failure on master in Maven but not Eclipse?

2017-05-24 Thread Ben Caradoc-Davies
Ian, good catch. That might have easily have affected a user. Just when we thought we had sanitised all our inputs ... Kind regards, Ben. On 24/05/17 23:00, Ian Turton wrote: > OK I've managed to dig to the bottom of this one - > https://github.com/geoserver/geoserver/pull/2357 > > Longer answe

Re: [Geoserver-devel] new community module workflow

2017-05-24 Thread Ben Caradoc-Davies
Niels, +1 for the concept. Have you considered a different name? The term "workflow" is used for a variety of different purposes, including business workflows, and systems for orchestrating collections of services. For example, there are many scientific workflow management systems: https://en.