[
https://issues.apache.org/jira/browse/ODE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tammo van Lessen updated ODE-689:
---------------------------------
Fix Version/s: (was: 1.3.5)
1.4
> Take out the third transaction that loads up the my role mex and related data
> -----------------------------------------------------------------------------
>
> Key: ODE-689
> URL: https://issues.apache.org/jira/browse/ODE-689
> Project: ODE
> Issue Type: Improvement
> Components: BPEL Runtime
> Reporter: Sean Ahn
> Assignee: Sean Ahn
> Priority: Minor
> Fix For: 1.4
>
> Attachments: ode-689.patch.txt
>
>
> Currently, there are at least 3 transactions per a request:
> 1. Creates and persists a mex from the integration layer thread(HTTP thread)
> 2. Runs the process instance on the JACOB threads
> 3. Loads up the mex and related data(response), constructs the SOAP response
> and sends it back to the client(HTTP thread)
> We can remove the 3rd transaction with minimum effort by sending back the
> MyRoleMessageExchange object through the ResponseCallback object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.