Thanks Adrian. Currently I am invoking the method from groovy directly. So, I need to change the way I did, right?
On Fri, Feb 22, 2013 at 7:13 PM, Adrian Crum < [email protected]> wrote: > If the operation is within a service, you don't need to worry about > handling transactions - the service engine does that for you. > > -Adrian > > > On 2/22/2013 12:40 PM, Winster Jose wrote: > >> Hi, >> >> I want to store entities into database using >> "delegator.create(**genericValue)". I want to wrap this operation in a >> transaction so that if any of the entity insert operation fails, rollback >> all previous insert operations. How can I do that in OFBiz? >> >> Thanks in advance >> Winster T Jose >> Director - Technology and Architecture >> Chathurangam Creative Solutions Private Ltd. >> Cell: +91-98469 31020 >> Mail: [email protected] >> >> > -- Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: [email protected]
