我使用 WSO2dss 和 Wso2 ESB 一次插入没有表。这些是依赖表,如果一个事务失败,我们如何回滚。我的问题是我正在插入 EMP1、EMP2、EMP3 我的数据在 EMP1 中正确插入,而在 EMP3 中插入时发生 EMP2 错误我如何使用 WSO2 ..in Oracle 做到这一点我们有 NONXAENABLEDS
<sequence>
<payloadFactory>
<format>
<p:insert_emp2_operation xmlns:p="http://ws.wso2.org/dataservice">
<xs:e_device xmlns:xs="http://ws.wso2.org/dataservice">$1</xs:e_device>
<xs:e_amount xmlns:xs="http://ws.wso2.org/dataservice">5000</xs:e_amount>
<xs:e_no xmlns:xs="http://ws.wso2.org/dataservice">450</xs:e_no>
</p:insert_emp2_operation>
</format>
<args>
<arg expression="//e_device/text()"/>
</args>
</payloadFactory>
<send>
<endpoint>
<address uri="http://192.168.1.201:9764/services/emp2_DataService/" format="soap11"/>
</endpoint>
</send>
</sequence>
</target>
就像在其他一些表中一样我如何回滚这一切