[
http://jira.jboss.com/jira/browse/JBSEAM-1018?page=all ]
Gavin King closed JBSEAM-1018.
------------------------------
Fix Version/s: 1.2.1.GA
Resolution: Done
Assignee: Gavin King (was: Shane Bryzak)
I fixed the exception handling, so that these exceptions no longer get wrapped. that was a
bug.
Allow security checks in component lifecycle methds
---------------------------------------------------
Key: JBSEAM-1018
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1018
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Christian Bauer
Assigned To: Gavin King
Priority: Minor
Fix For: 1.2.1.GA
The Component.java.callComponentMethod() is used for lifecycle method calling, such as
@Create methods. It also wraps all exceptions thrown in these methods, or at least casts
them into RuntimeException (even if it already is a RuntimeException). So I can't use
Identity.instance.checkPermission() in a @Create method and have my exception handling
apply to failure. Minimum required: document this.
--
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