I also get similar error messages when converting from 0.9.1 to 0.9.4,
although they're nothing to do with table creation.

Found 4 syntax errors in "D:/orion0.94/EntityBeanWrapper50.java":

   189.                 this.dirty = this.dirty || ();
                                                   ^
*** Syntax Error: Expression expected after this token


   268.                 this.dirty = this.dirty || ();
                                                   ^
*** Syntax Error: Expression expected after this token


   347.                 this.dirty = this.dirty || ();
                                                   ^
*** Syntax Error: Expression expected after this token


   425.                 this.dirty = this.dirty || ();
                                                   ^
*** Syntax Error: Expression expected after this token
Error compiling file:/D:/dpay_Orion/: Error in source
Orion/0.9.4 initialized

Regards,
Robert Hargreaves



-----Original Message-----
From: Anders Bengtsson [mailto:[EMAIL PROTECTED]]
Sent: 07 March 2000 12:00
To: Orion-Interest
Subject: Broken code generated when deploying...



Hello,
I keep getting these strange error messages from Orion when deploying a
CMP bean. It is caused by another table named "course" with different
columns.
What should really happen when a collision like this occurs?

Auto-creating table: create table Course (id integer not null primary
key, name varchar (255) null, description varchar (255) null)
Warning: Error creating table: [SOLID JDBC 2.3.03] SOLID Table Error
13013: Table name COURSE conflicts with an existing entity
EntityBeanWrapper4.java:185: Missing term.
                this.dirty = this.dirty || ();
                                            ^
EntityBeanWrapper4.java:264: Missing term.
                this.dirty = this.dirty || ();
                                            ^
EntityBeanWrapper4.java:343: Missing term.
                this.dirty = this.dirty || ();
                                            ^
3 errors


________________________________________________________________________
A n d e r s  B e n g t s s o n                     [EMAIL PROTECTED]
http://www.natakademin.se/

Reply via email to