You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2009/04/08 23:16:13 UTC

[jira] Resolved: (OPENEJB-1016) Incorrect package used in online example for "Local Server"

     [ https://issues.apache.org/jira/browse/OPENEJB-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gallimore resolved OPENEJB-1016.
-----------------------------------------

    Resolution: Fixed

Thanks for pointing this out. I've made the correction in the wiki. This doesn't replicate to the openejb.apache.org site straight away - the page on the wiki is here: http://cwiki.apache.org/confluence/display/OPENEJB/Embedding

Cheers

Jon

> Incorrect package used in online example for "Local Server"
> -----------------------------------------------------------
>
>                 Key: OPENEJB-1016
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1016
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.1
>            Reporter: Mansoor J. Qureshi
>            Assignee: Jonathan Gallimore
>            Priority: Trivial
>
> 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");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.