Re: [Geoserver-devel] Error creating the INSPIRE hy-p:Watercourse FeatureType with the app-schema plugin.

2020-05-18 Thread A Huarte via Geoserver-devel
Sorry, I think the geoserver-users mailing list is a more adecuate for this issue, I have sent my issue to that list.Regards En lunes, 18 de mayo de 2020 10:18:44 CEST, A Huarte via Geoserver-devel escribió: Hi, I am using GeoServer 2.17 & App-Schema plugin to publish INS

[Geoserver-devel] Error creating the INSPIRE hy-p:Watercourse FeatureType with the app-schema plugin.

2020-05-18 Thread A Huarte via Geoserver-devel
Hi, I am using GeoServer 2.17 & App-Schema plugin to publish INSPIRE complex stores. My new layer has to implement the "hy-p:Watercourse" FeatureType of the http://inspire.ec.europa.eu/schemas/hy-p/4.0/HydroPhysicalWaters.xsd scheme, but trying to create the store I get an error about the geometr

[Geoserver-devel] helpful stuff

2016-06-05 Thread A Huarte
Hello, There is some helpful stuff I just found on the web, you may like it too, please read here <http://phobexitra.aainparts.com/xyafdtp> A Huarte -- What NetFlow Analyzer can do for you? Monitors network ban

Re: [Geoserver-devel] Memory leak in GetMap ?

2016-01-12 Thread A Huarte
Done: https://github.com/geoserver/geoserver/pull/1398 It does not contain a test, it is needed? Best regards Alvaro De: Andrea Aime Para: A Huarte CC: "geoserver-devel@lists.sourceforge.net" Enviado: Martes 12 de enero de 2016 16:17 Asunto: Re: [Geoserver-devel] Memo

[Geoserver-devel] Memory leak in GetMap ?

2016-01-12 Thread A Huarte
Hi all, I get many LOG error messages: "Call MapContent dispose() to prevent memory leaks" I think that they come from GetMap method (https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/GetMap.java#L116)  when an error occurs. The MapContent object never is

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
I have same issue on startup with geowebcache. About of first build error, this works for me (and for test units):"info.setUpdateSequence( (long) get( global, "updateSequence", int.class ) );" Best regardsAlvaro De: Daniele Romagnoli Para: A Huarte CC: Andre

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
error. De: Andrea Aime Para: A Huarte CC: "geoserver-devel@lists.sourceforge.net" Enviado: Lunes 21 de diciembre de 2015 14:25 Asunto: Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8... You are probably wrong us

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Sorry, I sent an unfinished mail I meant "I can change the code to:info.setUpdateSequence( get( global, "updateSequence", long.class ) ); " Alvaro De: A Huarte Para: "geoserver-devel@lists.sourceforge.net" Enviado: Lunes 21 de diciembre de

[Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Hi, I have updated my geoserver repo to current master repo. It builds ok from windows console with maven, but when I create the eclipse projects and I load them in Eclipse Mars (Windows 7 - x64), I get the error "Type mismatch: cannot convert from Integer to long" in line ... https://github.com/

[Geoserver-devel] [NEW FEATURE]: Allow make a Layer Group non queryable

2015-11-25 Thread A Huarte
Hi, I would like to propose this new feature implemented in an new pull request: https://github.com/geoserver/geoserver/pull/1347 Basically it allows make a Layer Group explicitly not queryable. Currently, a layer Group is queryable if it contains at least a queryable layer, and the user can not

[Geoserver-devel] [NEW FEATURE]: Allow GetFeatureInfo on layer groups if at least one layer is queryable

2015-11-13 Thread A Huarte
Hi, I would like to propose this new feature implemented in an new pull request: https://github.com/geoserver/geoserver/pull/1338 Basically it enables GetFeatureInfo calls on layer groups if at least one layer is queryable. Currently, if one layer in a layerGroup has querying disabled, the entir

Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-06 Thread A Huarte
Para: Robert Coup CC: A Huarte ; "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 6 de noviembre de 2015 13:03 Asunto: Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests. Hi Robert,your mail made me consid

Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-06 Thread A Huarte
ache directly in the shapefile provider. Do you agree? De: A Huarte Para: Andrea Aime CC: "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 6 de noviembre de 2015 9:09 Asunto: Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS Ge

Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-06 Thread A Huarte
To try clarify my comments, better a little of code: https://github.com/geoserver/geoserver/compare/master...ahuarte47:GEOS-7296_fix_read_twice :-) Alvaro De: A Huarte Para: Andrea Aime CC: "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 6 de noviembre de 2015 9:

Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-06 Thread A Huarte
On Thu, Nov 5, 2015 at 11:52 AM, A Huarte  wrote: Hi, I would propose this new feature to solve the issue  https://osgeo-org.atlassian.net/browse/GEOS-7296 Now, the WFS requests of 1.1/2.0 versions force to read the features from the data source (and also filter evaluation) twice. Or each time

Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-05 Thread A Huarte
achedFeatureCollection(fc);                             }                        }                        finally {                            iterator.close();                        }                    }                    else {                        size = features.size();                    }                                    } Alvaro

[Geoserver-devel] [NEW FEATURE] New configuration and memory caching of features in WFS GetFeature requests.

2015-11-05 Thread A Huarte
Hi, I would propose this new feature to solve the issue  https://osgeo-org.atlassian.net/browse/GEOS-7296 Now, the WFS requests of 1.1/2.0 versions force to read the features from the data source (and also filter evaluation) twice. Or each time a new iterator is created and visited.This issue is

Re: [Geoserver-devel] MVN repo.boundlessgeo having problems?

2015-10-26 Thread A Huarte
Hi Alessio, there is a related debate few days ago with explications in this mailing list. You can check the replies for... [Geoserver-devel] Maven repo of boundlessgeo working? Alvaro De: Alessio Fabiani Para: Geoserver-devel ; "geotools-de...@lists.sourceforge.net" Enviado: Lunes 2

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Before update my master branch, I used -nsu parameter of maven to build without SNAPSHOT updates. Do I understand that before you updated you were using repo.boundelssgeo.com - and had a 403 error. Even when asking it to fetch new updates. yes, you are right After I updated my master branc

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Before update my master branch, I used -nsu parameter of maven to build without SNAPSHOT updates. After I updated my master branch, It builds ok. Alvaro De: Jody Garnett Para: A Huarte CC: Walter Stovall ; "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 23 de

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Updated my master, it works fine! Thanks Ian De: Ian Turton Para: Walter Stovall CC: A Huarte ; "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 23 de octubre de 2015 13:00 Asunto: Re: [Geoserver-devel] Maven repo of boundlessgeo working? I'm on master,

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Oops, I wanted to write... ...It works for me! Sorry De: A Huarte Para: Walter Stovall ; "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 23 de octubre de 2015 12:48 Asunto: Re: [Geoserver-devel] Maven repo of boundlessgeo working? Now, I compile with -nsu pa

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Now, I compile with -nsu parameter of maven to skip SNAPSHOT updates -> mvn -nsu -DskipTests clean install I work for meAlvaro De: Walter Stovall Para: A Huarte ; "geoserver-devel@lists.sourceforge.net" Enviado: Viernes 23 de octubre de 2015 12:39 Asunto: RE: [Geoserver

[Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread A Huarte
Hi, I can't to build the master branch of GeoTools. I don't have access to maven repo: http://repo.boundlessgeo.com I get a 403-forbidden error. Any Idea? Thank you very muchAlvaro -- _

Re: [Geoserver-devel] HelloWPS

2015-05-08 Thread A Huarte
:-) it may be interesting report this issue to correct the documentation: https://jira.codehaus.org/browse/GEOS#selectedTab=com.atlassian.jira.plugin.system.project%3Aissues-panel Alvaro De: Jonny Huck Para: A Huarte CC: "geoserver-devel@lists.sourceforge.net" Enviado:

Re: [Geoserver-devel] HelloWPS

2015-05-08 Thread A Huarte
Hi Jonny, I build the HelloWPS sample successfully adding the "gs-wps-core" module as dependency           org.geotools      gt-process      14-SNAPSHOT              org.geoserver      gs-main      2.8-SNAPSHOT      tests      test              org.geoserver.extension      gs-wps-core