[Geoserver-devel] Help implementing an OWS service

Hi all,

I've been using the guide at
http://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/implementing.html
to create the "hello" ows service, but am having some troubles. When I
request the sayHello method from the URL, I get the following exception:

<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
        <ows:Exception exceptionCode="InvalidParameterValue"
locator="service">
                <ows:ExceptionText>No service: ( hello )</ows:ExceptionText>
        </ows:Exception>
</ows:ExceptionReport>

I've searched the mailing list briefly to find a solution, but the answer
I've seen frequently come up is to make sure the applicationContext.xml is
included in the final jar archive. I've made sure it is there, and am not
sure how to troubleshoot this further. Any help would be appreciated.

Cheers,
Andrew

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Help-implementing-an-OWS-service-tp4980495.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Hello, I have met the same problem with you. Could you tell me how you solved
the problem?

--
View this message in context: http://geoserver-devel.821594.n3.nabble.com/Geoserver-devel-Help-implementing-an-OWS-service-tp4025257p4031786.html
Sent from the GeoServer devel mailing list archive at Nabble.com.