-->
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.  [ 1 post ] 
Author Message
 Post subject: Could not perform validation checks for component as the...
PostPosted: Wed Mar 10, 2010 10:58 am 
Regular
Regular

Joined: Wed Mar 10, 2010 4:48 am
Posts: 106
Problem solved:

I get a lot of warnings like this:
Code:
WARN - (HbmBinder.java:419) - Could not perform validation checks for component as the class data.CLASS was not found

I have al my mapping (hbm.xml) files in package 'mapping' and my java classes are in a package 'data'.

The warnings are caused by my <composite_id> which are build like this:
Code:
<composite-id name="composite" class="data.CLASS">
   <key-many-to-one name="FK1" class="data.CLASS1" column="COL1" />
   <key-many-to-one name="FK2" class="data.CLASS2" column="COL2" />
</composite-id>

The warning is caused by the class in <composite_id>.

I think the value of class is good and it works, but why do I get this warning?

In case anyone else gets this error:
I removed all my hibernate imported files and downloaded them again. After this the error was gone, so it was probable caused by wrong versions.


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

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.