
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
18/Jun/08 06:10 AM
|
|
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);
|
|
Description
|
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);
|
Show » |
| No work has yet been logged on this issue.
|
|