Hi Pinaki. On Tue, Dec 27, 2011 at 1:08 PM, Pinaki Poddar <ppod...@apache.org> wrote:
> "The instance variables of a class must be private, protected, or package > visibility independent of > whether field access or property access is used. When property access is > used, the property accessor > methods must be public or protected." > thank you, that explains it. Changing all fields to private, and adding getters worked, obviously. > JPA 2.0 Section 2.2 > > /respect