]
Brian Leathem updated SEAMFACES-81:
-----------------------------------
Fix Version/s: 3.0.0.Final
(was: 3.0.0.CR2)
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.Final
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: