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

Incorrect package used in online example for "Local Server"

    XMLWordPrintableJSON

Details

    Description

      The online documentation for "Local Server" (http://openejb.apache.org/embedding.html) gives the following code sample under the section "A Basic Client":

      properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.openejb.client.LocalInitialContextFactory");

      The package seems to be incorrect. For me, the example worked with "org.apache...":

      properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.LocalInitialContextFactory");

      Attachments

        Activity

          People

            jgallimore Jonathan Gallimore
            mjq Mansoor J. Qureshi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: