0 Replies Latest reply on Jul 6, 2008 11:16 PM by gena

    ApplicationException rollback=false in pages.xml

    gena

      Hello, i would define the ValidatorException as an ApplicationException with rollback=false. How should i do this. I  tried it withing the ejb-jar.xml


      <application-exception>
                <exception-class>javax.faces.validator.ValidatorException</exception-class>
                <rollback>false</rollback>
       </application-exception>



      but Seam doesn't respect this. The idea is, to offer some methods of a stateful seam component as a jsf-validator methods which can throw a javax.faces.validator.ValidatorException.