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]