[jira] [Updated] (OFBIZ-5183) Using require-new-transaction=true in a service called (maybe not directly) by a pre-invoke or earlier event is not yet suported in OFBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5183) Using require-new-transaction=true in a service called (maybe not directly) by a pre-invoke or earlier event is not yet suported in OFBiz

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharan Foga updated OFBIZ-5183:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> Using require-new-transaction=true in a service called (maybe not directly) by a pre-invoke or earlier event is not yet suported in OFBiz
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5183
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5183
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, Release Branch 11.04, Release Branch 12.04, Trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> I got bitten by this TODO in ServiceDispatcher.runSync()
> To set timeouts in OFBiz for services called inside of other services you have to add the <<require-new-transaction=true>> attribute to the called services definitions. This has a side effect in some cases. Because of a non completed feature in OFBiz:
> {code}
> // TODO: if there is an ECA called async or in a new transaction it won't get rolled back
> //but will be called again, which means the service may complete multiple times! that would be for
> //pre-invoke and earlier events only of course
> {code}
> Of course, using ECA called async will have the same effect (not in title)
> Note: "pre-invoke and earlier events" are preprocessor, firstvisit and so on



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)