Re: Spring Transactions

2006-03-09 Thread Dennis Bekkering
YES you need innoDB, myIsam does not support transactions, i guess you want transactions. regards, Dennis 2006/3/10, Thomas Dudziak <[EMAIL PROTECTED]>: > > On 3/9/06, Saman Ghodsian <[EMAIL PROTECTED]> wrote: > > > I have an implementation of my model with OJB using just > PersistenceBroker. > >

Re: Spring Transactions

2006-03-09 Thread Thomas Dudziak
On 3/9/06, Saman Ghodsian <[EMAIL PROTECTED]> wrote: > I have an implementation of my model with OJB using just PersistenceBroker. > Now I'm looking into adding transactional support, looked into ODMG but it > seems complex to implement since all my mapping and query is in Broker > lingo, so I'm l

Spring Transactions

2006-03-09 Thread Saman Ghodsian
Hi there, I have an implementation of my model with OJB using just PersistenceBroker. Now I'm looking into adding transactional support, looked into ODMG but it seems complex to implement since all my mapping and query is in Broker lingo, so I'm looking at injecting Transaction support for my p