Joseph Weinstein wrote:
> 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
> sol
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 ;)
/max
Hi all.
In debugging a JDBC-related issue with hibernate and
WebL
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 jus
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