Re: Can't find DataSource at java:comp/env/jdbc/NameOfDataSourceDS..??

2000-11-27 Thread Boris Gertsberg
= (javax.sql.DataSource ) context.lookup("jdbc/myEJBDS"); } catch(NamingException ne) { } Boris - Original Message - From: "Kevin Duffey" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, November 26, 2000 1:40 AM Subject: Can't find Da

Can't find DataSource at java:comp/env/jdbc/NameOfDataSourceDS..??

2000-11-25 Thread Kevin Duffey
Hi all, Strange things abrew. I have my Interbase datasource set up as list below. I thought the way inside of an EJB to find a DataSource would be: Context context = null; try { context = new InitialContext(); interbase.interclient.DataSource ds = (interbase.interclient.Datasource)