InterviewSolution
| 1. |
How Do We Handle Transactions In Bpel? |
|
Answer» Property needs to be defined to START the new transaction or to CONTINUE with the same transactions Property NAME: Transaction and if this has value as required then the BPEL process will be CONTINUED in the same transaction where as if the value is defined as requiresnew then it will start the new transaction. Property needs to be defined to start the new transaction or to continue with the same transactions Property Name: Transaction and if this has value as required then the BPEL process will be continued in the same transaction where as if the value is defined as requiresnew then it will start the new transaction. |
|