uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61076-W

When the javax.jws.HandlerChain annotation is used for SEI and service implementation class at the same time, it gives priority to the one of service implementation class and the one of SEI is ignored. (SEI = aa....aa, implementation class = bb....bb)

aa....aa: SEI name
bb....bb: Web service implementation class name
Description
The javax.jws.HandlerChain annotation is specified simultaneously in an SEI and Web service implementation class. Because the annotation specified in the Web service implementation class is enabled on priority, the javax.jws.HandlerChain annotation specified in the SEI is ignored.
Action
Use the javax.jws.HandlerChain annotation in either SEI or service implementation class.