ICO0042E javax.resource.ResourceException:
ICO0042E:
methodname error.
The input is not of type Streamable.
Explanation
The input that is provided to the execute method of com.ibm.connector2.ims.ico.IMSInteraction for the Input parameter either was null or did not implement the interface javax.resource.cci.Streamable. This exception occurs most likely when an application is written to use the Java™ EE Connector Architecture Common Client Interface (CCI). This exception does not occur if a Rational® or WebSphere® integrated development environment is used to build the input message.
The execute method allows null input objects for some types of interactions. For example, interactions with interactionVerb values of SYNC_END_CONVERSATION, SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT, and SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT allow null input objects.