Using the UserTransactionFactory is not permitted in the J2EE server side.
- 説明
- J2EEサーバ側でUserTransactionFactoryを使用できません。UserTransactionFactoryはEJBクライアント側でだけ使用できます。
- 対処
- J2EEサーバ上で動作するEJBやServletからUserTransactionを取得するには,JNDIを使用してルックアップしてください。EJBの場合には,javax.ejb.EJBContextからも取得できます。