on 1/5/2001 5:05 PM, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:

> I have noticed that in cocoon.properties, the following is set for weblogic
> adaptor:
> 
> processor.xsp.pool.database.adaptor.DBWeblogic=weblogic.jdbc.pool.Driver
> 
> However, the weblogic driver I am using is
> weblogic.jdbc.mssqlserver4.Driver
>
> Does it mean I can't simply set the adaptor to my driver, i.e. do I have to
> use weblogic.jdbc.pool.Driver? If so, is there a way I can get it work with
> my driver?  I don't have weblogic.jdbc.pool.Driver and I am assuming it's
> part of weblogic app server that we can't afford to buy right now!
> Any pointers or help on how I can resolve my problem is greatly
> appreciated.

Right. You should change your properties like you did to point to the
different driver. However, since you are just connecting to MSSQLServer, you
should just use the DBMSSQL.java connector instead of the DBWeblogic
connector (which was written to actually support using the Weblogic database
connection pool). I know it is confusing in this case cause you are using WL
drivers to connect to a MSSQL database. :-(

-jon


-- 
Honk if you love peace and quiet.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to