Re: [JBoss-user] not bound problem

2001-05-03 Thread Vinay Menon
remember it has to be within the same jvm... so as long as the class runs in the same jvm as jboss you should be able to get hold of this.   Vinay - Original Message - From: Michael Baedorf Sent: Thursday, May 03, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] not bound

Re: [JBoss-user] not bound problem

2001-05-03 Thread Vinay Menon
Try looking up   java:/MySqlDB   Should work..   Vinay - Original Message - From: Michael Baedorf Sent: Thursday, May 03, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] not bound problem Hello,I´m a newbie and I have a problem getting a database connection.I configured the

Re: [JBoss-user] not bound problem

2001-05-03 Thread danch
This is a multi-part message in MIME format. --InterScan_NT_MIME_Boundary Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Michael Baedorf wrote: > > Now I try to look for the DB (not using a bean nor a servlet): If not a bean or a servlet, what is thi

RE: [JBoss-user] not bound problem

2001-05-03 Thread Francois Archambault
You just can't have access to a data source outside of the container. You need to get the datasource from within an ejb. Francois > -Message d'origine- > De: Michael Baedorf [SMTP:[EMAIL PROTECTED]] > Date: 3 mai, 2001 09:50 > À:[EMAIL PROTECTED] > Objet

[JBoss-user] not bound problem

2001-05-03 Thread Michael Baedorf
Hello, I´m a newbie and I have a problem getting a database connection. I configured the following in the jboss.jcml: org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,org.gjt.mm.mysql.Driver org.opentools.minerva.jdbc.xa.wrapp

[JBoss-user] not bound problem

2001-05-03 Thread Michael Baedorf
Hello, I´m a newbie and I have a problem getting a database connection. I configured the following in the jboss.jcml: org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,org.gjt.mm.mysql.Driver org.opentools.minerva.jdbc.xa.wrapp