I tried replacing the three ms jars (mssqlserver.jar, msutil.jar, and
msbase.jar) with sqljdbc.jar, the new sql server 2005 jdbc driver from
ms download site. (This in Cocoon's WEB-INF\lib folder.)

Don't know if you are free to switch your db driver if your code
depends on specific implementations, but have you tried JTDS from
http://jtds.sourceforge.net/ ?
I've had various problems connecting through sql server 2005 (can't
remember if it was a No suitable driver exception or not, sorry), but
JTDS solved everything.

Otherwise it sounds like your tomcat is still seeing the previous
driver, have you tried to cleanup its work directory ? Maybe compiled
xsps still exist here.

laurent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to