Strangely enough, <context-param> works fine in our Orion 1.4.4 installs,
and the <ejb-ref>s in our web.xml files can be properly found the the
environment naming context "java:comp/env". Unfortunately, ejb-jar.xml
<env-entry> doesn't, though. Nor are our ejb-jar.xml <ejb-ref>s available in
the environment naming context "java:comp/env", only in the root.

P.Pontbriand
Canlink Interactive Technologies Inc.

----- Original Message -----
From: "Roger Mosher" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, December 14, 2000 8:23 AM
Subject: Servlet Context in 1.4.4


> Hi all.
>     I have several servlets which use the ServletContext getAttribute()
> method to get <context-param> values from my web.xml file.  This stuff
> worked fine with version 1.3.8, but since upgrading to 1.4.4 I just get a
> null back instead of a useful string.  <init-param> stuff still works fine
> but I have parameters which I don't want to redefine for each servlet.
>
>     Has anyone else had this experience?  Did I do something stupid or is
it
> a new bug?
>
>     I also had a problem with placing something into the HTTP Session
object
> (Orion hung and I had to kill it... it didn't even respond to shutdown),
but
> that bug disappeared as I was chasing it down... very disconcerting.
>
> Thanks
> --
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> Roger Mosher                                       eMail:  [EMAIL PROTECTED]
> Center of Geographic Sciences      phone:  (902)825-5230
> 50 Elliott Road                                            fax:
> (902)825-6733
> Lawrencetown, N.S.
> Canada                    web: http://www.cogs.nscc.ns.ca/
> B0S 1M0
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>
>
>


Reply via email to