Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution:
Out of Date
-
Affects Version/s: 3.1.0.Beta3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:windows, as7.0.2
Description
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
-@Requires("org.jboss.seam.security.extension.SecurityExtension")
+@Requires("org.jboss.seam.security.SecurityExtension")
public class SecurityPhaseListener { ...
and
in org.jboss.seam.faces.exception.CatchExceptionHandler.java
-@Requires("org.jboss.seam.exception.control.extension.CatchExtension")
+@Requires("org.jboss.solder.exception.control.extension.CatchExtension")
public class CatchExceptionHandler extends ExceptionHandlerWrapper {
Gliffy Diagrams
Issue Links
- is duplicated by
-
SEAMFACES-215
Regression with ViewConfig where Security Rules are not respected anymore
-
- Resolved
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
This has already been fixed upstream