1 Reply Latest reply on Oct 17, 2006 8:45 AM by gavin.king

    What is SeamExceptionFilter?

    mnrz

      Hi

      I want to know if we have to use this filter or this is optional.

      Is it right that if we dont use that filter, no Seam exception will be caught.

        • 1. Re: What is SeamExceptionFilter?
          gavin.king

          It is better to use it. It makes sure all JTA transactions are cleaned up at the end of the request, even when errors occur. In theory, the Java EE container should do this, but not all do.