Foros de discusión

Liferay transaction management

thumbnail
wenzhong gong, modificado hace 7 años.

Liferay transaction management

New Member Mensajes: 16 Fecha de incorporación: 9/12/13 Mensajes recientes
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