Issue Details (XML | Word | Printable)

Key: OPENEJB-429
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

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

Support for Network servlces while Embedded

Created: 28/Dec/06 09:23 AM   Updated: 27/Sep/07 04:17 AM
Return to search
Component/s: configuration, server
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Not Specified

Resolution Date: 28/Dec/06 09:47 AM


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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Blevins made changes - 28/Dec/06 09:47 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
David Blevins made changes - 27/Sep/07 02:35 AM
Summary Remote servlces while Embedded Support for Network servlces while Embedded
David Blevins made changes - 27/Sep/07 04:17 AM
Issue Type New Feature [ 2 ] Improvement [ 4 ]