This is expected behaviour - Environment Entries definitions are scoped
within the web application, client application or EJB within which they
are defined - the entry isn't visible to any other containers or components.
You need to define the environment entry again within the relevant
<entity> (or <session>) element definition in your EJB deployment
descriptor (ejb-jar.xml)
j.
Rhodes, Phillip C. wrote:
> I defined an env-entry in my web.xml.
>
> If I lookup the name from an EJB, I get a NameNotFoundException.
>
> If I lookup the same name from a jsp, it works.
>
>
>
> How do you interpret the spec in regard to this problem?
>
>
>
> Thanks.
>
> Phillip
>
>
>
>
>
>
>
>
>
>
>
>
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".