[Geoserver-devel] [JIRA] (GEOS-8217) Weird UUID based id tag in WPS generated configuration file

Andrea Aime created an issue

GeoServer / BugGEOS-8217

Weird UUID based id tag in WPS generated configuration file

Issue Type:

BugBug

Assignee:

Unassigned

Created:

10/Jul/17 12:21 PM

Priority:

LowLow

Reporter:

Andrea Aime

When GeoServer generates a new missing wps.xml file it starts with:

<wps>
  <id>WPSInfoImpl-749ce9ad:14ed9bdaa2b:-8000</id>
  <enabled>true</enabled>

However all other built-in services simply have the name of the service as id, e.g.:

<wfs>
  <id>wfs</id>
  <enabled>true</enabled>
  <name>WFS</name>

My guess is that this is happening in the xstream loader, the legacy one used to set the id, the new one does not and some automatic machinery is setting the UUID based id.
While probably not harmful, some uniformity would be appreciated.

Add Comment

Add Comment

Get JIRA notifications on your phone! Download the JIRA Cloud app here.


This message was sent by Atlassian JIRA (v1000.1110.1#100054-sha1:b032392)

Atlassian logo