How to fix the Oracle error JMS-00227: Illegal attempt to commit on a non transacted JMS Session?
In this post, you’ll learn more about the Oracle ErrorJMS-00227: Illegal attempt to commit 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-00227: Illegal attempt to commit on a non transacted JMS Session
Reason for the Error JMS-00227: Illegal attempt to commit on a non transacted JMS Session
Cause: Illegal attempt to invoke the commit method on a non transacted JMS Session
How to fix the Error JMS-00227: Illegal attempt to commit on a non transacted JMS Session ?
You can fix this error in Oracle by following the below steps
Action: Remove invocation of the commit method on the current JMS Session
Leave Your Comment