RE: Orion and Oracle 8

2000-02-25 Thread Jan Hendrickx
OLAV add th" line schema = ... racle.xml to make Orion use the schema Also, change integer datatype to NUMBER(x,y) and datetime to date This worked for m

Re: Orion and Oracle 8

2000-02-24 Thread Olav Rabe
Thanks Karl, now the auto-deployment was successfull and the tables have been created. What next? Please picture that I already have an application which I deployed under J2EE-RI, so I do have the .ear file, which contains the ejb-jar file, which, in turn contains the ejb-jar.xml. The ejb-jar.xml

Re: Orion and Oracle 8

2000-02-24 Thread Karl Avedal
Hello Olav, Just a short reply right now: To enable the oracle.xml database-schema file, add this to your -tag: schema="database-schemas/oracle.xml" so it will look something like: You can also specify your mappings between a bean and a table and between a bean field and a column in orion-e