This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: ManagedEntityInterceptormarx3 Feb 19, 2009 11:17 AM (in response to marx3)Is it proper way to do that? <core:init debug="true" jndi-pattern="@jndiPattern@" > <core:interceptors> <value>org.jboss.seam.core.SynchronizationInterceptor</value> <value>org.jboss.seam.async.AsynchronousInterceptor</value> <value>org.jboss.seam.ejb.RemoveInterceptor</value> <value>org.jboss.seam.persistence.HibernateSessionProxyInterceptor</value> <value>org.jboss.seam.persistence.EntityManagerProxyInterceptor</value> <value>org.jboss.seam.core.MethodContextInterceptor</value> <value>org.jboss.seam.core.EventInterceptor</value> <value>org.jboss.seam.core.ConversationalInterceptor</value> <value>org.jboss.seam.bpm.BusinessProcessInterceptor</value> <value>org.jboss.seam.core.ConversationInterceptor</value> <value>org.jboss.seam.core.BijectionInterceptor</value> <value>org.jboss.seam.transaction.RollbackInterceptor</value> <value>org.jboss.seam.transaction.TransactionInterceptor</value> <value>org.jboss.seam.webservice.WSSecurityInterceptor</value> <value>org.jboss.seam.security.SecurityInterceptor</value> <!-- Disable ManagedEntityInterceptor <value>org.jboss.seam.persistence.ManagedEntityInterceptor</value>--> </core:interceptors> </core:init> 
- 
        
- 
        3. Re: ManagedEntityInterceptormarius.oancea Mar 5, 2009 2:52 PM (in response to marx3)Simpler is to say:
 <core:init debug="true" jndi-pattern="@jndiPattern@" distributable="false">
- 
        4. Re: ManagedEntityInterceptorluxspes Mar 5, 2009 7:47 PM (in response to marx3)And AFAIK is now disabled by default (so you do not need to worry about it unless you want to enable it) 
 
     
    