Is there a way to pass jndi connections to the framework? The Connection Pooling used is not adequate as it is JVM wide. We need to deploy multiple applications in WebLogic Server and do not want to share the same connection pool for all applications.


Reply With Quote