[OJB-developers] MS SQL Server
Brought to you by:
thma
From: <Joa...@tp...> - 2002-03-08 10:16:46
|
Hy, we've had major problems with running the OJB tests (and the junit target) on MS SQL Server using the MS Beta JDBC Driver. Although it was almost definitely a JDBC-Driver issue I think you might want to hear about it: The Problem was that running the tests target resulted in lots of timeouts and no connections whatsoever. After some working around we found out that the MS SQL Server JDBC Driver had a major problem with almost all kind of Timeouts (it just sits there for the time specified and then stops, never completing the request). So after we commented out the stmt.setQueryTimeout () at line 610 in ScriptTool.java it worked quite fine. Is there any special need for this statement? btw, I'm afraid I wont find time to write the documentation that I wanted to write, but as we now decided to use OJB (instead of JDO) at least until the JDO implementations grow stable (but until then I hope that the JDO-API for OJB will stand) we will have some time to contribute back to this project. regards Joachim Sauer |