| [eclipselink-users] Embeddables and inheritance |
Embeddable classes must adhere to the requirements specified in Section 2.1 for entities with the exception
that embeddable classes are not annotated as Entity.
An entity may inherit from another entity class.
Exception Description: Entity [class ljn.GeneralLedgerAccount] uses [class ljn.GeneralLedgerAccountIdentifier] as embedded id class whose access-type has been determined as [FIELD]. But [class ljn.GeneralLedgerAccountIdentifier] does not define any [FIELD]. It is likely that you have not provided sufficient metadata in your id class [class ljn.GeneralLedgerAccountIdentifier].