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 - in the
meantime the page on the wiki is here:
http://cwiki.apache.org/confluence/display/OPENEJB/Embedding

Cheers

Jon

On Wed, Apr 8, 2009 at 9:48 PM, Mansoor J. Qureshi (JIRA)
<[email protected]>wrote:

> 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
>            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.
>
>

Reply via email to