Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is related to
-
AXIS2-2377 Add metadata layer annotation processing
- Resolved