[
https://issues.jboss.org/browse/SEAMFACES-211?page=com.atlassian.jira.plu...
]
Shane Bryzak resolved SEAMFACES-211.
------------------------------------
Assignee: Shane Bryzak
Resolution: Out of Date
This has already been fixed upstream
Old references in CatchExceptionHandler and SecurityPhaseListener
-----------------------------------------------------------------
Key: SEAMFACES-211
URL:
https://issues.jboss.org/browse/SEAMFACES-211
Project: Seam Faces
Issue Type: Bug
Affects Versions: 3.1.0.Beta3
Environment: windows, as7.0.2
Reporter: Tomáš Tikovský
Assignee: Shane Bryzak
Priority: Minor
Preventing class org.jboss.seam.faces.exception.CatchExceptionHandler from being
installed as required class org.jboss.seam.exception.control.extension.CatchExtension
could not be found
12:11:29,756 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1)
Preventing class org.jboss.seam.faces.security.SecurityPhaseListener from being installed
as required class org.jboss.seam.security.extension.SecurityExtension could not be found
in org.jboss.seam.faces.security.SecurityPhaseListener.java
-(a)Requires("org.jboss.seam.security.extension.SecurityExtension")
+(a)Requires("org.jboss.seam.security.SecurityExtension")
public class SecurityPhaseListener { ...
and
in org.jboss.seam.faces.exception.CatchExceptionHandler.java
-(a)Requires("org.jboss.seam.exception.control.extension.CatchExtension")
+(a)Requires("org.jboss.solder.exception.control.extension.CatchExtension")
public class CatchExceptionHandler extends ExceptionHandlerWrapper {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira