Issue Details (XML | Word | Printable)

Key: OPENEJB-821
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenEJB

EAR-style aggregation of modules discovered in the classpath

Created: 18/Jun/08 06:09 AM   Updated: 24/Jun/08 01:56 AM
Return to search
Component/s: configuration, deployment
Affects Version/s: 3.0-beta-1, 3.0-beta-2, 3.0
Fix Version/s: 3.1

Time Tracking:
Not Specified

Resolution Date: 18/Jun/08 06:10 AM


 Description  « Hide
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);



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.