-->
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.  [ 2 posts ] 
Author Message
 Post subject: getting a lot of warnings from the Validator
PostPosted: Thu Jul 20, 2006 5:47 pm 
Beginner
Beginner

Joined: Wed Apr 26, 2006 2:41 pm
Posts: 30
Hibernate version: 3.2.0.CR2

Name and version of the database you are using: Oracle9i

Debug level Hibernate log excerpt:

I am using the Hibernate Validator by calling it manually (to check various business logic specific preconditions) and getting a lot of these messages. I'm wondering if someone can explain what it means. I saw this

http://opensource.atlassian.com/projects/hibernate/browse/ANN-306

but I am not marking much as transient.... Is this saying that it found a property that should be marked transient? It sounds like emmanuel doesnt think this is worthy of the WARN so should I ignore it?

Code:
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.lang.Object java.util.List.get(int) is unbound and has been approximated.
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.util.Iterator java.util.List.iterator() is unbound and has been approximated.
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.lang.Object[] java.util.List.toArray(java.lang.Object[]) is unbound and has been approximated.
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.lang.Object java.util.List.remove(int) is unbound and has been approximated.
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.lang.Object java.util.List.set(int,java.lang.Object) is unbound and has been approximated.
17:28:59,875  WARN ClassValidator:228 - Original type of property public abstract java.util.List java.util.List.subList(int,int) is unbound and has been approximated.
17
[/url]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 24, 2006 5:10 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
you can ignore the ones you have.

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.