Looking at the source code, it will look at the TurbineResources file for
all of the

database.adaptor

entries, and if it matches one in the
java/org/apache/turbine/util/db/adapter

source directory, it will load it, otherwise it will fail with that error
message.

Try putting

database.adaptor=DBMSSQL
database.adaptor.DBMSSQL=weblogic.jdbc.mssqlserver4.Driver

into your TurbineResources.properties file.
Looks like that driver just uses the Sybase adapator code.

Turbine developers - let me know if I am way off :)

Sean

-----------------------------------------------------
Sean Leach
Director of Technology | eBusiness Services
NetLojix Communications, Inc.           NASDAQ:  NETX
e - [EMAIL PROTECTED]
v - 805.884.6375
f - 805.883.5627
w - www.netlojix.com


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of michele porceddu cilione
Sent: Tuesday, June 05, 2001 7:52 AM
To: [EMAIL PROTECTED]
Subject: Re: Postgres and SQL Server.



----- 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]



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

Reply via email to