pool « JBoss « Java Enterprise Q&A





1. jboss connection pooling    stackoverflow.com

I have a question related to Prepared Steatement pooling (across all connections). Here's the config file

<datasources>
  <local-tx-datasource>
    <jndi-name>JNDI-NAME</jndi-name>
    <connection-url>jdbc:mysql://<server_name>/<database_name>?useServerPrepStmts=true</connection-url>
    <driver-class>com.mysql.jdbc.Driver</driver-class>
  ...

2. How to use connection pooling in Jboss    stackoverflow.com

I am supposed to use Jboss connection pooling for my application.Right now I dont have any idea about that. I Googled but couldn't get any good link.
Can you please share any ...

3. Custom connection pool with multiple usernames in Java/JBoss    stackoverflow.com

I'm trying to write a custom connection pool for a specific application that we want to interface with webservices. The application do not support the same username to be connected multiple ...

5. Connection pooling in jboss    forums.oracle.com

6. Connection Pooling in Jboss    forums.oracle.com

7. Jboss connection pool    forums.oracle.com