Re: [Geoserver-devel] Building and loading WPS extension

2014-04-17 Thread César Martínez Izquierdo
Thanks Ian and Andrea for your answers. I though I was building with 1.6, so I will review my environment when I get a free time slot. For the moment, it is running fine with OpenJdk 1.7. Regards, César 2014-04-15 17:23 GMT+02:00 Ian Schneider : > I couldn't help notice this: > > >> >>> I am al

Re: [Geoserver-devel] Building and loading WPS extension

2014-04-15 Thread Ian Schneider
I couldn't help notice this: > >> I am also getting a java.lang.NoClassDefFoundError: >> java/nio/channels/SeekableByteChannel on WMS getCapabilities when running >> with Sun Java 1.6. It seems to work fine with OpenJdk 1.7. >> >> Is Java 6 already unsupported? >> > > This is an issue that appear

Re: [Geoserver-devel] Building and loading WPS extension

2014-04-15 Thread Andrea Aime
On Tue, Apr 15, 2014 at 4:39 PM, César Martínez Izquierdo < cesar@gmail.com> wrote: > Thanks Andrea, your suggestion works correctly. I thought it was only > needed for compiling. How can I provide the equivalent parameter from > within Eclipse? > mvn eclipse:eclipse -Pwps > > I am also get

Re: [Geoserver-devel] Building and loading WPS extension

2014-04-15 Thread César Martínez Izquierdo
Thanks Andrea, your suggestion works correctly. I thought it was only needed for compiling. How can I provide the equivalent parameter from within Eclipse? I am also getting a java.lang.NoClassDefFoundError: java/nio/channels/SeekableByteChannel on WMS getCapabilities when running with Sun Java 1.

Re: [Geoserver-devel] Building and loading WPS extension

2014-04-15 Thread Andrea Aime
On Tue, Apr 15, 2014 at 4:05 PM, César Martínez Izquierdo < cesar@gmail.com> wrote: > I am trying to create a new WPS process, so I have downloaded Geoserver > from master branch and then I have compiled it using: > > mvn -DskipTests -Pwps clean install > > Then I have executed Geoserver using

Re: [Geoserver-devel] Building and loading WPS extension

2014-04-15 Thread César Martínez Izquierdo
Sorry, I forgot 2 details that might be useful: - I am using Java 1.6 32 bits (on a 64 bits machine) - The following message appears on log: "15-abr-2014 16:11:29 org.geoserver.platform.GeoServerExtensions checkContext ADVERTENCIA: Extension lookup occured, but ApplicationContext is unset." Thank