Customizing java.sql.Connection, app server independent manner
This post explains how to customize a java.sql.Connection by overriding default properties. I demonstrate the topic by changing the isolation level of Connection object obtained from WebSphere server. By default the connection obtained from WebSphere 5.1 JNDI has a transaction isolation level of “Repeatable Read”. If you ever wanted to change this level today’s post [...]