1 Reply Latest reply on Oct 6, 2006 7:43 AM by poyge394

    Jboss Interceptor Configuration

    poyge394

      Hello
      I have done my one intercetor and whant to put it in the interceptor stack, i try to use container-configuration extends.
      But i dont think i anderstand how extends works
      her is my container-configuration:



       <container-configurations>
       <container-configuration extends="Standard Stateless SessionBean">
       <container-name>Sniffer Stateless SessionBean</container-name>
       <container-interceptors> <interceptor>crimeportal.interceptors.sniffer.ServerInterceptorSniffer</interceptor>
       </container-interceptors>
       </container-configuration>
       </container-configurations>
      


      i whant in some how put on my ServerInterceptorSniffer in the stack and extends the Standard Stateless SessionBean in standardjboss.xml

      regards




        • 1. Re: Jboss Interceptor Configuration
          poyge394

           

          "poyge394" wrote:
          Hello
          I have done my one intercetor and whant to put it in the interceptor stack, i try to use container-configuration extends.
          But i dont think i understand how extends works
          her is my container-configuration:



           <container-configurations>
           <container-configuration extends="Standard Stateless SessionBean">
           <container-name>Sniffer Stateless SessionBean</container-name>
           <container-interceptors>
           <interceptor>crimeportal.interceptors.sniffer.ServerInterceptorSniffer</interceptor>
          
           </container-interceptors>
           </container-configuration>
           </container-configurations>
          


          i whant in some how put on my ServerInterceptorSniffer in the stack and extends the Standard Stateless SessionBean in standardjboss.xml

          regards