#2 if this custom table is not defined as an entity, or is not accessed
through the entity engine, then no transactions will effect it.
It is assumed this table is not in the ofbiz schema also.


Grant Edwards sent the following on 4/14/2009 4:40 AM:
> Hi,
> 
> The processorder request is the first in a long chain of requests that form 
> the order pipe-line, which terminates with the ordercomplete view.
> What is not clear to me is where if any are the transaction boundries. For 
> example if the storeOrder service were to fail would work done by all 
> requests in the order pipe-line be rolled back?
> 
> Further to this, I have inserted a custom request into the order pipe-line 
> that does the following:
> 1) Processes booking related info on a 3rd party system.
> 2) Logs status information to the ofbiz database in a custom table.
> 
> Here again would a rollback undo work done by point 2, and any ideas about 
> how best to intercept the rollback so that an "undo" method can be affected 
> on the 3rd parth system.
> 
> Kind regards
> 
> Grant 
> 
> 
>       

Reply via email to