sybase « Transaction « Spring Q&A





1. Spring Transaction with Sybase    stackoverflow.com

I am using Spring in my Web Application , with the underlying database as Sybase. I have 3 complex stored procedures to be executed. The procs , have create table and drop ...

2. Quartz Lock Exception (Sybase)    forum.springsource.org

Quartz Lock Exception (Sybase) I'm using the Spring 1.2.6 release and trying to setup the Quartz scheduler. I'm using the SchedulerFactoryBean with a DataSource pointing to a Sybase ASE 12.5.1 server. ...

3. Transactions, iBatis, Sybase, and not seeing commits    forum.springsource.org

Feb 16th, 2006, 08:34 PM #1 cmathrusse View Profile View Forum Posts Private Message Member Join Date Feb 2006 Posts 69 Transactions, iBatis, Sybase, and not seeing commits I'm using iBatis ...

4. Sybase Transaction within Spring ?    forum.springsource.org

Hi, I would like to use the native transaction engine of Sybase ASE (BEGIN TRAN/COMMIT/ROLLBACK) within Spring (TransactionTemplate ?) and i am looking for some guidelines. It seems to be simple ...

5. Sybase configuration with JTA    forum.springsource.org

Aug 16th, 2006, 11:50 AM #1 nkm View Profile View Forum Posts Private Message Junior Member Join Date Jul 2006 Posts 9 Sybase configuration with JTA Hi All I was using ...

6. Transaction problem with Sybase, Rollback doesn't happen    forum.springsource.org

Transaction problem with Sybase, Rollback doesn't happen Hi, I'm new to Spring and I'm trying to add transactional support with Sybase ASE 15.0. I have 2 database operations, one that deletes ...

7. Unit Test, transactions, and Sybase stored procedures    forum.springsource.org

Unit Test, transactions, and Sybase stored procedures Folks, it looks like the transaction setups are hanging when running the following test. I have a DaoImpl class that has a few method ...