| Name: | jakarta-commons-dbcp | 
  
  | Version: | 1.2.1 | 
  | Release: | 7jpp.1 | 
  | Architecture: | i386 | 
  
  | Group: | Development/Libraries/Java | 
  
  | Size: | 647292 | 
  | License: | Apache Software License 2.0 | 
  
    | RPM: | 
    
      
      jakarta-commons-dbcp-1.2.1-7jpp.1.i386.rpm
      
     | 
  
  
    | Source RPM: | 
    
      
      jakarta-commons-dbcp-1.2.1-7jpp.1.src.rpm
      
     | 
  
  | Build Date: | Tue Jun 05 2007 | 
  | Build Host: | ca-build14 | 
  | Vendor: | Oracle USA | 
  | URL: | http://jakarta.apache.org/commons/dbcp | 
  | Summary: | Jakarta Commons DataBase Pooling Package | 
  | Description: | Many Jakarta projects support interaction with a relational
database. Creating a new connection for each user can be time
consuming (often requiring multiple seconds of clock time),
in order to perform a database transaction that might take
milliseconds. Opening a connection per user can be unfeasible
in a publicly-hosted Internet application where the number of
simultaneous users can be very large. Accordingly, developers
often wish to share a "pool" of open connections between all
of the application's current users. The number of users actually
performing a request at any given time is usually a very small
percentage of the total number of active users, and during
request processing is the only time that a database connection
is required. The application itself logs into the DBMS, and
handles any user account issues internally.  | 
  
  - 
    Thu Aug 17 2006 Deepak Bhole <dbhole@redhat.com> 0:1.2.1-7jpp.1
    
- Added missing postun section.
   
  
  - 
    Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> 0:1.2.1-6jpp.1
    
- Added missing requirements.
   
  
  - 
    Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 1.2.1-5jpp_4fc
    
- Requires(post/postun): coreutils
   
  
  - 
    Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> 0:1.2.1-5jpp_3fc
    
- Rebuilt
   
  
  - 
    Thu Jul 20 2006 Deepak Bhole <dbhole@redhat.com> 0:1.2.1-5jpp_2fc
    
- Rebuild.
   
  
  - 
    Thu Jul 20 2006 Deepak Bhole <dbhole@redhat.com> 0:1.2.1-5jpp_1fc
    
- Added conditional native compilation.
   
  
  - 
    Wed Apr 12 2006 Ralph Apel <r.apel@r-apel.de> - 0:1.2.1-4jpp
    
- First JPP-1.7 release
- Build with maven by default
- Add option to build with straight ant
- Add -manual subpackage when built with maven
- Backported TestJOCLed from HEAD
   
  
  - 
    Tue Nov 02 2004 Fernando Nasser <fnasser@redhat.com> - 0:1.2.1-3jpp
    
- Bump release to make provide hibernate_jdbc_cache official
   
  
  - 
    Tue Aug 24 2004 Randy Watler <rwatler at finali.com> - 0:1.2.1-0.hjc.2jpp
    
- Rebuild with ant-1.6.2
   
  
  - 
    Fri Jul 02 2004 Ralph Apel <r.apel at r-apel.de> 0:1.2.1-0.hjc.1jpp
    
- Provide hibernate_jdbc_cache and di update-alternatives, prio 60
   
  
  - 
    Thu Jun 24 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.2.1-1jpp
    
- Update to 1.2.1 (tomcat 5.0.27 wants it)
   
  
  - 
    Mon Oct 27 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.1-1jpp
    
- common-dbcp 1.1
   
  
  - 
    Tue Mar 25 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> 1.0-4jpp
    
- for jpackage-utils 1.5
   
  
  - 
    Thu Feb 27 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.0-3jpp
    
- fix ASF license
   
  
  - 
    Thu Feb 27 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.0-2jpp
    
- fix missing packager tag
   
  
  - 
    Fri Aug 23 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.0-1jpp
    
- 1.0 release
   
  
  - 
    Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.0-3jpp
    
- add require xml-commons-apis
- override java.io.tmpdir to avoid build use /tmp
   
  
  - 
    Mon Jun 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.0-2jpp
    
- use sed instead of bash 2.x extension in link area to make spec compatible
  with distro using bash 1.1x
   
  
  - 
    Fri Jun 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.0-1jpp 
    
- 1.0 (cvs 20020606)
- added short names in /usr/share/java, as does jakarta developpers
- first jPackage release