[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-399) Class validator should not WARN on unbound properties not involved in validation
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Fri Aug 25 18:17:25 EDT 2006
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-399?page=all ]
Emmanuel Bernard updated ANN-399:
---------------------------------
Summary: Class validator should not WARN on unbound properties not involved in validation (was: Class validator should not chack Transient fields and methods)
> Class validator should not WARN on unbound properties not involved in validation
> --------------------------------------------------------------------------------
>
> Key: ANN-399
> URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-399
> Project: Hibernate Annotations
> Type: Improvement
> Components: validator
> Versions: 3.2.0.cr1
> Reporter: Sergey Vladimirov
> Assignee: Emmanuel Bernard
> Priority: Minor
> Fix For: 3.2.0
>
>
> Class validator should not check (and print warnings) about Transient methods and fields:
> 24.07 18:17:02 WARN ClassValidator Original type of property public ru.arptek.arpsite.content.Field ru.arptek.arpsite.content.WebObject.getField(java.lang.String) throws ru.arptek.arpsite.data.DataAccessException is unbound and has been approximated.
> @Transient
> public <T extends Field> T getField(String name) throws DataAccessException
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list