[JBoss-user] Thank you!

2002-03-03 Thread Eric Jain
Since neither jboss-thank-you nor [EMAIL PROTECTED] seem to be valid I'll have to post here... I just completed a project that involved creating a distributed computing system for doing large-scale genome analysis. At some point I made a decision to use an EJB application server. This would howev

Re: [JBoss-user] JNDI name for datasource in JBoss2.4.4_Tomcat4.0.1 + MySQL

2002-03-03 Thread danch
You're close! See comments inline below. -danch Christine wrote: > Sorry for miscopy in my previous email! > > The code in my function is : >javax.naming.Context ctx = new InitialContext(); >DataSource dbs = (DataSource) ctx.lookup("jdbc/Customer"); the name should be "java:comp/env/