Hi Doug!

You should look at the slidestore.j2ee.J2EENodeStore. This is a store for
both descriptor and file! This store solves some problems with transactions
between the descriptor and file part. I believe that this store has some
additional fixes from the rdbms.J2EEStore.

The J2EENodeStore was send to this list by Ashok.

/Jacob

-----Original Message-----
From: Doug Harmon [mailto:[EMAIL PROTECTED] 
Sent: 17. juni 2003 23:43
To: [EMAIL PROTECTED]
Subject: RE: Transactions in Slide?


Thanks for the tip Jacob. The org.apache.slide.store.impl.rdbms.J2EEStore is
exactly what I was looking for. I am using an Oracle database and am having
some problems with the StandardRDBMSAdapter so I extended that class and
created an OracleRDBMSAdapter to override certain methods. However, before I
get too far along, I was wondering if anyone else is using Oracle as their
database with this version of the J2EEStore. If so, perhaps they could share
the ddl needed to create the Oracle database tables as well as any code that
needs to be written in order to function with an Oracle database. 

Some of the problems I encountered already is that I had to rename a column
(exclusive) in the SLIDE_LOCK table because exclusive is a reserved word in
oralce statements. Also, Oracle does not have a boolean data type and some
SQL insert statements in the StandardRDBMSAdapter contain boolean values.

Thanks for any help!
-doug




-----Original Message-----
Hi,

I hope that you will put your effort into the store committed by Ashok! This
j2ee store is based on a relational db and has some really nice performance
improvements.

Ashok's last commitment was posted on this list on February 3 2003!

I will be happy to participate further if you choose to follow that line!

Thanks,
Jacob


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to