dev@glassfish.java.net

Re: Hibernate/JPA related message during deploy/undeploy of Ruby apps

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Thu, 22 Oct 2009 16:47:29 -0700

Yeah, after I sent the message I learned, its BeanValidator. Its not
only deploy/undeploy, I see it for other asadmin command (ones updating
the domain.xml) as well, for example, 'asadmin create-jvm-options ..."
will result in to these messages. I dont see why we should have
ValidatorFactory initialization for all such cases.

-vivek.

Mitesh Meswani wrote:
> This is coming from Bean Validation impl.. Some code (not JPA) is
> initializing a ValidatorFactory and BV impl prints the message.
>
> Vivek Pandey wrote:
>> Every time I deploy or undeploy a Ruby application it prints this
>> message:
>>
>> Oct 22, 2009 4:00:33 PM org.hibernate.validation.util.Version <clinit>
>> INFO: Hibernate Validator null
>> Oct 22, 2009 4:00:33 PM
>> org.hibernate.validation.engine.resolver.DefaultTraversableResolver
>> detectJPA
>> INFO: Instantiated an instance of
>> org.hibernate.validation.engine.resolver.JPATraversableResolver.
>>
>> What has Hibernate/JPA got to do with deploy/un-deploy?
>>
>> -vivek.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>