Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-12 Thread tim . haley
Scott, I think your jboss.xml file is still not quite right: > >Here is my jboss.xml > > > > > jdbc/mySQLDB > java:/jdbc/mySQLDB > > > This should be: false jdbc/mySQLDB java:/jdbc

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread Scott Salisbury
nk you again for your help. I really appreciate it. Scott    - Original Message - From: [EMAIL PROTECTED] To: Scott Salisbury Cc: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:54 PM Subject: Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found Scott,It soun

Re: Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-11 Thread tim . haley
/mySQLDB in your jboss.xml file. 2) Or, change your code to: DataSource ds = (DataSource)jndiCntx.lookup("java:jdbc/mySQLDB"); Good luck! "Scott Salisbury" <[EMAIL PROTECTED]> on 07/11/2001 11:56:40 AM To: Tim Haley/SAR/Global@Global cc: Subject

Re: Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-10 Thread tim . haley
not have to wait for the unused database engines to be started and run. - Tim - Original Message - From: "Scott Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:35 PM Subject: [JBoss-user] MySQL, BMP, Table not found Hello, I

Re: [JBoss-user] MySQL, BMP, Table not found

2001-07-10 Thread Burkhard Vogel
1 error so below: - Original Message - From: "Scott Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:35 PM Subject: [JBoss-user] MySQL, BMP, Table not found Hello, I am using the O'Reilly book to familiarize with EJB.

[JBoss-user] MySQL, BMP, Table not found

2001-07-09 Thread Scott Salisbury
Hello,   I am using the O'Reilly book to familiarize with EJB.  I am using JBOSS 2.2.1 with Tomcat 3.2.1.  I am able to get CMP beans to work using MySQL without a problem however when I try to insert a row using BMP I get the following message..   Table not found: TEST.SHIP in statement [in