Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: 3.1.0.Beta3
-
Fix Version/s: 3.1.0.Beta4
-
Labels:None
-
Environment:JBoss AS 7.0.2.Final
Seam 3.1.0.Beta3
-
Steps to Reproduce:
-
Affects:Interactive Demo/Tutorial, Compatibility/Configuration
Description
Security rules is broken. If you deploy the Seam Security Authorization example and do a login. You will see the following error without any exception:
10:55:11,144 ERROR [org.jboss.weld.Bean] (http-192.168.0.199-192.168.0.199-8080-1) WELD-000019 Error destroying an instance Managed Bean [class org.jboss.seam.security.permission.SecurityRuleProducer] with qualifiers [@Any @Default] of org.jboss.seam.security.permission.SecurityRuleProducer@350510c7
The consequence is that no security rules (Restrictions) are being invoked after this error occurs.
Gliffy Diagrams
Issue Links
- is related to
-
SEAMFACES-215
Regression with ViewConfig where Security Rules are not respected anymore
-
- Resolved
-
I got the example working with the latest snapshot of Seam Faces (it doesn't work with Seam Faces 3.1.0.Beta3).