Create an RFE for that on sourceforge. You can disable retries by specifiying a org.jboss.ejb.plugins.TxRetryExceptionHandler implementation in the container configuration in either the jboss.xml or standardjboss.xml
| <jboss> | ... | <container-configurations> | | <container-configuration extends="Standard Stateless SessionBean"> | <container-name>Retry</container-name> | <container-interceptors> | <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor> | <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor> | <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor> | <!-- CMT --> | <interceptor transaction="Container">org.jboss.ejb.plugins.TxInterceptorCMT | <retry-handlers> | <handler>org.jboss.test.retry.interfaces.RetryHandler</handler> | </retry-handlers> | </interceptor> | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854638#3854638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854638 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
