@HandlerChain annotation is not picked up
-----------------------------------------
Key: AXIS2-2218
URL: https://issues.apache.org/jira/browse/AXIS2-2218
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Davanum Srinivas
When i deploy a service using JAXWSMessageReceiver that has @HandlerChain
annotation. the handlers are not picked up nor invoked. There is a TODO item in
the EndpointInterfaceDescriptionImpl.java (line 198) as follows. I can also see
a JavaClassToDBCConverter that has a attachHandlerChainAnnotation which can
help. But the only location the JavaClassToDBCConverter class is instantiated
is in a test case...
//TODO: Need to process the other annotations that can exist, on the
server side
// and at the class level.
// They are, as follows:
// HandlerChain (181)
// SoapBinding (181)
// WebServiceRefAnnot (List) (JAXWS)
// BindingTypeAnnot (JAXWS Sec. 7.8 -- Used to set either the
AS.endpoint, or AS.SoapNSUri)
// WebServiceContextAnnot (JAXWS via injection)
thanks,
dims
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]