You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/09/25 21:45:44 UTC

[jira] Closed: (OPENEJB-904) Pluggable Client/Server connection strategies and factories

     [ https://issues.apache.org/jira/browse/OPENEJB-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-904.
---------------------------------

    Resolution: Fixed

> Pluggable Client/Server connection strategies and factories
> -----------------------------------------------------------
>
>                 Key: OPENEJB-904
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-904
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: server
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.1
>
>
> Implementations of org.apache.openejb.client.ConnectionFactory and org.apache.openejb.client.ConnectionStrategy can be added by including a jar in the classpath containing either of the following files in the jar:
>  - META-INF/org.apache.openejb.client.ConnectionFactory/foo
>  - META-INF/org.apache.openejb.client.ConnectionStrategy/foo
> Where "foo" is the name of the strategy or factory you wish to make available and the contents of the file "foo" is the name of the implementation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.