Calling entity bean from a session bean in Orion 1.5.3

2001-11-20 Thread Puthezhath, Rajeev (TWII Boston)
Hi, I want to access an entity bean from a session bean . I have added the ejb-ref tag in the ejb-jar.xml and the same works perfectly on orion 1.3.8 But on Orion 1.5.3 I get the following error javax.naming.NamingException: No EJB found with an ejb-name matching the ejb-link 'Entity'

Re: Calling entity bean from a session bean in Orion 1.5.3

2001-11-20 Thread Tim Pouyer
Take out the ejb-link tag. It is not necessary. On Tue, 2001-11-20 at 18:50, Puthezhath, Rajeev (TWII Boston) wrote: Hi, I want to access an entity bean from a session bean . I have added the ejb-ref tag in the ejb-jar.xml and the same works perfectly on orion 1.3.8 But on Orion