Connection pooling in JBoss AS
A very good & step by step article to do connection pooling in JBoss AS for various types of datasources. It is available here.
I configured for the Oracle datasource. After you've successfully done the configuration, then the following message will be displayed on the JBoss console:
12:30:24,217 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OracleDS' to JNDI name 'java:OracleDS'
No comments:
Post a Comment