How to fix the Oracle error JMS-00228: Illegal attempt to rollback on a non transacted JMS Session?
In this post, you’ll learn more about the Oracle ErrorJMS-00228: Illegal attempt to rollback on a non transacted JMS Session with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00228: Illegal attempt to rollback on a non transacted JMS Session
Reason for the Error JMS-00228: Illegal attempt to rollback on a non transacted JMS Session
Cause: Illegal attempt to invoke the rollback method on a non transacted JMS Session
How to fix the Error JMS-00228: Illegal attempt to rollback on a non transacted JMS Session ?
You can fix this error in Oracle by following the below steps
Action: Remove invocation of the rollback method on the current JMS Session
Leave Your Comment