On Thu, 18 Jan 2001, Peter Pontbriand wrote:

> As I understand it, using the following example EJB-REF in an EJB's
> deployment descriptor should make a home interface available through the
> described EJB's JNDI ENC:
> 
>             <ejb-ref>
>                 <ejb-ref-name>ejb/OrganizationEJB</ejb-ref-name>
>                 <ejb-ref-type>Entity</ejb-ref-type>
> 
> <home>com.canlink.components.model.party.OrganizationHome</home>
> 
> <remote>com.canlink.components.model.party.Organization</remote>
>             </ejb-ref>
> 
> However, Orion (version 1.4.4 at least) seems to be uable to decide _where_
> in the ENC to make this reference available. Again, as I understand it, the
> reference should be found using lookup("java:comp/env/ejb/OrganizationEJB").

This is exactly how it works for me under 1.4.0... but the again, I *DID*
switch back from 1.4.4 because it behaved weirdly and I didn't have the
time to nail down why exactly.

//Mikko



Reply via email to