Page 1 of 1

About Question enthuware.ocejws.v6.2.117 :

Posted: Tue Mar 25, 2014 6:35 pm
by nickeasyuptech
It seems that the below code and explanation are incorrect. Should it be -

<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.

Re: About Question enthuware.ocejws.v6.2.117 :

Posted: Wed Mar 26, 2014 1:46 am
by fjwalraven
Yes, you are correct! I have changed it.

Thanks for your feedback!

Regards,
Frits