11-28-2011 02:54 AM
11-28-2011 04:25 PM
11-29-2011 11:15 AM
Hi,
In the user guide a transaction manager is described using the Spring container. Did you read it?
Best regards,
11-29-2011 02:45 PM
12-07-2011 10:07 AM
12-08-2011 09:47 PM
Hi,
Lets say if i go with spring container can application db calls (Application sepcific) and process related call (used by activiti) be maintained in single transaction?
I have below requirement :
1. Captured all required data for a process
2. Do some kind processing on the data (App db call)
3. Call createProcessInstanceByKey with input data (Both App and Activiti db call)
4. Update results in DB (using App db call)
If any one of above step or any exception inside process instance execution fails i should be able to rollback or commit based on
the error code etc. is it possible??
If i use Spring container to manage transaction and i have two diff. schema's (1 for app and other for activiti) how the transaction being managed? will the activiti use the same transactionManager confired for the app?
Thanks in Avance!
12-09-2011 09:08 AM
12-09-2011 10:01 AM
Hi,
@xiegs2007, if you have multiple data sources you definitely need a XA transaction manager
Best regards,
thank you for answer.
I don't want complex way,whate I realy want is:
how integrate activiti58 into my SpringMVC which used hibernateJPA?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.