Subject | Re: JCA Question |
---|---|
Author | rrokytskyy |
Post date | 2002-06-10T13:26:09Z |
> I have a doubt about ManagedConnectionFactory, I don't know ifAre you refering to the FBDriver class? There was a mcf caching, but
> one ManagedConnectionFactory can be used for several Firebird
> Databases or there must be one ManagedConnectionFactory instance
> for each database (url).
>
> According to specification it seems that one
> ManagedConnectionFactory can be used to connect to every resource
> of the same type,
> but if this is true it seems that there is a bug in the driver.
after I added connection parameters, there is no more sense to cache
it, because even tha URL is the same, users, passwords, lc_ctype and
other parameters might be different... So, if you're talking about
this case, and this is incorrect, then I think we need to do
something with it.
Best regards,
Roman