Is it possible that your jndi.properties file has changed? From this posting,
and the other posting regarding <env-entry>'s, it sounds like your getting an
InitialContext that is not correct. Could this happen if the factory specified
in jndi.properties changed?

tim.

> For quite some time, our Stateless Session EJBs have been finding the home
> interfaces for our Entity EJBs using "java:comp/env/ejb/whatever" in the
> context lookup() invocation. Suddenly and for no apparent reason, we now get
> a "javax.naming.NameNotFoundException" exception when doing so.  The home
> interfaces are now to be found only if we specify "whatever" in the lookup()
> invocation, without the "java:comp/env" prefix. I've been rooting around for
> an extremely long time now trying to ascertain exactly what it is that we
> might have done to cause this to happen without any luck. Our code has not
> changed in this regard, nor has the version of Orion we've been using
> (1.4.4).
> 
> Any ideas as to what has happened?
> 
> P.Pontbriand
> Canlink Interactive Technologies Inc.
> 
> 


Reply via email to