3 Replies Latest reply on Oct 9, 2003 5:01 AM by eagel

    Connection Pooling

    darkph1ber

      How do you get a pooled connection (so you can use it) once its been configured?

      Now, normally i know that you use DriverManager.getConnection() to get a connection to s specified resrouce. However, when using JBossManagedConnection pool (setting up the service MBean) how do you then receive a connection?

      i've found plenty of documentation (well, an adequate amount) describing how to configure the xml files, but nothing relating to the java code required to use this setup.

      anyone know? please let me know! thanks.