Explanation | A request was made to obtain the UserTransaction service, but no UserTransaction service has been wired to this bundle. |
Action | If access to the UserTransaction is required, use the OSGi console to investigate why no UserTransaction service has been wired to this bundle. |
Explanation | A request was made to fetch the Transaction object but an unexpected error occurred. |
Action | Check the logs for previous errors or FFDCs. |
Explanation | The current global transaction has timed out and therefore has been rolled-back. |
Action | Ensure the global transaction finishes within the allowed time frame or increase the timeout. |