I take it you mean you put the debug information in your register() method in RegisterAction? If the model update phase fails the invoke application phase won't occur (which is when the register() method would be called). Try setting a breakpoint on one of the setter methods of the entity and see if it gets called.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960311#3960311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960311 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
