I have Hosted a data source on the websphere server and i wanted make use of that datasource through my application clients.
After retrieving the database connection from the JNDI datasource i am changing the commit setting of the connection to false. After that i will make use of these connection and i will close the connection after the completion of the task.
My Doubt is what happens if i forget to change the commit setting of the connection before closing (i mean returning the connection to the pool) it. If any other client accesses this datasource and he/her gets the same connection does the commit settings still persists or server will reset these settings of the connections.
Regards, Sunny.
