Hi
I’m having problems getting a new service registered with geoserver. I have created a new module with 2 classes, namely:
-
HelloWorldService.java that extends AbstractService.
-
HelloWorld.java that extends Service
-
I have configured my applicationContext.xml file as follows:
When I run geoserver in debug mode, my service is never instanciated or called during startup. Am I missing some configuration elsewhere?
Regards
Oliver