EAR-style aggregation of modules discovered in the classpath
------------------------------------------------------------
Key: OPENEJB-821
URL: https://issues.apache.org/jira/browse/OPENEJB-821
Project: OpenEJB
Issue Type: New Feature
Components: configuration, deployment
Affects Versions: 3.0, 3.0-beta-2, 3.0-beta-1
Reporter: David Blevins
Assignee: David Blevins
Fix For: 3.0.1
New property "openejb.deployments.classpath.ear", default value is "false"
Usable as so:
Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.apache.openejb.client.LocalInitialContextFactory");
p.put("openejb.deployments.classpath.ear", "true");
Context context = new InitialContext(p);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.