[jboss-user] [EJB 3.0] - Re: JBoss AS InterceptorRegistry warning

2009-01-15 Thread jsb
I'd like to know more about this as well. If a bean developer may safely ignore this warning, why am I being warned at all? More immediately, when we run our load tests, we end up with gigs of log file filled with warnings. We work around this by moving the logging level from WARN to ERROR or

[jboss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2008-03-20 Thread jsb
I just ran into this using JBoss AS 4.0.5 with included JBossWS, and my servlet name DOES end with Servlet... turns out my web xml formatting was causing the endsWith("Servlet") to see more than the name string. Changing: |MyServlet | | com.example.MyServlet | |

[jboss-user] [EJB 3.0] - Re: Limit number of concurrent MDBs and number of retries?

2006-09-27 Thread jsb
Came across this old topic looking for the answer to the same question... The ActivationConfigProperty that works for me with EJB3rc8 is: @ActivationConfigProperty(propertyName = "DLQMaxTimesRedelivered", propertyValue = "0") View the original post : http://www.jboss.com/index.html?module=bb&op