<javaee:service-name-pattern xmlns:ns1="http://running.ws/">ns1:Run*</javaee:se ... me-pattern>
in order for RunRun to have an attached handler?
Code: Select all
<javaee:handler-chains xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <javaee:handler-chain> <javaee:service-name-pattern xmlns:ns1="http://running.ws/">ns1:Running*</javaee:service-name-pattern> <javaee:handler> . . . </javaee:handler> . . . </javaee:handler-chain> </javaee:handler-chains>
This is not entirely correct, it will attach handlers to the service "RunningService", but if there is a service with name "RunRun", it will also attach the handlers to that service.