1 Reply Latest reply on Nov 4, 2010 12:26 PM by jaikiran

    Custom AOP domain for SLSB

    rododendro.ivan

      Hi,

      I would like to control more finely the thread pool size for some of SLSBs in my project, I think I could do this by declaring a new AOP domain in ejb-interceptors-aop.xml ( see http://docs.jboss.org/ejb3/docs/reference/build/reference/en/html/session-bean-config.html).

      1. Is there any way in JBAS 4.2.2 to change the aop domain of a SLSB ? the example above is for 5.x
      2. Is there any other way to achieve the same goal, working on JBAS 4.2.2?

       

      Thanks

      I

        • 1. Re: Custom AOP domain for SLSB
          jaikiran

          Ivan Rododendro wrote:

           


          1. Is there any way in JBAS 4.2.2 to change the aop domain of a SLSB ? the example above is for 5.x

          That example is infact for JBoss AS 4.x and not JBoss AS 5.

           

          P.S: Surprisingly that doc uses a jboss 5.0 xsd (which I'm not sure whether the xsd is available in 4.2.x). Give it a try and see what happens.