Re: Documentation - Mailing list pgsql-jdbc

From Aaron Mulder
Subject Re: Documentation
Date
Msg-id Pine.LNX.4.44.0207221334120.14302-100000@gentoo.CS.Princeton.EDU
Whole thread Raw
In response to Re: Documentation  (fabian_valdes@zona52.com)
List pgsql-jdbc
> this is the error messages
> Exception
> javax.servlet.ServletException: Can't create
> DataSource: org.postgresql.Driver
>
> Root
> javax.servlet.ServletException: Can't create
> DataSource: org.postgresql.Driver

    It's probably a class loading exception; whatever is trying to
instantiate the connection can't find the class "org.postgresql.Driver".
Are you sure you have the JDBC driver in your WEB-INF/lib or in the
correct area of the server's class hierarchy?
    There's a small chance it could be a ClassCastException, if the
version of the driver you're using is not suited for the version of the
JDK you're using, but I think the former is more likely.

Aaron


pgsql-jdbc by date:

Previous
From: fabian_valdes@zona52.com
Date:
Subject: Re: Documentation
Next
From: Felipe Schnack
Date:
Subject: not implemented