Issue Type: Task Task
Affects Versions: 0.5
Assignee: Tomohisa igarashi
Components: component-bpm
Created: 27/Sep/12 5:09 PM
Description:

Currently DroolsBPMExchangeHandler explicitly begin its own JTA transaction when persistence is needed, but it would be good if we integrate it with Transaction Policy handling by SwitchYard runtime.

Let's say, If the implementation.bpm is marked as managedTransaction.Global or managedTransaction.Local, then bpm-service will run under managed transaction which is handled by TransactionHandler.
Otherwise(noManagedTransaction or no Implementation Transaction Policy), bpm service should manage its transaction by itself.

One thing I should make sure is, are we able to achieve Local Transaction on bpm-service? i.e. suspend the transaction before invoke other SwitchYard service from bpm process, since Local Transaction must not be propagated through the reference if managedTransaction.Local is required.

Fix Versions: 0.6
Project: SwitchYard
Priority: Major Major
Reporter: Tomohisa igarashi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira