[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1485) Configure Default Interceptors

Gavin King (JIRA) jira-events at lists.jboss.org
Sun Jun 24 03:00:31 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1485?page=all ]

Gavin King updated JBSEAM-1485:
-------------------------------

    Fix Version/s: 1.3.0.BETA2
         Assignee: Gavin King

Well, RollbackInterceptor is *always* needed. ManagedEntityIdentityInterceptor is needed for any system which uses seam-managed persistence contexts. TransactionInterceptor is only installed when an @Transactional annotation is discovered.

So I guess this issue is really about being able to better detact when ManagedEntityIdentityInterceptor is needed. In principle its definitely possible to automatically know whether there are any Seam-managed PCs installed. So we can implement that.




> Configure Default Interceptors
> ------------------------------
>
>                 Key: JBSEAM-1485
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1485
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: Linux with only Tomcat, not JBoss
>            Reporter: Bruno E. Grossi
>         Assigned To: Gavin King
>             Fix For: 1.3.0.BETA2
>
>
> Create an configuration option to disable some default interceptors that there are never used, improving the application's performance. On some systems there are no necessity of some interceptors, for example, the transactional ones (RollbackInterceptor, TransactionInterceptor and ManagedEntityIdentityInterceptor) that degrade performance.

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