Bug 65571

Summary: PostgresqlDataSource missing in JAR of postgresql-jdbc
Product: [Retired] Red Hat Linux Reporter: Boris Folgmann <boris>
Component: postgresqlAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-05-27 19:06:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Boris Folgmann 2002-05-27 19:06:01 UTC
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.

Comment 1 Trond Eivind Glomsrxd 2002-07-08 23:08:20 UTC
We distribute the drivers from jdbc.postgresql.org - the distribution is self
hosting, and no JDK/J2EE environment is included.