Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1396

metadata-complete in the orm file does not override @Transition annotation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-M3
    • 2.0.0-beta
    • jpa
    • None

    Description

      In the orm.xml:

      <embeddable class="embeddable.Address" metadata-complete="true"/

      where embeddable.Address is defined as:

      @Embeddable
      public class Address {
      @Transient
      protected String street;

      protected String city;

      protected String state;
      ...
      }

      According to the spec (12.2.5.1): "If the metadata-complete attribute of the embeddable element is specified as true, any annotations on the embeddable class (and its fields and properties) are ignored. When metadata-complete is specified as true and attributes and sub-elements of the embeddable element are omitted, the default values for those attributes and elements are applied.". However, the value of the street field in the Address class is not persistent.

      Attachments

        Activity

          People

            faywang Fay Wang
            faywang Fay Wang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: