Connection factories extracted from conceptually wrong gbean
------------------------------------------------------------

         Key: GERONIMO-434
         URL: http://nagoya.apache.org/jira/browse/GERONIMO-434
     Project: Apache Geronimo
        Type: Bug
    Versions: 1.0-M2    
    Reporter: David Jencks
 Assigned to: David Jencks 


Currently connection factories/datasources (or their proxies) are obtained from 
the JCAManagedConnectionFactory gbean.  Since there is a 
ConnectionFactory/Datasource gbean for the jsr-77 requirements, it would make 
more sense to obtain the connection factory/datasource from there.  This would 
have the additional feature of allowing one to set up several connection 
factories under different names that all use the same ConnectionManager and 
ManagedConnectionFactory.  This would for instance let you set up separately 
named QueueConnectionFactory and TopicConnectionFactory that share the same 
connections: named appropriately, this can let you leave out resource-refs in 
plans for apps that call the factories different names.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to