Tuesday, 15 July 2014

jboss7.x - EJB 3.1 - Set stateful timeout for all beans -


OK FAQ, how do I set deadlines for all EJB 3.1 statefool beans in Zebaus AS7?

I have tried different combinations in ejb-jar.xml such as:

   
  Reason by: java.lang.IllegalArgumentException: JBAS011084: Component classname is zero  

I know that I can also set up in access-timeout standalone.xml

I also know that I will be using @StatefulTimeout < / Code>, but I'm looking for a global default, it's astonishing that I can not see this document anywhere


No comments:

Post a Comment