Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • change parent/version from 1.2.2 to 1.2.3
  • change properties/syncope.version from 1.2.2 to 1.2.3

Other

SYNCOPE-638

Add the following lines to this files:

 

Code Block
languagejava
  <entity class="org.apache.syncope.core.persistence.beans.role.RAttrTemplate">
    <attributes>
      <id name="id">
        <generated-value generator="SEQ_RAttrTemplate" strategy="TABLE"/>
        <table-generator name="SEQ_RAttrTemplate" pk-column-value="SEQ_RAttrTemplate" initial-value="1000"/>
      </id>
    </attributes>
  </entity>
  <entity class="org.apache.syncope.core.persistence.beans.membership.MAttrTemplate">
    <attributes>
      <id name="id">
        <generated-value generator="SEQ_MAttrTemplate" strategy="TABLE"/>
        <table-generator name="SEQ_MAttrTemplate" pk-column-value="SEQ_MAttrTemplate" initial-value="1000"/>
      </id>
    </attributes>
  </entity>