|
Hi!all^.^
I have problems to use oiron when I test orion demo
.There are always errors about ERROR: parser: parse error at or near
")" likes below.
And I have questions about EJB deployment,I can not find out
how to use EJB only on orion document.
If I have *.jar about EJB,I just wanna deploy by orion,what
shoud I do?write a ejb-jar.xml?or add tag on
config/server.xml?
I use orion1.03 and jdk1.2.2.005,postgresql on
win2K
thanks
.........................................................................................................................endwin
demo errors messages
C:\orion>java -jar orion.jar
Auto-unpacking C:\orion\applications\atm.ear... done. Auto-unpacking C:\orion\applications\atm\atm-web.war... done. Auto-unpacking C:\orion\applications\atm\atm-wap.war... done. Auto-deploying atm... Auto-deploying atm-ejb.jar... SQL error: ERROR: parser: parse error at or near ")" Auto-creating table: create table com_acme_atm_ejb_Currency (id varchar(255) not null primary key, locale varchar(5) null, exchangeRate float8 null) Auto-creating table: create table com_acme_atm_ejb_Account (id
varchar(255) not
null primary key, balance float8 null, creationDate timestamp null, currency var char(255) null) Auto-creating table: create table com_acme_atm_ejb_Account_log
(id varchar(255)
not null, value longvarbinary null) Warning: Error creating table: ERROR: Unable to locate type name 'longvarbinary ' in catalog Auto-creating table: create table com_acme_atm_ejb_AccountOwner (username varcha r(255) not null primary key) Auto-creating table: create table
atm_ejb_AccountOwner_accounts (value varchar(2
55) not null, username varchar(255) not null, primary key (value, username)) done. Orion/1.0.3 initialized |
