Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • 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 Replace the following lines to this filesfiles with their 1.2.3 counterparts:

SYNCOPE-649

Add the following lines 

Code Block
languagejava
  <entity class="org.apache.syncope.core.persistence.beans.role.RAttrTemplate"><jaxrs:resourceComparator>
    <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 <bean id="queryResourceInfoComparator" class="org.apache.syncope.core.persistencerest.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>utils.QueryResourceInfoComparator"/>
</jaxrs:resourceComparator>

to <jaxrs:server>.