Results 1 to 3 of 3

Thread: Transaction rollback problem using Spring with OSWorkflow

  1. #1
    Join Date
    Aug 2004
    Posts
    6

    Default Transaction rollback problem using Spring with OSWorkflow

    Hi,
    I am using Spring to manage my transactional requirement during the saving process. And I am using the JDBCWorkflow to handle the persistency of workflow information. The problem is when there is an exception thrown after the workflow's doAction() method is invoked, Spring is able to rollback all the information that is persisted except those for the workflow.

    Anyone has encounter this before?

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    do Spring and JDBCWorkflow use the same JDBC Connection / TransactionManager?
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Aug 2004
    Posts
    6

    Default Transaction rollback problem using Spring with OSWorkflow

    Thanks for the reply.

    I have look thr' the OSWorkflow code and it seems to be closing the connection once the doAction has been completed. I am not sure if i can configure it (OSWorkflow) to participate in the transaction that is started in Spring.

Similar Threads

  1. Replies: 3
    Last Post: Aug 16th, 2007, 12:10 PM
  2. Replies: 0
    Last Post: Jun 6th, 2005, 06:22 AM
  3. Replies: 1
    Last Post: Nov 24th, 2004, 04:18 PM
  4. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 PM
  5. Transaction pb Hibernate/MySQL
    By syluser in forum Data
    Replies: 2
    Last Post: Aug 28th, 2004, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •