1 Reply Latest reply on Jul 29, 2003 8:31 AM by bcho

    Is a connector a singleton?

    kiwihughes

      In the context of JCA 1.0, maybe this question should be "Is the ManagedConnectionFactory a singleton?". I checked the JCA 1.0 spec, and found that they state the ManagedConnectionFactory be unique.

      Thanks,

      Greg.

        • 1. Re: Is a connector a singleton?
          bcho

          ManagedConnectionFactory is a factory of both ManagedConnection and ConnectionFactory instances.
          for each ConnectionFactory created (when you feploy *-ds.xml) a ManagedConnectionFactory is created.