[hibernate-dev] A framework JDBC code change suggestion...

2006-12-13 Thread Joseph Weinstein
Hi all. In debugging a JDBC-related issue with hibernate and WebLogic I found a file: org.springframework.jdbc.datasource.DriverManagerDataSource. There is a part of this file that hurts JDBC concurrency in multithreaded applications like WebLogic, and I have a solution. I would like to suggest

Re: [hibernate-dev] A framework JDBC code change suggestion...

2006-12-13 Thread Joseph Weinstein
At 01:05 PM 12/13/2006, Max Rydahl Andersen wrote: Hi Joseph, It would probably be more relevant to report this to Spring since the code you are referring to is not within Hibernate. p.s. first time i've seen someone having to decompile opensource classes to fix things ;) Thanks, I'm just