Versions Compared

Key

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

...

to core/src/main/resources/provisioning.properties.

Add 

Code Block
entity.factory=org.apache.syncope.core.persistence.jpa.entity.JPAEntityFactory
plainSchema.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainSchemaDAO
plainAttr.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainAttrDAO
plainAttrValue.dao=org.apache.syncope.core.persistence.jpa.dao.JPAPlainAttrValueDAO
user.dao=org.apache.syncope.core.persistence.jpa.dao.JPAUserDAO
group.dao=org.apache.syncope.core.persistence.jpa.dao.JPAGroupDAO
anyObject.dao=org.apache.syncope.core.persistence.jpa.dao.JPAAnyObjectDAO
conf.dao=org.apache.syncope.core.persistence.jpa.dao.JPAConfDAO

to core/src/main/resources/persistence.properties.

Replace the following files with their 2.1.3 counterparts (if found, re-apply any customization previously made; otherwise, skip):

...