Upon a SAML Single Logout event, the IdP displays an "InputOutputError".
Logs say: Caused by: org.postgresql.util.PSQLException: Cannot commit when autoCommit is enabled.
Telling p:autoCommit="false" to the bean (wild guess) kept Tomcat from starting at all.
This has been fixed tested and a new version of the plugin released.
Customer reports sucessful testing on PostGreSQL.I’ll cut a release tomorrow
I’ve build an example 1.0.4 it passes out tests so I’ve asked for further testing
So, on further reaserach this feels like a pure and simple bug. The Fine Manual states (anout commit() that
commit()
* This method should be * used only when auto-commit mode has been disabled.
I’m reviewing and testing the obvious bug fix. @Martin Hitschel I’ll reach out to out OOB to get a test on PostGreSQL
Hi @Rod Widdowson I can give it to the customer, I do not run postgresql either. He has a test system though 😄
Upon a SAML Single Logout event, the IdP displays an "InputOutputError".
Logs say: Caused by: org.postgresql.util.PSQLException: Cannot commit when autoCommit is enabled.
Telling p:autoCommit="false" to the bean (wild guess) kept Tomcat from starting at all.