이 콘텐츠는 선택한 언어로 제공되지 않습니다.
24.12. Transactional Requests
By default, no transaction is active during a remoting request. If you wish to update the database during a remoting request, you must annotate the
@WebRemote
method with @Transactional
, like so: