
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
28/Dec/06 09:47 AM
|
|
Remote Services can be enabled while in an embedded mode via setting the property 'openejb.embedded.remotable' to true either in the system properties or as follows:
properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.LocalInitialContextFactory");
properties.setProperty("openejb.embedded.remotable", "true");
initialContext = new InitialContext(properties);
|
|
Description
|
Remote Services can be enabled while in an embedded mode via setting the property 'openejb.embedded.remotable' to true either in the system properties or as follows:
properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.LocalInitialContextFactory");
properties.setProperty("openejb.embedded.remotable", "true");
initialContext = new InitialContext(properties);
|
Show » |
| No work has yet been logged on this issue.
|
|