In Seam 1.2.1.GA if you mark a component @Name and implements Filter then it automatically
gets installed through the SeamFilter (RTM). In later Seam this changed so that you must
mark your filter @Filter for it to be installed as a SeamFilter. In short, if you want to
install it through web.xml, don't use the @Name annotation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076317#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...