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 20:49:28 -0700

Ed Burns wrote:
>>>>>> On Thu, 22 Oct 2009 16:03:52 -0700, Vivek Pandey <Vivek.Pandey_at_Sun.COM> said:
>>>>>>
>
> VP> Every time I deploy or undeploy a Ruby application it prints this message:
> VP> Oct 22, 2009 4:00:33 PM org.hibernate.validation.util.Version <clinit>
> VP> INFO: Hibernate Validator null
> VP> Oct 22, 2009 4:00:33 PM
> VP> org.hibernate.validation.engine.resolver.DefaultTraversableResolver
> VP> detectJPA
> VP> INFO: Instantiated an instance of
> VP> org.hibernate.validation.engine.resolver.JPATraversableResolver.
>
> That's a new one on me.
>
> VP> What has Hibernate/JPA got to do with deploy/un-deploy?
>
> I would suspect that it's container code. Before assuming this is a
> bean validator bug, which it doesn't smell like it is, can the person
> who's code is calling bean-validator during deploy/undeploy investigate
> this?
>
>
JRuby container does not deal with BV an any way. It must be something
before it. Also, note that its not just deploy/undeploy even for other
asadmin command such as create-jvm-options its happening. I guess its
somewhere in some critical path at much lower level than container code.

-vivek.
> Thanks,
>
> Ed
>
>