Happy to repot that the issue was raised with IBM Support for WebSphere Liberty. Changes were made to the Open Liberty project to fix the issue that was occurring. The fix is available in version 23.0.0.1 and higher. Here is a link to the issue report -> https://github.com/OpenLiberty/open-liberty/issues/23690 Thanks for the assistance in understanding the issue.
Hello John, Thank you for the reply, however, we have no control over the code execution. This configuration is in the server.xml for the WebSphere Liberty profile. We access the code in two potential different ways: @Resource(lookup = "jdbc/database") DataSource db; Connection conn = db.getConnection() Or I tried getting the Initial Context and getting the JDBC connection manually. DataSource db = (DataSource) new InitialContext().lookup("jdbc/database"); Connection conn = db.getConnection() Both...
Hello John, Thank you for the reply, however, we have no control over the code execution. This configuration is in the server.xml for the WebSphere Liberty profile. We access the code in two potential different ways: @Resource(lookup = "jdbc/database") DataSource db; Connection conn = db.getConnection() Or I tried getting the Initial Context and getting the JDBC connection manually. DataSource db = (DataSource)ctx.lookup("jdbc/database"); Connection conn = db.getConnection() Both of these fail. Using...
JDBC Connections fail upgrading from version 11.0 to 11.1
Update Changes.html Documentation
Any update on this? This has been open for over a year and in code review/testing for almost 6 months.
Any update on this?
ProgramCallDocument Timeout Setting