On Fri, 2 Aug 2002, Cabrera, Alan wrote:

> Weird.  It seems like you're doing things correctly.  Are you following the
> instructions on the site?  I ask so that I can attempt to reproduce the
> error.

Yes, I'm following the instructions.  Here's the relevant part of
my servlet:

    System.setProperty("openejb.home",
                       "/var/try/openejb-0.8");
    Properties p = new Properties();
    p.put(Context.INITIAL_CONTEXT_FACTORY, 
          "org.openejb.core.ivm.naming.InitContextFactory");
    p.put("openejb.home", "/var/try/openejb-0.8");
    p.put("openejb.configuration", 
          "/var/try/openejb-0.8/conf/openejb.conf");

Having looked at the code, I'm pretty sure the
System.setProperty() call is redundant, but it's there just in
case (the docs are not too clear on this).

Cheers,
-Ben

-- 
Benjamin Sugars <[EMAIL PROTECTED]>





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

Reply via email to