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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...