Description
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.
Attachments
Issue Links
- is related to
-
OPENEJB-816 loadbalancing & failover of stateless beans
- Closed