掲示板

Liferay transaction management

thumbnail
7年前 に wenzhong gong によって更新されました。

Liferay transaction management

New Member 投稿: 16 参加年月日: 13/12/09 最新の投稿
Hi All,

I want transaction roll back when throws RuntimeException.

In my case , i will wirte mutil table when get a payment success form Pyament Service. Not roll back all table when write database fire excetpion . I add com.liferay.portal.kernel.transaction.Transactional in method, but it not roll back .

Thanks