uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE43186-W

A null object was specified as the argument of the method MessageEndpointFactory#createEndpoint. (EJB name = aa....aa, method = bb....bb, method_params = cc....cc, resource name = dd....dd)

aa....aa: EJB name
bb....bb: Method name
cc....cc: Method argument
dd....dd: Resource display name
Description
null is specified in an argument of the createEndpoint method of MessageEndpointFactory. A transaction will not start when the EJB container executes a method of the Message-driven Bean.
Action
To start a transaction during the execution of a method of the Message-driven Bean, revise the settings of the resource adapter.
To prevent the output of the message, set the transaction attribute to be specified in the method of the Message-driven Bean to NotSupported.