On 27 Jan 2013, at 3:10 PM, Sanne Grinovero <sanne(a)hibernate.org> wrote:
I would not avoid static loggers, there are better solutions like
making sure the "shared library" is loaded in the right classloader
(of the container).
ok
AFAIK JBoss Modules do the right thing and BVal would be loaded in
its
own module, making it reusable without drawbacks.
is that so? So multiple deployed apps can use HV and configure each Validator related
log levels? How does JBoss Modules do it?
--Hardy