[seam-issues] [JBoss JIRA] Created: (SEAMFACES-81) NoClassDefFoundError: org/jboss/seam/exception/control/ExceptionToCatch

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Feb 9 15:38:46 EST 2011


NoClassDefFoundError: org/jboss/seam/exception/control/ExceptionToCatch
-----------------------------------------------------------------------

                 Key: SEAMFACES-81
                 URL: https://issues.jboss.org/browse/SEAMFACES-81
             Project: Seam Faces
          Issue Type: Bug
         Environment: Glassfish 3.1 M2 (b41)
            Reporter: Brian Leathem
            Assignee: Brian Leathem
             Fix For: 3.0.0.Beta3


I have an app that has a JSF 2 ExceptionHandlerWrapper.  After handling it's exception, it calls getWrapped().handle() which calls into the Seam CatchExceptionHandler.  The Seam CatchExceptionHanlder in turn throws a NoClassDefFoundError is Seam Catch is not present:
java.lang.NoClassDefFoundError: org/jboss/seam/exception/control/ExceptionToCatch

The Seam CatchExceptionHanlder is not supposed to be registered if Seam Catch is not present, but it seems to be registering regardless.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list