----- Original Message -----
From: "Sean Leach" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 4:33 PM
Subject: RE: Postgres and SQL Server.
> I have never personally used SQL Server with turbine (driver problem I
> mentioned), when I said production, I have used it with Cold Fusion and
Site
> Server on several projects. As for turbine, it has all of the velocity
> files for mssql etc., so I would assume setting the properties correctly
in
> build.properties with the correct JDBC URL etc. and the type to mssql
would
> be good. What kind of problem are you having?
to be exact, I'm triyng to use MSsql with jetspeed...so, as the db
"interface" for jetspeed is provided by turbine, I'm indirectly using it
with turbine
in fact, one of the jetspeed configuration files, named
"TurbineResources.properties" is designated to contain the db connection URL
for your jetspeed webapp, by means of four lines looking like this
database.default.driver=weblogic.jdbc.mssqlserver4.Driver
database.default.url=jdbc:weblogic:mssqlserver4:turbine_jetspeed@localhost:1
433
database.default.username=sa
database.default.password=
the parameters are correct, but the stack trace present me with:...
Error=Turbine.handleException: Error in
BasePeer.initTableSchema(TURBINE_USER):
Database type weblogic.jdbc.mssqlserver4.Driver not implemented.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]