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

David Blevins updated OPENEJB-821:
----------------------------------

    Priority: Blocker  (was: Major)

Default value will be switched to "true" in 3.0.1 release.

> 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-beta-1, 3.0-beta-2, 3.0
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Blocker
>             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.

Reply via email to