RE: [JBoss-user] Oracle Integration again

2001-05-18 Thread Isidoro Fernandez Diaz
:[EMAIL PROTECTED]]En nombre de [EMAIL PROTECTED] Enviado el: jueves 17 de mayo de 2001 16:44 Para: [EMAIL PROTECTED] Asunto: Re: [JBoss-user] Oracle Integration again This happens when JBoss cannot connect to the Oracle Database. - Verify that your database is up and running. - Verify that your JDBC

Re: [JBoss-user] Oracle Integration again

2001-05-17 Thread Burkhard Vogel
Fernandez Diaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 3:21 PM Subject: [JBoss-user] Oracle Integration again > Hi! > > Those are my JBoss´s configuration files: > > The new lines in the files are: > > Jboss.properties

Re: [JBoss-user] Oracle Integration again

2001-05-17 Thread tim . haley
This happens when JBoss cannot connect to the Oracle Database. - Verify that your database is up and running. - Verify that your JDBC driver is in your classpath (you will also get an error earlier in the console window if this is the problem) - If you are only connecting to Oracle, you might wa

[JBoss-user] Oracle Integration again

2001-05-17 Thread Isidoro Fernandez Diaz
Hi!       Those are my JBoss´s configuration files:     The new lines in the files are:     Jboss.properties :       jdbc.drivers=oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver Jboss.conf :            

Re: [JBoss-user] + Oracle Integration

2001-05-17 Thread Burkhard Vogel
Hi, usually a config problem, send your relevant parts of jboss.jcml, and describe what you have done so far. Burkhard - Original Message - From: "Isidoro Fernandez Diaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 12:21 PM Subject:

[JBoss-user] + Oracle Integration

2001-05-17 Thread Isidoro Fernandez Diaz
Hi users!       I´ve configured JBoss how configuration manual and when I execute run.bat JBoss stop in the next line:       [OracleDS] XA Connection pool OracleDS bound tojava:/OracleDS       and JBoss not continues, not appears :   [OracleDS] Started   Why

Re: [JBoss-user] Oracle integration

2001-05-16 Thread
you get classes12.zip from the oracle web site - Original Message - From: Isidoro Fernandez Diaz To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 3:55 AM Subject: [JBoss-user] Oracle integration Hi! I´m beginner with JBoss and I want to do integration with Oracle. I read in

RE: [JBoss-user] Oracle integration

2001-05-16 Thread Isidoro Fernandez Diaz
:[EMAIL PROTECTED]]En nombre de Burkhard Vogel Enviado el: miércoles 16 de mayo de 2001 13:56 Para: [EMAIL PROTECTED] Asunto: Re: [JBoss-user] Oracle integration see oracles web-site get the jdbc-driver Bukhard - Original Message - From: "Isidoro Fernandez Diaz" <[EMAIL P

RE: [JBoss-user] Oracle integration

2001-05-16 Thread Isidoro Fernandez Diaz
:[EMAIL PROTECTED]]En nombre de Reynir Hübner Enviado el: miércoles 16 de mayo de 2001 13:08 Para: [EMAIL PROTECTED] Asunto: RE: [JBoss-user] Oracle integration you can download it from the http://otn.oracle.com/software/content.html <http://otn.oracle.com/software/content.html> choose JDBC d

RE: [JBoss-user] Oracle integration

2001-05-16 Thread Isidoro Fernandez Diaz
] [mailto:[EMAIL PROTECTED]]En nombre de Simphoukham, Southin Enviado el: miércoles 16 de mayo de 2001 14:31 Para: '[EMAIL PROTECTED]' Asunto: RE: [JBoss-user] Oracle integration The classes12.zip should be available with your Oracle installation. If not try the website. Southin -Origin

RE: [JBoss-user] Oracle integration

2001-05-16 Thread Simphoukham, Southin
The classes12.zip should be available with your Oracle installation. If not try the website. Southin -Original Message- From: Isidoro Fernandez Diaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:55 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Oracle integration Hi

Re: [JBoss-user] Oracle integration

2001-05-16 Thread Burkhard Vogel
see oracles web-site get the jdbc-driver Bukhard - Original Message - From: "Isidoro Fernandez Diaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 12:55 PM Subject: [JBoss-user] Oracle integration > Hi! > > I´m begin

RE: [JBoss-user] Oracle integration

2001-05-16 Thread Reynir Hübner
ubject: [JBoss-user] Oracle integration Hi! I´m beginner with JBoss and I want to do integration with Oracle. I read in another mail "placed classes12.zip in jboss/lib/ext" ... but, where is "classes12.zip"? I don´t find it! Can anybody help me, please??? Thank you ver

[JBoss-user] Oracle integration

2001-05-16 Thread Isidoro Fernandez Diaz
Hi!   I´m beginner with JBoss and I want to do integration with Oracle. I read in another mail  "placed classes12.zip in jboss/lib/ext" ... but, where is "classes12.zip"? I don´t find it! Can anybody help me, please???     Thank you very much! Isidoro Fernández Díaz mailto:[EMAIL PROT

Re: [JBoss-user] oracle integration

2001-05-07 Thread Jon Culli
Vinay, Thanks for the help. After fooling around with this for a few minutes I got it working. Being new to jboss, I don't think I would have found this solution on my own. Thanks again!!! Jon --- Vinay Menon <[EMAIL PROTECTED]> wrote: > Hi, > > placed classes12.zip in jboss/lib/ext > > - G

Re: [JBoss-user] oracle integration

2001-05-06 Thread Vinay Menon
Hi, placed classes12.zip in jboss/lib/ext - Good. That is required modified in jboss.jcml:name="DefaultDomain:service=JdbcProvider">name="Drivers">oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver   - Fine this should load the Oracle JDBC driversadded in jboss

[JBoss-user] oracle integration

2001-05-05 Thread Jon Culli
Hello I am a j2ee newbie and I've been using jboss as a learning tool. I'm using v 2.2.1 I've been able to successfully deploy the samples and also write a few simple ejb's of my own. The next thing I am trying is integration with my oracle db for container managed persistence. I have followe