Donate Share

Proxool: Proxy JDBC Connection Pool

Code

Programming Languages: Java

License: Apache Software License

Repositories

browse code, statistics cvs -d:pserver:anonymous@proxool.cvs.sourceforge.net:/cvsroot/proxool login

cvs -z3 -d:pserver:anonymous@proxool.cvs.sourceforge.net:/cvsroot/proxool co -P modulename

Show:

What's happening?

  • support for init sql run once after connection created

    Pools in weblogic have a nice feature called "init sql" that will run a statement when the connection is created. We use the feature to run a command like this in Oracle when the pool creates a connection: alter session set current_schema=TABLE_OWNER_SCHEMA where TABLE_OWNER_SCHEMA is the schema containing most of the application's tables. Our applications need to login as a user that...

    2009-12-10 18:44:00 UTC by hdeadman

  • Connection automatically removed

    Hi, I use proxool-0.9.1.jar and in my case I open a connection that needs to make a lot of insert statement. But after 5-6 minutes I receive this exception: 1-set-2009 16.15.55 org.logicalcobwebs.proxool.HouseKeeper sweep.

    2009-09-01 15:33:34 UTC by eziopontiggia

  • ProxoolDataSource.setHouseKeepingSleepTime(int)

    ProxoolDataSource.setHouseKeepingSleepTime(int): The parameter "int" should be "long".

    2009-07-26 00:48:54 UTC by nobody

  • 0.91 problem

    When I use 0.90RC3 or 0.83 jar, my code works fine. But if I upgrade to 0.91, my code will cause a severe problem. I found that 0.91's file size is much smaller than other. It's good thing. But it should still contain all necessary classes. Log: Servlet.service() for servlet action threw exception java.lang.ClassNotFoundException: org.logicalcobwebs.cglib.proxy.Callback at...

    2009-07-15 05:38:00 UTC by nobody

Our Numbers