Or is something like this more preferable/simpler to configure?
| <attribute name="InterceptorChainCustomisation">
| <config>
| <!-- interceptors are ordered in the order they appear here -->
| <interceptor class="a.b.c.d" params="" />
|
| <!-- the 'generated' chain based on the rest of the config-->
| <generated-chain />
|
| <!-- params are "key=value, key=value ...", passed in as a String. Up
| to the custom interceptor to parse this. -->
| <interceptor class="a.b.c.f" params="" />
| </config>
| </attribute>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971252#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...