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?


Reply With Quote