Skip to content

Commit

Permalink
reenable the validation interceptor again
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Dec 10, 2010
1 parent de057a1 commit 348d9dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tasks/src/main/webapp/WEB-INF/beans.xml
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
<!-- <interceptors>-->
<!-- <class>org.jboss.seam.rest.validation.ValidationInterceptor</class>-->
<!-- </interceptors>-->
<interceptors>
<class>org.jboss.seam.rest.validation.ValidationInterceptor</class>
</interceptors>
</beans>

0 comments on commit 348d9dc

Please sign in to comment.