Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-04 Thread Alexander Jerusalem
ssage - >From: Dinesh Khurana <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, April 03, 2001 2:27 AM >Subject: [JBoss-user] sql.SQLException: ORA-00942: table or view does not >exist > > > > Hi All > > > > When I run my application I

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread Dinesh Khurana
single files(jaws,jboss,ejb ) for all the entity beans i deploy. please advice. Dinesh - Original Message - From: danch <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 7:13 PM Subject: Re: [JBoss-user] sql.SQLException: ORA-00942: table or view do

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread Guy Rouillier
Just a semi-educated guess, but make sure you are resolving to the correct database. - Original Message - From: Dinesh Khurana <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 2:27 AM Subject: [JBoss-user] sql.SQLException: ORA-00942: table or view do

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread danch
Is it a CMP bean, or a BMP bean? Are you _trying_ to persist into oracle? If CMP, have you enabled JAWS table creation feature (on by default, but perhaps you have overridden this in jaws.xml)? Dinesh Khurana wrote: > Hi All > > When I run my application I get the error message > sql.SQLExcep

[JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-02 Thread Dinesh Khurana
Hi All When I run my application I get the error message sql.SQLException: ORA-00942: table or view does not exist This message comes when I save my data using the entity bean. I have already checked my descriptors regarding the table names and column names I am using java version jdk1.3 here i