[jboss-user] [JBoss Seam] - Re: Exception handling with @HttpError not working
susnet
do-not-reply at jboss.com
Tue May 15 17:54:08 EDT 2007
In web.xml I also have:
| <filter>
| <filter-name>Seam Filter</filter-name>
| <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
|
When I deploy my app i can read in the log:
INFO [Lifecycle] starting up: org.jboss.seam.servlet.exceptionFilter
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045965#4045965
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045965
More information about the jboss-user
mailing list