
|
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 » |
made changes - 18/Jun/08 06:10 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 24/Jun/08 01:56 AM
|
Priority
|
Major
[ 3
]
|
Blocker
[ 1
]
|
|