Search:

Type: Posts; User: aikkee; Keyword(s):

Search: Search took 0.04 seconds.

  1. Transaction don't rollback when using OSWorkflow with Spring

    Hi,
    I am using Spring to manage my transactional requirement (with a HibernateTransactionManager) during the saving process. And I am using the JDBCWorkflow to handle the persistency of workflow...
  2. 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...
  3. 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...
  4. Replies
    4
    Views
    2,310

    Transaction Problem using Spring+Hibernate

    Hi Artur,
    I tried, it will insert into OneOffFA but tries to update the Master records. So it ends up that I have a OneOffFA record but no master record. Is there any thing wrong with my mapping?...
  5. Replies
    4
    Views
    2,310

    Hi Artur, You are right. Here's my mapping &...

    Hi Artur,
    You are right. Here's my mapping & code, pls advise. tks.

    <hibernate-mapping package="domain">
    <class name="domain.Master" table="MASTER" schema="apps">
    <id name="transactionNo"...
  6. Replies
    4
    Views
    2,310

    Transaction Problem using Spring+Hibernate

    Hi,
    I have encountered problems using declarative transaction demarcation. I have a parent-child class "binded" using foreign key in Hibernate. In my business manager class, I have a save() method...
Results 1 to 6 of 6