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...
Type: Posts; User: aikkee; Keyword(s):
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...
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...
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...
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?...
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"...
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...