RE: problems reading global environment variables.

2003-07-23 Thread Shapira, Yoav
Howdy, try { m_repository = (String) m_envCtx.lookup(opensite.repository); Out of curiosity, do you get the same error if you lookup(/opensite.repository) ? Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and

Re: problems reading global environment variables.

2003-07-23 Thread David Chamberlin
Nope, doesn't seem to have any effect, nor does: new InitialContext().lookup(java:comp/env/opensite.repository); - david. Shapira, Yoav wrote: Howdy, try { m_repository = (String) m_envCtx.lookup(opensite.repository); Out of curiosity, do you get