Thanks! That did it...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard
Öberg
Sent: Saturday, March 31, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMP persistance/deletion question...
Carey Nation wrote:
> I'm using
Carey Nation wrote:
> I'm using jboss2.1 and postgresql7.0.3. I wrote a small CMP entity bean,
> and got the database
> all hooked up.
This has to do with the commit option setting (see EJB spec for
description of semantics).
Change it to B or C in standard-jboss.xml (A should only be used i
Hi,
I'm using jboss2.1 and postgresql7.0.3. I wrote a small CMP entity bean,
and got the database
all hooked up. There are two columns in my table (two fields in my bean),
and my primary key is
a string. I wrote a small program
to insert a bunch of records in a for loop, just to see how fast it