[jboss-user] [JBoss Seam] - Re: Problem removing

pete.muir@jboss.org do-not-reply at jboss.com
Tue Aug 21 10:03:05 EDT 2007


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#4076317

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



More information about the jboss-user mailing list