[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1016) Change visibility of some methods in ExceptionFilter

Leszek Kowalski (JIRA) jira-events at lists.jboss.org
Wed Mar 21 07:56:48 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1016?page=comments#action_12356840 ] 
            
Leszek Kowalski commented on JBSEAM-1016:
-----------------------------------------

Personally, I need it to implement two features:
 - to store exception in conversation scoped component, so I can access it during rendering error page
 - to disable transaction rollback (unfortunately I have to use spring managed transactions which are not supported by seam).

> Change visibility of some methods in ExceptionFilter
> ----------------------------------------------------
>
>                 Key: JBSEAM-1016
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1016
>             Project: JBoss Seam
>          Issue Type: Feature Request
>         Environment: Seam 1.2.0Patch1
>            Reporter: Leszek Kowalski
>
> It would be really nice if visibility of methods endWebRequestAfterException and rollbackTransactionIfNecessary could be changed from private to protected, so ExceptionFilter could be subclassed easily (for example to add some custom code if an exception occurs).

-- 
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