uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW20007-E

Incorrect argument types for method. The method annotated @Resource annotation has only one argument of WebServiceContext class. (method = aa....aa)

aa....aa: Method name
Description
The argument type of the method is incorrect. When the @Resource annotation in which the WebServiceContext class is specified in the type attribute is specified in a method, the method argument must be set in the WebServiceContext class.
Action
Revise the argument type of the method in which the @Resource annotation is specified.