Great job! Thanx a lot. 
JBoss now just flying ;-))
(had only one problem - changes hasn't been commited. Problem was in transaction 
attribute . Wrote Required instead NotSupported - now all works fine)
Thanx again.

Best regards,
Serhiy 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Schulze
Sent: Wednesday, October 11, 2000 10:39 PM
To: jBoss
Cc: Bjarne Olsen
Subject: [jBoss-User] table creation problem fixed


Hi folks,

I fixed the table creation problem for CMP entities (is in cvs now).

I made changes in the code that detects if a table is already there or
not. It runs fine with my databases (Hypersonic, InstantDB, PostgreSQL
(the driver that is in the psql7.0.2 distribution)). 

PLEASE folks, test it with your databases (oracle, sybase,...) and give
me feedback!!!

bye Daniel

--------8<---------------------------------------------------
Who wants to know more about:
Since we use connection pools in jBoss, we need transactions for all db
operations even the create and destroy operations. I worked this in an
had to deal with the code for the table detection, that always killed
my transactions (marked roll back because of enforced SQL error). I
replaced it with code that should work with every jdbc driver that
wants to be j2ee compatible (see j233 spec 1.3 section 6.2.2.3).


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]






--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to