Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-429

Support for Network servlces while Embedded

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta-1
    • 3.0-beta-1
    • configuration, server
    • None

    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);

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: