]
Hardy Ferentschik resolved HV-542.
----------------------------------
Resolution: Cannot Reproduce
HibernateTraversableResolver does not correctly determine if an lazy
property is initialized.
---------------------------------------------------------------------------------------------
Key: HV-542
URL:
https://hibernate.onjira.com/browse/HV-542
Project: Hibernate Validator
Issue Type: Bug
Components: engine
Affects Versions: 4.1.0.Final
Environment: HV4.1F, HC3.6.7F, JPA2
Reporter: Tim Heys
HibernateTraversableResolver is returning true in "isReachable" for lazy loaded
properties that are not initliazed.
Line 115:
{code}
Hibernate.isPropertyInitialized( traversableObject, traversableProperty.getName() );
{code}
only checks "traversableObject" is a Direct reference to the Entity and not a
proxy, and _Hibernate.isPropertyInitialized_ is only checking if it is an instance of
HibernateProxy or "instrumented" to determine if it is initialized or not.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: