Re: Home interfaces and stateless session beans

2000-10-11 Thread Nick Newman
I think that you would be pushing the specs by doing that! I think that the access to the JNDI is there to let you connect to other resources (eg. database) rather than home interfaces. At 04:37 PM 10/11/00 -0400, you wrote: >Could table 3, which says that jndi access to java:comp/env is availab

Re: Home interfaces and stateless session beans

2000-10-11 Thread KirkYarina
Could table 3, which says that jndi access to java:comp/env is available in ejbCreate, support the home interface lookup, but not it's use? I.e. the returned home interface could be saved and used later, but a hi.create() would not be valid in ejbCreate()? At 12:07 PM 10/11/00 -0600, you wro

RE: Home interfaces and stateless session beans

2000-10-11 Thread Russ White
I do that right now with no problems yet. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of KirkYarina > Sent: Wednesday, October 11, 2000 1:21 PM > To: Orion-Interest > Subject: Home interfaces and stateless session beans > > > Sorry for the newbie

Re: Home interfaces and stateless session beans

2000-10-11 Thread Nick Newman
At 01:20 PM 10/11/00 -0400, you wrote: >Sorry for the newbie question... > >In the business methods in my stateless session beans I've always done what >seems like the usual pattern - lookup and narrow entity bean home >interfaces in the method that uses them. However, to save some time, I'd >