No, that exception is coming from Hibernate, not from the validation performed by
@IfInvalid. You are probably missing an @Valid annotation, or something like that.
BTW, @IfInvalid/@Valid are semi-deprecated, and are no longer used in the examples. I
strongly recommend migrating to s:validateAll
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958899#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...