|
Hi, Brandy
Try the next:
- Stop your orion server
- Edit persistence-name in
<cmp-field-mapping> tag in orion-ejb-jar.xml
file to fit your needs. Persistence-name is a column name corresponding to EJB
field.
- Start server
Probably, stopping orion is not even
required
----- Original Message -----
Sent: Thursday, May 17, 2001 9:59
PM
Subject: Setting Up News Application on
Orion
Hi,
I am trying to set up the News Application Demo on Orion and I get the
following information:
Auto-creating table: create table com_evermind_ejb_NewsItem (id Number
not null primary key, submitter VARCHAR2(255) null, text VARCHAR2(255) null,
subject VARCHAR2(255) null, parent NUMBER null) Warning:Error creating table:
ORA-00904:invalid column name.
I know why the error is occurring (Date is a reserve word in Oracle) but
where is this SQL file located so I could change the column name?
Thanks,
Brandy
Get your FREE download of MSN Explorer at http://explorer.msn.com
|