[seam-issues] [JBoss JIRA] (SEAMFACES-211) Old references in CatchExceptionHandler and SecurityPhaseListener

Shane Bryzak (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Oct 6 19:32:15 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFACES-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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
> - at Requires("org.jboss.seam.security.extension.SecurityExtension")
> + at Requires("org.jboss.seam.security.SecurityExtension")
> public class SecurityPhaseListener { ...
> and
> in org.jboss.seam.faces.exception.CatchExceptionHandler.java
> - at Requires("org.jboss.seam.exception.control.extension.CatchExtension")
> + at 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

       



More information about the seam-issues mailing list