[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1902) Cannot use Seam EntitySecurityListener and MDBs
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Sun Sep 21 19:13:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Bryzak closed JBSEAM-1902.
--------------------------------
Resolution: Won't Fix
Closing this issue.
> Cannot use Seam EntitySecurityListener and MDBs
> -----------------------------------------------
>
> Key: JBSEAM-1902
> URL: https://jira.jboss.org/jira/browse/JBSEAM-1902
> Project: Seam
> Issue Type: Bug
> Components: Security
> Affects Versions: 2.0.0.BETA1
> Reporter: Mike Pettypiece
> Assignee: Shane Bryzak
> Fix For: The future
>
> Attachments: Identity.patch
>
>
> After turning on Seam's EntitySecurityListener, the follow exception occurs when working with a @Restrict-annotated entity from a MDB.
> java.lang.IllegalStateException: No active session context
> at org.jboss.seam.security.Identity.instance(Identity.java:157)
> at org.jboss.seam.security.EntitySecurityListener.postLoad(EntitySecurityListener.java:26)
> ...
>
> There obviously isn't a session context in this case.
> Seam probably shouldn't check security permissions when there is no active session context. As well it would be useful to be able to programatically turn off security on a per-Identity basis. Please see the referenced Forum link for more details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list