I haven't used Sybase, but here are the things I've looked at when debugging
similar problems with other databases:

* Make sure your jboss.conf and jboss.jcml are defined properly. For
example, if you're using the binary distro, then you reference the JAR as
../lib/ext vs. ../../lib/ext if you have the CVS version. Post what you
have.
* Make sure the driver class is actually in the JAR file that you copied to
lib/ext.
* If you're using the CVS version, make sure you copy to /jboss/dist/lib/ext
and not /jboss/lib/ext.
* Is the error coming from the log/server.log file? Anything else of
interest there? Do you see the JAR file getting loaded?
* Have you deployed any other databases with success?
--
Dan Miser
http://www.distribucon.com

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 11:22 AM
Subject: [jBoss-User] Could not load driver: com.sybase.jdbc2.jdbc.SybDriver


> I m trying to connect to a sybase database and I have the following
message
> :
>
> "Could not load driver: com.sybase.jdbc2.jdbc.SybDriver"
>
> - I have write a small application that use the driver, it is well
> installed
> - I have add the jconn2.jar file to lib/ext
> - I have modify the jboss.jcml and jboss.properties files




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to