[jboss-user] [Installation, Configuration & Deployment] - Jboss Interceptor Configuration

poyge394 do-not-reply at jboss.com
Fri Oct 6 07:41:33 EDT 2006


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




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976545#3976545

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976545



More information about the jboss-user mailing list