GeoServer

The service-level "complete" is not adjustable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.3.0-beta
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    2

Description

The service-level "complete" is not adjustable on the administration-page of GeoServer

Activity

Hide
Holger Lang added a comment -

This bug will be fixed by modifying the files ApplicationResources.properties and WFSConfigContent.jsp

In the file geoserver\WEB-INF\ApplicationResources.properties
the line
label.serviceLevel.complete=Complete
has to be inserted after
label.serviceLevel.transactional=Transactional

In the file \geoserver\WEB-INF\pages\wfs\WFSConfigContent.jsp
the line
<html:option key="label.serviceLevel.complete" value="<%=java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.COMPLETE) %>"/>
has to be inserted after
<html:option key="label.serviceLevel.transactional" value="<%= java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.TRANSACTIONAL) %>"/>

Show
Holger Lang added a comment - This bug will be fixed by modifying the files ApplicationResources.properties and WFSConfigContent.jsp In the file geoserver\WEB-INF\ApplicationResources.properties the line label.serviceLevel.complete=Complete has to be inserted after label.serviceLevel.transactional=Transactional In the file \geoserver\WEB-INF\pages\wfs\WFSConfigContent.jsp the line <html:option key="label.serviceLevel.complete" value="<%=java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.COMPLETE) %>"/> has to be inserted after <html:option key="label.serviceLevel.transactional" value="<%= java.lang.Integer.toString(org.vfny.geoserver.global.dto.WFSDTO.TRANSACTIONAL) %>"/>
Hide
dblasby added a comment -

unable to test because I cannot build at the moment - but I've commited the patches.

Show
dblasby added a comment - unable to test because I cannot build at the moment - but I've commited the patches.
Hide
Andrea Aime added a comment -

These issue has been in resolved state for at least one month (quite a bit, a lot more than one month). Batch transitioning them to closed state

Show
Andrea Aime added a comment - These issue has been in resolved state for at least one month (quite a bit, a lot more than one month). Batch transitioning them to closed state

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: