RE: Can't find DataSource in ejb-jar.xml file???

2000-11-26 Thread Juan Lorandi (Chile)
2000 3:01 To: Orion-Interest Subject: RE: Can't find DataSource in ejb-jar.xml file??? Thanks. What I did was delete the /orion/application-deployment folder of my app..which seems to work as far as trying to use Interbase. The problem I get now is below..any ideas? Auto-creating table: create

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Victor A. Salaman
Hi Buck: Orion picks the first datasource in the data-sources.xml file, unless you tell it explicitly which data-source to use in META-INF/orion-application.xml . either make your datasource be the first one the file, or read the docs for (META-INF/orion-application.xml) so you can configure

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Hey Salaman! Hmm..that makes sense except for one thing..using a DataSource should be vendor independent shouldn't it? Or is that a vendor specific setting? I thought J2EE was all about making a complete app including database free ties, so you can deploy into any app server. If thats the case,

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Jarek Skreta
2000 18:40 To: Orion-Interest Subject: RE: Can't find DataSource in ejb-jar.xml file??? Hey Salaman! Hmm..that makes sense except for one thing..using a DataSource should be vendor independent shouldn't it? Or is that a vendor specific setting? I thought J2EE was all about making a complete

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Thanks. What I did was delete the /orion/application-deployment folder of my app..which seems to work as far as trying to use Interbase. The problem I get now is below..any ideas? Auto-creating table: create table com_ss_ejb_login_LoginEntityEJB (loginName VAR CHAR(255) not null primary key,