Replace the org.jboss.invocation.InvokerInterceptor in the invoker
| <invoker-proxy-binding> | <name>clustered-stateless-rmi-invoker</name> | <invoker-mbean>jboss:service=invoker,type=jrmpha</invoker-mbean> | <proxy-factory>org.jboss.proxy.ejb.ProxyFactoryHA</proxy-factory> | <proxy-factory-config> | <client-interceptors> | <home> | <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor> | <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor> | <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor> | <interceptor>org.jboss.proxy.ejb.SingleRetryInterceptor</interceptor> | <interceptor call-by-value="false">com.acme.NoOptimizationInvokerInterceptor</interceptor> | </home> | <bean> | <interceptor>org.jboss.proxy.ejb.StatelessSessionInterceptor</interceptor> | <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor> | <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor> | <interceptor>org.jboss.proxy.ejb.SingleRetryInterceptor</interceptor> | <interceptor call-by-value="false">com.acme.NoOptimizationInvokerInterceptor</interceptor> | </bean> | </client-interceptors> | </proxy-factory-config> | </invoker-proxy-binding> | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933763#3933763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933763 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
