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

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Aug 7 15:50:49 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed JBSEAM-1485.
-----------------------------

    Resolution: Done
      Assignee: Pete Muir  (was: Norman Richards)


Done, you can enumerate which interceptors to enable (overrides default stack) using:

<core:init>
   <core:interceptors>
      <value>org.jboss.seam.core.BijectionInterceptor</value>
...

> Configure Default Interceptors
> ------------------------------
>
>                 Key: JBSEAM-1485
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-1485
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>         Environment: Linux with only Tomcat, not JBoss
>            Reporter: Bruno E. Grossi
>            Assignee: Pete Muir
>             Fix For: 2.1.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: 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