RE: DataSource bindings

2000-06-12 Thread Thomas Walkama
erenceable). Thanks, Thomas. -Original Message- From: Eric Richardson To: Thomas Walkama; Jonas Users Sent: 6/12/00 1:32 PM Subject: Re: DataSource bindings Hi Thomas, I think you should cast directly to DataSource rather than use narrow since DataSource is not a remote object. Use the method

Re: DataSource bindings

2000-06-12 Thread Eric Richardson
Hi Thomas, I think you should cast directly to DataSource rather than use narrow since DataSource is not a remote object. Use the method shown for EJBs. Eric :-) Thomas Walkama wrote: > Greetings. > > I'm having problems pulling a Referenceable (specifically, a DataSource) > from JNDI. > > The co