There are some messages that I use different database,I have problems to find out where the errors was.I use orion v1.0.3 on windows2000.Is there anybody use database like me?
oracle
C:\orion>java -jar orion.jar
Auto-deploying ejbsamples...
Auto-deploying product... done.
Auto-deploying cart... done.
Auto-deploying usermanager...
Auto-creating table: create table com_evermind_ejb_EJBUser_groups (value varchar
2(255) not null, username varchar2(255) not null, primary key (value, username))
Warning: Error creating table: ORA-00972: identifier is too long
done.
Auto-deploying C:\orion\default-web-app...
Orion/1.0.3 initialized
 
 
postgresql
C:\orion>java -jar orion.jar
Auto-deploying ejbsamples...
Auto-deploying product... SQL error: ERROR:  parser: parse error at or near ")"
Auto-creating table: create table MyProduct (id integer not null primary key, na
me char(255) null, description char(255) null, price float null)
done.
Auto-deploying cart... done.
Auto-deploying usermanager... SQL error: ERROR:  parser: parse error at or near
")"
Auto-creating table: create table com_evermind_ejb_EJBUser (username_ char(255)
not null primary key, password_ char(255) null, description char(255) null, loca
le varchar (5) null, certificateIssuerDN char(255) null, certificateSerial varch
ar (100) null)
Auto-creating table: create table com_evermind_ejb_EJBUser_groups (value char(25
5) not null, username_ char(255) not null, primary key (value, username_))
done.
Auto-deploying C:\orion\default-web-app...
Orion/1.0.3 initialized
 
 
Hypersonic
C:\orion>java -jar orion.jar
Auto-deploying ejbsamples...
Auto-deploying product... done.
Auto-deploying cart... done.
Auto-deploying usermanager... done.
Auto-deploying C:\orion\default-web-app...
Orion/1.0.3 initialized
                                                                                                                                                                                                                                                        Edwin

Reply via email to