Hi,
        I'm not sure about how the PersitenceBroker manages database
connections.
        My understanding is that a PersitenceBrokerFactory creates a new
PersitenceBroker which stores the DB connection when a call is made to
defaultPersistenceBroker() based on information in repository.xml and this
connection is closed when a call is made to PersitenceBroker.close().
        Is this correct?
        If yes, what should an application do for connection pooling? Should
defaultPersistenceBroker() be called multiple times during application start
up and then store those PersitenceBrokers in a pool?
        If the application has its own mechanism of connection pooling (e.g.
DBCP), then can PersitenceBrokers be created using the database connections
from the application's pool.

Thanks,
Gaurav

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to