DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18550>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18550 Add defaultTransactionIsolation to BasicDataSource Summary: Add defaultTransactionIsolation to BasicDataSource Product: Commons Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Dbcp AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] BasicDataSource currently supports properties like defaultReadOnly and defaultAutoCommit for the Connection objects it returns. Is it feasible/useful to define a defaultTransactionIsolation property that would call Connection.setTransactionIsolation() with an appropriate constant? AFAIK, the JDBC spec doesn't define what the default transaction level should be for new Connections so this would be a good way to remove an implementation detail from JDBC coding. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
