[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-399) Class validator should not chack Transient fields and methods

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Aug 25 18:17:24 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-399?page=all ]
     
Emmanuel Bernard resolved ANN-399:
----------------------------------

    Fix Version: 3.2.0
     Resolution: Fixed
      Assign To: Emmanuel Bernard

I only warn if the associated property has a validator and is unbound

> Class validator should not chack Transient fields and methods
> -------------------------------------------------------------
>
>          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