-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Warning: Could not perform validation checks
PostPosted: Wed Jul 20, 2005 1:18 pm 
Newbie

Joined: Wed May 12, 2004 5:09 pm
Posts: 17
Location: Los Angeles
Hello,

I'm trying to reverse enginner a table with a composite id and run a simple query with our shiny new hibernate tools 3.0 alpha 4.
So I used hbm2java on one of my tables called permissions and it generated three files:

Permissions.hbm.xml Permissions.java PermissionsId.java

So far so good. Now I'm trying to run a simple query, so first I pass Permissions.class to Configuration.addClass and get this:

WARN HbmBinder:422 - Could not perform validation checks for component as the class PermissionsId was not found

I tried passing PermissionsId first, but then it says "PermissionsId.hbm.xml not found".

Afterwards it runs my query just fine, but the question is, how do I get rid of this validation checks warning?

Thanks--

Egor


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 21, 2005 2:54 am 
Pro
Pro

Joined: Mon Jan 24, 2005 5:39 am
Posts: 216
Location: Germany
I had a similar problem and looked up the HbmBinder class
in hibernate3.jar. The method bindCompositeId logs wrong error
messages in 3.0.5. The problem is already solved in the latest
cvs version.

Perhaps this helps?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 21, 2005 5:07 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
is PermissionsId.class not there ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Re: Warning: Could not perform validation checks
PostPosted: Thu Jun 11, 2009 5:47 pm 
Newbie

Joined: Mon Dec 15, 2008 1:31 pm
Posts: 4
Unfortunately , this is still happening


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.