I just commented out the debug line in the source code, and everything is working
perfecly, im not sure what to do from here, except use my custom built seam. (I don't
really understand how the injection actually works)
| protected <T> ClassValidator<T> getValidator(Class<T> modelClass)
| {
| return Model.forClass(modelClass).getValidator();
| }
|
| protected void debug(Object object, Object... params)
| {
| //log.debug(object, params);
| }
|
| protected void debug(Object object, Throwable t, Object... params)
| {
| log.debug(object, t, params);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037871#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...