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.0.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.