RE: [JBoss-user] Oracle 8i JDBC connection broken in JBoss 3.0.0 Final?

2002-06-12 Thread Bill Burke
David Watson > Sent: Wednesday, June 12, 2002 2:50 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Oracle 8i JDBC connection broken in JBoss 3.0.0 > Final? > > > We had several Oracle 8i database schemas working with JDBC in > JBoss 3.0.0RC2. We upgraded to JBoss 3.0.0 fina

[JBoss-user] Oracle 8i JDBC connection broken in JBoss 3.0.0 Final?

2002-06-12 Thread David Watson
We had several Oracle 8i database schemas working with JDBC in JBoss 3.0.0RC2. We upgraded to JBoss 3.0.0 final while moving the database configuration in jboss-service.xml and login-config.xml. We cannot get a JDBC connection to work using the 3.0.0 final version. When we make a request, we se

Re: Subject: [JBoss-user] Oracle 8i lite

2001-06-28 Thread Allen fogleson
ject: [JBoss-user] Oracle 8i lite > Hey Al & Larry, > > Thanks for the responses. I just needed a toy db that supports tcp for > some demo app I am working on, nothing serious. I found pointbase server > version db fits my needs fully. Free version supports tcp, it cripples &

Re: Subject: [JBoss-user] Oracle 8i lite

2001-06-28 Thread Vladimir Blagojevic
Hey Al & Larry, Thanks for the responses. I just needed a toy db that supports tcp for some demo app I am working on, nothing serious. I found pointbase server version db fits my needs fully. Free version supports tcp, it cripples over 5MB of data which is fine for me. Seems quite nice actual

Subject: [JBoss-user] Oracle 8i lite

2001-06-28 Thread Larry O
Allen fogleson asks: From: "Allen fogleson" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: Re: [JBoss-user] Oracle 8i liteDate: Thu, 28 Jun 2001 19:46:31 -0400Reply-To: [EMAIL PROTECTED]This is a multi-part message in MIME format.--=_Next

Re: [JBoss-user] Oracle 8i lite

2001-06-28 Thread Allen fogleson
I assume all your references to 8i you meant 8i lite?   since 8i does have a tns listener, and a type 4 driver...   al   - Original Message - From: Larry O To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 7:04 PM Subject: [JBoss-user] Oracle 8i lite

[JBoss-user] Oracle 8i lite

2001-06-28 Thread Larry O
Vladimir Blagojevic asks:   Date: Thu, 28 Jun 2001 10:53:33 -0400 (EDT)From: Vladimir Blagojevic <[EMAIL PROTECTED]>To:  <[EMAIL PROTECTED]>Subject: [JBoss-user] Oracle 8i liteReply-To: [EMAIL PROTECTED]Hi,Does Oracle 8i lite support socket based oracle jdbc driv

[JBoss-user] Oracle 8i lite

2001-06-28 Thread Vladimir Blagojevic
Hi, Does Oracle 8i lite support socket based oracle jdbc drivers or it is more of a in-vm DB? Share some links? Thanks, Vladimir ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Oracle 8i

2001-04-09 Thread tim . haley
Danch, and Guy, Thanks for the input. It turned out that I had lost track of what code was doing what: I started out with no entity beans, and was migrating the jdbc over into CMP entity beans. I had written an entity bean for the table, but was using my session bean to directly update the en

Re: [JBoss-user] Oracle 8i

2001-04-07 Thread danch
EJB. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, April 06, 2001 4:35 PM > Subject: Re: [JBoss-user] Oracle 8i > > > >> >> I am having the same problem... >> >> A BMP ent

Re: [JBoss-user] Oracle 8i

2001-04-06 Thread Guy Rouillier
n commit without the container knowing about it. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 4:35 PM Subject: Re: [JBoss-user] Oracle 8i > > > I am having the same problem... > > A BMP entity bean with CMT

RE: [JBoss-user] Oracle 8i

2001-04-06 Thread Simphoukham, Southin
] Subject: Re: [JBoss-user] Oracle 8i [EMAIL PROTECTED] wrote: > > I am having the same problem... > > A BMP entity bean with CMT. > I turn off autocommit when I connect to the Oracle 8i (8.1.5) database. > The Transaction never seems to complete. > If I turn on autocommit, the

Re: [JBoss-user] Oracle 8i

2001-04-06 Thread danch
[EMAIL PROTECTED] wrote: > > I am having the same problem... > > A BMP entity bean with CMT. > I turn off autocommit when I connect to the Oracle 8i (8.1.5) database. > The Transaction never seems to complete. > If I turn on autocommit, then the data is updated but cannot be rolled back by > t

Re: [JBoss-user] Oracle 8i

2001-04-06 Thread danch
"Simphoukham, Southin" wrote: > > Guy, > > I am not using EJB for now, long story... but I will get this team there. > What I am using JBoss for right now is the connection pooling and in the > next release maybe JMS, JavaMail, and Connectors to SAP. > > I have spent the last 3 hours looking

Re: [JBoss-user] Oracle 8i

2001-04-06 Thread tim . haley
error. In either case, I dont think that the Transaction ever commits. Tim Haley "Guy Rouillier" <[EMAIL PROTECTED]> on 04/06/2001 03:23:24 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: [JBoss-user] Oracle 8i Sounds like your change i

RE: [JBoss-user] Oracle 8i

2001-04-06 Thread Simphoukham, Southin
, 2001 2:23 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Oracle 8i Sounds like your change is being made but not committed. What type of EJB is this? Are you managing your own transaction? Are you turning autocommit off? - Original Message - From: "Simphoukham, Southin&quo

Re: [JBoss-user] Oracle 8i

2001-04-06 Thread Guy Rouillier
pril 06, 2001 12:32 PM Subject: [JBoss-user] Oracle 8i > Hi, > > Has anyone run into problems on making an update to an Oracle table? > > I have run into such a problem. I have created a preparedStatement and > called the preparedStatement.excuteUpdate. The update returns

[JBoss-user] Oracle 8i

2001-04-06 Thread Simphoukham, Southin
Hi, Has anyone run into problems on making an update to an Oracle table? I have run into such a problem. I have created a preparedStatement and called the preparedStatement.excuteUpdate. The update returns a value of 1 (which is good). I turn around and check to make sure it works in SQLPlus.

Re: [JBoss-user] oracle 8i connection pool

2001-04-03 Thread Guy Rouillier
This question has been discussed several times in the last week alone. Search the archives for examples. - Original Message - From: Jochen Schurich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 1:05 PM Subject: [JBoss-user] oracle 8i connection p

[JBoss-user] oracle 8i connection pool 2

2001-04-03 Thread Simphoukham, Southin
true I dont have any other config for this. hope it helps, Reynir þ. Hübner sr.developer [EMAIL PROTECTED] -Original Message- From: Jochen Schurich [mailto:[EMAIL PROTECTED]] Sent: 3. apríl 2001 17:05 To: [EMAIL PROTECTED] Subject: [JBoss-user] oracle 8i connection pool hi all

RE: [JBoss-user] oracle 8i connection pool

2001-04-03 Thread Reynir Hübner
other config for this. hope it helps, Reynir þ. Hübner sr.developer [EMAIL PROTECTED] -Original Message- From: Jochen Schurich [mailto:[EMAIL PROTECTED]] Sent: 3. apríl 2001 17:05 To: [EMAIL PROTECTED] Subject: [JBoss-user] oracle 8i connection pool hi all! i try to set up my jboss with

[JBoss-user] oracle 8i connection pool

2001-04-03 Thread Jochen Schurich
hi all! i try to set up my jboss with oracle. but it is NOT working. i have tried all readme's and now i have no glue what next to try. i'm using oracle 8i R2 the oracle jdbc driver: classes12.zip jboss-tomcat-2.1-beta.zip if there is someone out there with a working configuration: please send