[ https://issues.apache.org/jira/browse/OPENEJB-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Blevins updated OPENEJB-429:
----------------------------------
Summary: Support for Network servlces while Embedded (was: Remote servlces while Embedded)
> Support for Network servlces while Embedded
> -------------------------------------------
>
> Key: OPENEJB-429
> URL: https://issues.apache.org/jira/browse/OPENEJB-429
> Project: OpenEJB
> Issue Type: New Feature
> Components: configuration, server
> Affects Versions: 3.0-beta-1
> Reporter: David Blevins
> Assignee: David Blevins
> Fix For: 3.0-beta-1
>
>
> 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);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|