Hi, We are running an OJB enabled web-application which has been running in the production environment for some time now. The environment details are :
--SunOne application server --Oracle 8i database --Datasource created on the app-server and connections obtained from it (managed environment) We have been facing some problems regarding the consistency of transaction handling during saving of records. The typical problems we face are that sometimes database transactions are not committed or sometimes committed too often(even before tansaction.commit() is called). We have set the connection-descriptor property "eager-release" to "true" and the property "useAutoCommit" to "0". We feel that we have not understood these properties fully well and these might be causing some problems. Can someone please throw light on wheterh these properties might be the cause. What is the significance of these properties ? Are we right in using these properties ? Regards, Vikram. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
