Jon,
Thank you for immediate response.  Where do I get DBMSSQL.java from?  I
just set the following in my cocoon.properties:

processor.xsp.pool.database.adaptor.DBMSSQL=weblogic.jdbc.mssqlserver4.Driver
but still get error.  So, I am assuming I have to get this connector file,
build it and put in my classpath, is my assumption right?  Any other
configuration change I have to do?

Thanks in advance for your help
/Eliza



                                                                                       
                          
                    Jon Stevens                                                        
                          
                    <[EMAIL PROTECTED]>           To:     Turbine 
<[EMAIL PROTECTED]>                 
                    Sent by:                     cc:                                   
                          
                    <[EMAIL PROTECTED]        Subject:     Re: HELP! null pointer 
exception with weblogic     
                    -dogs.com>                   JDBC driver/esql:pool                 
                          
                                                                                       
                          
                                                                                       
                          
                    01/05/2001 05:13 PM                                                
                          
                    Please respond to                                                  
                          
                    "Turbine"                                                          
                          
                                                                                       
                          
                                                                                       
                          




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]







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