可変情報
%s1:EJBアプリケーション名
意味
Session Beanで使用できないメソッドが実行されました。
システムの処理
getPrimaryKey()を使用した場合
RemoteExceptionをthrowします。
remove(PrimaryKey pk) を使用した場合
RemoveExceptionをthrowします。
getHomeHandle() を使用した場合
RemoteExceptionをthrowします。
ユーザの対処
Session Beanでは、以下のメソッドを使用しないでください。
getPrimaryKey()
remove(PrimaryKey pk)
getHomeHandle()