0 Replies Latest reply on Jan 7, 2009 4:23 PM by sbyrne.sb.ezftz.com

    configure org.jboss.seam.annotations.ApplicationException with XML

    sbyrne.sb.ezftz.com

      I have an exception annotated as such:


      @org.jboss.seam.annotations.ApplicationException(rollback=true)


      This exception will be moving to another package beyond my control, and the annotation will be removed.


      Is there a way to configure the exception to the same effect elsewhere; e.g. in the components.xml?


      The components.xml does not seem to support a partner to @ApplicationException.