[Geoserver-devel] [JIRA] (GEOS-7749) ArrayIndexOutOfBounds exc on CoverageViewReader

2016-09-19 Thread Thanassis Mantes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thanassis Mantes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7749  
 
 
  ArrayIndexOutOfBounds exc on CoverageViewReader   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Main  
 
 
Created: 
 20/Sep/16 8:05 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Thanassis Mantes  
 

  
 
 
 
 

 
 When a CoverageView is created with more bands than those of any of the composing coverages, an ArrayIndexOutOfBounds exception occurs on CoverageViewReader at the procedure of the resulting coverage dimension wrapping. This occurs because dimension wrapping is done during reading of the composing coverages, and should take place only after the resulting coverage is created. This issue was addressed partially during the latest inprovements on CoverageViewReader, but a use case with a specific dataset showed that there were some cases not fully covered.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

Re: [Geoserver-devel] GeoServer 2.10-beta artifacts ready for testing

2016-09-19 Thread Torben Barsballe
OS X DMG looks mostly good.

I am seeing an exception on startup:
java.io.IOException: Exception in finding browser:
com.apple.mrj.MRJFileUtils
at org.geoserver.console.Browser.openUrl(Browser.java:613)
at
org.geoserver.console.GeoServerConsole$Frame.started(GeoServerConsole.java:558)
at
org.geoserver.console.GeoServerConsole$Frame$7.run(GeoServerConsole.java:527)

It looks like the code that automaticaly opens GeoServer in the browser is
broken in the DMG install. The server still starts up fine though, and can
be reached from localhost:8080/geoserver.

Torben

On Mon, Sep 19, 2016 at 4:59 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:

> Hello everyone,
>
> The GeoServer 2.10-beta artifacts are ready for testing:
>
> http://ares.boundlessgeo.com/geoserver/release/2.10-beta/
>
> The OS X DMG is currently unavailable - there seems to be an issue with
> the build box. Working to get a fix for that right now (and thanks to Devon
> for fixing the OS X build script)
>
> Torben
>
>
>
--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GeoServer 2.10-beta artifacts ready for testing

2016-09-19 Thread Torben Barsballe
Hello everyone,

The GeoServer 2.10-beta artifacts are ready for testing:

http://ares.boundlessgeo.com/geoserver/release/2.10-beta/

The OS X DMG is currently unavailable - there seems to be an issue with the
build box. Working to get a fix for that right now (and thanks to Devon for
fixing the OS X build script)

Torben
--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Ben Caradoc-Davies
Thanks, Devon. I changed all the capitalisation from "Beta" to "beta" 
for consistency with Maven and release artifact naming, preened the text 
a tiny bit, and removed exclamation marks as this release is already too 
exciting.  :-)

Kind regards,
Ben.

On 20/09/16 10:27, Devon Tucker wrote:
> Hi All,
>
> Draft blog post is available on blogger. Please let me know if there's
> anything that should be changed. Here's the text:
>
> GeoTools is pleased to announce the GeoTools 16-Beta
> 
> milestone
> release:
>
>- geotools-16-beta-bin.zip
>
> 
>- geotools-16-beta-doc.zip
>
> 
>- geotools-16-beta-userguide.zip
>
> 
>- geotools-16-beta-project.zip
>
> 
>
> This release is also available from our Maven repository
> .
>
> This release is made in conjunction with GeoServer 2.10-Beta.
>
>
> Highlights from our issue tracker release-notes
> 
> :
>
>
>
>- CSS now supports rendering transformations
>- Well known symbols added for QGIS interoperability
>- Support for Azimuthal Equidistant projection
>
>
>
> 
>
>- ImageMosaic now allows for heterogenous CRS in its granules.
>
> And more! For more information see 16-Beta release notes
> 
> and
> the release notes for previous releases (M0
> 
>  | Beta 1
> 
> ).
> About GeoTools 16
>
>- The old wfs module has now been replaced with the wfs-ng module
>- The NetCDF module now uses NetCDF-Java 4.6.6
>
>
> On Mon, Sep 19, 2016 at 2:11 PM, Ben Caradoc-Davies 
> wrote:
>
>> Fixed on master and 15.x:
>>
>> Restrict gt-app-schema dependency on gt-complex tests to test scope
>> https://github.com/geotools/geotools/commit/ad608007d69bb342
>> 8898ad41db8a37eff0d47545
>> https://github.com/geotools/geotools/commit/6d05440d9131d687
>> bc2713820288aacfea6fd3bd
>>
>> Kind regards,
>> Ben.
>>
>>
>> On 20/09/16 08:26, Ben Caradoc-Davies wrote:
>>
>>> Fix in testing now. I will backport to 15.x.
>>>
>>> On 20/09/16 08:13, Ben Caradoc-Davies wrote:
>>>
 The gt-complex test dependency is still on my to-do list. This is a
 cosmetic buglet.

 On 20/09/16 08:00, Torben Barsballe wrote:

> Since these issues have been forgotten since the last release, I will
> create JIRA tickets for them.
>

>> --
>> Ben Caradoc-Davies 
>> Director
>> Transient Software Limited 
>> New Zealand
>>
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Devon Tucker
Hi All,

Draft blog post is available on blogger. Please let me know if there's
anything that should be changed. Here's the text:

GeoTools is pleased to announce the GeoTools 16-Beta

milestone
release:

   - geotools-16-beta-bin.zip
   

   - geotools-16-beta-doc.zip
   

   - geotools-16-beta-userguide.zip
   

   - geotools-16-beta-project.zip
   


This release is also available from our Maven repository
.

This release is made in conjunction with GeoServer 2.10-Beta.


Highlights from our issue tracker release-notes

:



   - CSS now supports rendering transformations
   - Well known symbols added for QGIS interoperability
   - Support for Azimuthal Equidistant projection


   


   - ImageMosaic now allows for heterogenous CRS in its granules.

And more! For more information see 16-Beta release notes

and
the release notes for previous releases (M0

 | Beta 1

).
About GeoTools 16

   - The old wfs module has now been replaced with the wfs-ng module
   - The NetCDF module now uses NetCDF-Java 4.6.6


On Mon, Sep 19, 2016 at 2:11 PM, Ben Caradoc-Davies 
wrote:

> Fixed on master and 15.x:
>
> Restrict gt-app-schema dependency on gt-complex tests to test scope
> https://github.com/geotools/geotools/commit/ad608007d69bb342
> 8898ad41db8a37eff0d47545
> https://github.com/geotools/geotools/commit/6d05440d9131d687
> bc2713820288aacfea6fd3bd
>
> Kind regards,
> Ben.
>
>
> On 20/09/16 08:26, Ben Caradoc-Davies wrote:
>
>> Fix in testing now. I will backport to 15.x.
>>
>> On 20/09/16 08:13, Ben Caradoc-Davies wrote:
>>
>>> The gt-complex test dependency is still on my to-do list. This is a
>>> cosmetic buglet.
>>>
>>> On 20/09/16 08:00, Torben Barsballe wrote:
>>>
 Since these issues have been forgotten since the last release, I will
 create JIRA tickets for them.

>>>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Build failed in Jenkins: GeoServer-2.9.x-OpenJDK8 #137

2016-09-19 Thread jenkins
See 


Changes:

[tbarsballe] [GEOS-7740] Make ResourceNotification serializable

[tbarsballe] JdbcResourceStore: do not store logs in database

[tbarsballe] Updating the appbundler jar link

--
[...truncated 1249 lines...]
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.vfny.geoserver.global.GeoserverDataDirectoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec
Running org.vfny.geoserver.global.xml.WriterHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.vfny.geoserver.util.ResponseUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.vfny.geoserver.util.SLDValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec

Results :

Failed tests:   testNadCon(org.vfny.geoserver.crs.OvverideTransformationsTest)

Tests run: 724, Failures: 1, Errors: 0, Skipped: 2

[JENKINS] Recording test results
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoServer .. SUCCESS [  5.075 s]
[INFO] Core Platform Module ... SUCCESS [ 13.267 s]
[INFO] Open Web Service Module  SUCCESS [  9.035 s]
[INFO] Main Module  FAILURE [01:32 min]
[INFO] GeoServer Security Modules . SKIPPED
[INFO] GeoServer JDBC Security Module . SKIPPED
[INFO] GeoServer LDAP Security Module . SKIPPED
[INFO] Web Coverage Service Module  SKIPPED
[INFO] Web Coverage Service 1.0 Module  SKIPPED
[INFO] Web Coverage Service 1.1 Module  SKIPPED
[INFO] Web Coverage Service 2.0 Module  SKIPPED
[INFO] Web Feature Service Module . SKIPPED
[INFO] Web Map Service Module . SKIPPED
[INFO] KML support for GeoServer .. SKIPPED
[INFO] GeoWebCache (GWC) Module ... SKIPPED
[INFO] REST Support Module  SKIPPED
[INFO] REST Configuration Service Module .. SKIPPED
[INFO] GeoServer Web Modules .. SKIPPED
[INFO] Core UI Module . SKIPPED
[INFO] WMS UI Module .. SKIPPED
[INFO] GWC UI Module .. SKIPPED
[INFO] WFS UI Module .. SKIPPED
[INFO] Demos Module ... SKIPPED
[INFO] WCS UI Module .. SKIPPED
[INFO] Security UI Modules  SKIPPED
[INFO] Security UI Core Module  SKIPPED
[INFO] Security UI JDBC Module  SKIPPED
[INFO] Security UI LDAP Module  SKIPPED
[INFO] REST UI Module . SKIPPED
[INFO] GeoServer Web Application .. SKIPPED
[INFO] Community Space  SKIPPED
[INFO] GeoServer Extensions ... SKIPPED
[INFO] Application Schema Support . SKIPPED
[INFO] Appli

[Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 15:30 UTC on Tuesday

2016-09-19 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 15:30 UTC on Tuesday:
http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=9&day=20&hour=15&min=30&sec=0&ah=1

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Ben Caradoc-Davies
Fixed on master and 15.x:

Restrict gt-app-schema dependency on gt-complex tests to test scope
https://github.com/geotools/geotools/commit/ad608007d69bb3428898ad41db8a37eff0d47545
https://github.com/geotools/geotools/commit/6d05440d9131d687bc2713820288aacfea6fd3bd

Kind regards,
Ben.

On 20/09/16 08:26, Ben Caradoc-Davies wrote:
> Fix in testing now. I will backport to 15.x.
>
> On 20/09/16 08:13, Ben Caradoc-Davies wrote:
>> The gt-complex test dependency is still on my to-do list. This is a
>> cosmetic buglet.
>>
>> On 20/09/16 08:00, Torben Barsballe wrote:
>>> Since these issues have been forgotten since the last release, I will
>>> create JIRA tickets for them.

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Ben Caradoc-Davies
Fix in testing now. I will backport to 15.x.

On 20/09/16 08:13, Ben Caradoc-Davies wrote:
> The gt-complex test dependency is still on my to-do list. This is a
> cosmetic buglet.
>
> On 20/09/16 08:00, Torben Barsballe wrote:
>> Since these issues have been forgotten since the last release, I will
>> create JIRA tickets for them.
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Ben Caradoc-Davies
The gt-complex test dependency is still on my to-do list. This is a 
cosmetic buglet.

On 20/09/16 08:00, Torben Barsballe wrote:
> Since these issues have been forgotten since the last release, I will
> create JIRA tickets for them.

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools 16-beta

2016-09-19 Thread Torben Barsballe
I notice that commons-beanutils-1.7.0.jar is present. This JAR was removed
from GeoServer and replaced with the customised
commons-beanutils-1.9.2-noclassprop.jar because it enabled a remote code
execution vulnerability.

Also, gt-complex-16-beta-tests.jar is still present.

Both these issues were noticed during the 16-M0 release and have not been
fixed since.

While not a blocker for the beta, we should at least fix the beanutils jar
before the 16-RC1 (release candidate)

Since these issues have been forgotten since the last release, I will
create JIRA tickets for them.

Torben

On Mon, Sep 19, 2016 at 12:48 PM, Devon Tucker 
wrote:

> Hi all,
>
> GeoTools 16-beta artifacts are built:
>
> http://ares.boundlessgeo.com/geotools/release/16-beta/
>
> Please test out as you see fit. I'm installing them now.
>
> Cheers,
> Devon
>
> 
> --
>
> ___
> GeoTools-Devel mailing list
> geotools-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GeoTools 16-beta

2016-09-19 Thread Devon Tucker
Hi all,

GeoTools 16-beta artifacts are built:

http://ares.boundlessgeo.com/geotools/release/16-beta/

Please test out as you see fit. I'm installing them now.

Cheers,
Devon
--
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-7747) JDBCStore stores style configuration files

2016-09-19 Thread Torben Barsballe (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Barsballe created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7747  
 
 
  JDBCStore stores style configuration files   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.9.1, 2.10-M0  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 JDBCStore  
 
 
Created: 
 19/Sep/16 8:45 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Torben Barsballe  
 

  
 
 
 
 

 
 JDBCStore tracks directories via include/exclude. JDBCStore includes the styles/ folder in order to store style (.sld) files and external graphics. However, the styles/ folder already contains mixed xml configuration (for the StyleInfo objects) and style files. This means that in addition to storeing style files and external graphics (as expected) JDBCStore is also storing style configuration (NOT expected) In addition, when jdbcconfig (which is intended to often be used alongside jdbcstore) installed and enabled (before enabling jdbcstore), both jdbcstore and jdbcconfig contain a copy of the 

[Geoserver-devel] [JIRA] (GEOS-7748) JDBCStore does not store workspaced styles or graphics

2016-09-19 Thread Torben Barsballe (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Barsballe created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7748  
 
 
  JDBCStore does not store workspaced styles or graphics   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 19/Sep/16 8:49 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Torben Barsballe  
 

  
 
 
 
 

 
 The GeoServer data directory contains a styles/ folder for storing SLD files and external graphics. Currently, this is managed by JDBCStore. However, for each workspace, there is also a /workspaces//styles folder which contains styles and icons for that workspace, similar to how the top-level styles folder contains global styles. These are not being stored by JDBCStore.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v1000.319.1#100012-sha1:913341f)  
  

Re: [Geoserver-devel] [Geotools-devel] Release managers for GeoTools/GWC/GeoServer September release trains

2016-09-19 Thread Torben Barsballe
So, with the fix to GEOT-5514 just getting merged this morning, looks like
the GeoServer 2.9.2 release is happening tommorrow.
Devon and I will still try and get the 2.10-beta out today.

Torben

On Thu, Sep 15, 2016 at 4:20 PM, Ben Caradoc-Davies 
wrote:

> Release managers,
>
> the changes I have for master/master and 15.x/2.9.x have now been applied.
>
> Here are some bullet points for your blog posts:
>
> GeoTools:
>
> - Support for Azimuthal Equidistant projection.
>
> I have some sample GeoServer WMS output here if you want images to promote
> this feature:
> https://osgeo-org.atlassian.net/browse/GEOT-5521
>
> GeoServer:
>
> - WMS GetFeatureInfo responses for coverages now present band names as
> NCNames to ensure well-formed XML responses (for consistency this change
> applies to all info_formats); spaces and leading digits in band names are
> replaced with underscores ("_").
>
> - WMS GetFeatureInfo on coverages now supports continuous map wrapping for
> latitude/longitude projections, and coverages with native
> latitude/longitude coordinates and longitudes>180 can be queried with
> longitudes<0.
>
> Kind regards,
> Ben.
>
>
> On 13/09/16 07:36, Torben Barsballe wrote:
>
>> Hi Ben,
>>
>> Good Point. Given that the feature freeze date has already been agreed
>> upon, I am equally happy to do the release Monday, alowing for the
>> possibility that the 2.9.2 release may cause this to be pushed back to
>> Monday afternoon / Tuesday morning if there are complications.
>>
>> Torben
>>
>> On Mon, Sep 12, 2016 at 11:57 AM, Ben Caradoc-Davies 
>> wrote:
>>
>> Torben,
>>>
>>> thanks very much. Note that by bringing forward the beta release date,
>>> you
>>> are also bringing forward the feature freeze, and this requires
>>> discussion.
>>>
>>> I have two new features that could be included before the freeze:
>>>
>>> (1) [GEOS-7734] Support coverage GetFeatureInfo wrapping and shifted
>>> native longitudes
>>> https://osgeo-org.atlassian.net/browse/GEOS-7734
>>> https://github.com/geoserver/geoserver/pull/1814
>>>
>>> (2) Support for the Azimuthal Equidistant projection. Jira and pull
>>> request might be ready today, but if not, then Thursday or Friday, which
>>> is
>>> the 16th. Low risk as it is a straight port from PROJ.4 and will not harm
>>> anyone not using it.
>>>
>>> Kind regards,
>>> Ben.
>>>
>>>
>>> On 13/09/16 04:31, Torben Barsballe wrote:
>>>
>>> Hi Andrea

 Devon and I can take the beta.
 We will likely perform the release on the 16th, so as not to run the
 risk
 of colliding with any potential late-running ares jobs from your release
 on
 Monday.

 Torben

 On Sat, Sep 10, 2016 at 2:02 AM, Andrea Aime <
 andrea.a...@geo-solutions.it>
 wrote:

 Hi folks,

> me and Alessandro are going to take the 1.9.2 release train, likely
> performing the release on the 19th.
> Any takers for the beta?
>
> Cheers
> Andrea
>
> On Sat, Sep 3, 2016 at 3:20 PM, Andrea Aime <
> andrea.a...@geo-solutions.it>
> wrote:
>
> Hi,
>
>> Sunday September 18th we have two release blocks:
>> * GeoTools 15.2/GWC 1.9.2/GS 2.9.2, a stable release train (with a few
>> backports of new features, parametric config, jpeg/png,
>> backup/restore)
>> * GeoTools 17.beta/GWC 1.10-beta/GS 2.10-beta, a beta release train
>>
>> Any takers?
>>
>> Cheers
>> Andrea
>>
>> --
>> ==
>> GeoServer Professional Services from the experts! Visit
>> http://goo.gl/it488V for more information.
>> ==
>>
>> Ing. Andrea Aime
>> @geowolf
>> Technical Lead
>>
>> GeoSolutions S.A.S.
>> Via di Montramito 3/A
>> 55054  Massarosa (LU)
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob: +39 339 8844549
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>>
>>
>> Le informazioni contenute in questo messaggio di posta elettronica e/o
>> nel/i file/s allegato/i sono da considerarsi strettamente riservate.
>> Il
>> loro utilizzo è consentito esclusivamente al destinatario del
>> messaggio,
>> per le finalità indicate nel messaggio stesso. Qualora riceviate
>> questo
>> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
>> darcene notizia via e-mail e di procedere alla distruzione del
>> messaggio
>> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio
>> stesso,
>> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo,
>> od
>> utilizzarlo per finalità diverse, costituisce comportamento contrario
>> ai
>> principi dettati dal D.Lgs. 196/2003.
>>
>>
>>
>> The information in this message and/or attachments, is intended solely
>> for the attention and use of the named addressee(s) and may be
>> confidential

[Geoserver-devel] [JIRA] (GEOS-7746) LegendSample ans WMS facade are not initiated in some contructors of GeoServerTileLayer

2016-09-19 Thread Nuno Oliveira (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nuno Oliveira created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7746  
 
 
  LegendSample ans WMS facade are not initiated in some contructors of GeoServerTileLayer   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Nuno Oliveira  
 
 
Created: 
 19/Sep/16 12:02 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Nuno Oliveira  
 

  
 
 
 
 

 
 This missing initialization will provoke a null pointer exception that will be swallowed and always return a default legend url.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v1000.319.1#100012-sha1:913341f)