Ce contenu n'est pas disponible dans la langue sélectionnée.
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: