3 Replies Latest reply on Jun 22, 2008 4:36 PM by wrzep

    Transactional annotation on private methods

    btonez

      If I specify @Transactional on a private method, that will be called from within a public method that is part of the business interface (for Seam Remoting), will the TransactionInterceptor work?  Or do interceptors work only on the method invoked from the EL?  (Sorry if this is a stupid question, I don't know exactly how Seam's proxies work.)