From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020524 Description of problem: The postpresql-jdbc.rpm contains JARs that contain the classes needed to access the postgresql database. All JARs miss the PostgresqlDataSource class. This prevents one from using the JDBC2 methods of J2EE to access the database using a connection pool. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. do a jar tvf for the files in /usr/share/pgsql 2. grep for DataSource 3. see that the class file is missing Expected Results: To allow full usage of J2EE the DataSource class should be present in the jdbc-JAR. Additional info: J2EE needs to be installed on your building system. See http://archives.postgresql.org/pgsql-jdbc/2001-05/msg00104.php for more information on how to do it right.
We distribute the drivers from jdbc.postgresql.org - the distribution is self hosting, and no JDK/J2EE environment is included.