[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1888) Minor issues in Seam security documentation

Mike Pettypiece (JIRA) jira-events at lists.jboss.org
Fri Aug 31 10:15:18 EDT 2007


Minor issues in Seam security documentation
-------------------------------------------

                 Key: JBSEAM-1888
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1888
             Project: JBoss Seam
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.0.BETA1
            Reporter: Mike Pettypiece


Errors found in documentation - latest CVS head:

13.6.5. Securing Entities

- Principal(principalName : name) - documentation describes this as binding the Principal name to name - it actually binds it to the variable principalName

13.7.3. Creating a security rules file
- Due to the upgrade to Drools 4.0.0, to insert facts into working memory the call to RuleBasedIdentity.instance().getSecurityContext().assertObject() should be changed to ((RuleBasedIdentity) RuleBasedIdentity.instance() ).getSecurityContext().insert()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list