Issues related to ManagedConnectionFactory and cci.ConnectionFactory

Sandeep Rajpathak <[email protected]> Mon, 4 Aug 2003 19:46:48 +0530
Newsgroups gmane.comp.java.sun.connector
Message-ID <00b001c35a93$0b003080$5d09a8c0@rsandeep>
Hello,

I probably have a very fundamental question related to the JCA 1.5 specs - 

1. I have a requirement of configuring multiple ManagedConnectionFactory (MCF) in my Outbound Resource Adapter wherein each MCF would have different values of the configuration property.

For example, the configuration of the ManagedConnectionFactory requires 2 parameters - parameter1 and parameter2. And I am having 5 different values for these parameters. How do I pass these 5 different values of the parameters through the deployments descriptor with  <config-property-name> being parameter1 and parameter2.


2. I understand that MCF are very closely tied to cci.ConnectionFactory and infact MCF is the factory for ConnectionFactory. But I am looking at configuring different instances of MCF but the cci.ConnectionFactory for these would be the same. I wanted to have one only cci.ConnectionFactory, so that I am not required to have multiple JNDI registrations and also because from an implementation perspective, based on the passed values of the parameters to the MCF, the createManagedConnection() would behave differently.

Thanks
Sandeep

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff CONNECTOR-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".