Change By: Brett Meyer (17/Oct/12 2:40 PM)
Description: Test case: o.h.test.annotations.embedded. EmbeddedTest's use of  Address  & Country.

Address
 has annotated fields, but BasicPropertyAccessor  is  being used.  It should be  a FIELD access type and is expected to use  DirectPropertyAccessor.

So far,
  However since Country is annotated with  @ Embeddable classes are the only time I've seen this happen AccessType("property") ,  so currently assuming the issue is limited to that  Address uses PROPERTY access (BasicPropertyAccessor) .
Summary: Entity's access type is overriden if an attribute's class has @ Embeddable attributes using incorrect PropertyAccessor AccessType
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira