hi
We are testing succesfully MS SQL 2005 with microsoft's jdbc driver.
Here is a part of our web.xml, try to add the missing class:
<init-param>
<param-name>load-class</param-name>
<param-value>
com.microsoft.sqlserver.jdbc.SQLServerDriver
com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
</param-value>
</init-param>
Zsombor
> 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.) I also adjusted WEB-INF\web.xml to change the driver
> class name from
> com.microsoft.jdbc.sqlserver.SQLServerDriver
> to
> com.microsoft.sqlserver.jdbc.SQLServerDriver
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]