Re: [hibernate-dev] Context-based Logging

2010-10-19 Thread John Verhaeg
On Oct 19, 2010, at 11:26 AM, Steve Ebersole wrote: > On Tuesday, October 19, 2010, at 11:07 am, John Verhaeg wrote: >> I'm currently going through the codebase trying to convert our use of slf4j >> for logging to jboss-logging. In doing so, I've noticed that all of the >> current loggers are na

Re: [hibernate-dev] Context-based Logging

2010-10-19 Thread Steve Ebersole
On Tuesday, October 19, 2010, at 11:07 am, John Verhaeg wrote: > I'm currently going through the codebase trying to convert our use of slf4j > for logging to jboss-logging. In doing so, I've noticed that all of the > current loggers are named using the package-qualified name of the > enclosing cla

[hibernate-dev] Context-based Logging

2010-10-19 Thread John Verhaeg
I'm currently going through the codebase trying to convert our use of slf4j for logging to jboss-logging. In doing so, I've noticed that all of the current loggers are named using the package-qualified name of the enclosing class that define them. JBoss-logging offers a similar concept in that

Re: [hibernate-dev] On possible extensions for the validator

2010-10-19 Thread Federico Mancini
Den 19.10.2010 10:06, skrev Emmanuel Bernard: > Cross validation marker annotations like @ExactlyOneNull are not really > actual constraints (ie annotated with @Constraint) because somehow they must > carry two logic: > - the property checking logic > - the "aggregation" logic > Besides the

Re: [hibernate-dev] On possible extensions for the validator

2010-10-19 Thread Emmanuel Bernard
Cross validation marker annotations like @ExactlyOneNull are not really actual constraints (ie annotated with @Constraint) because somehow they must carry two logic: - the property checking logic - the "aggregation" logic Besides these markers should be ignored by the rest of the Bean Validatio