ICO0040E

javax.resource.NotSupportedException:
ICO0040E:methodname error.
IMSConnector does not support this version of execute method.

説明

IMS™ TM リソース・アダプター では、 2 つの入力パラメーターを受け取り、javax.resource.cci.Record 型のオブジェクトを 戻す execute メソッドの形式をサポートしていません。

ユーザーの処置

クラス IMSInteraction でサポートされている execute メソッドの形式を使用してください。サポートされている execute メソッド形式には、以下のシグニチャーがあります。
boolean execute(InteractionSpec, Record input, Record output)

フィードバック