Description
There are embedded xml and properties files that have not been updated to the new features and bug fixes of Apache Syncope.
For example, in the OrmXML.java file the
<entity class="org.apache.syncope.core.persistence.beans.SecurityQuestion">
<attributes>
<id name="id">
<generated-value generator="SEQ_SecurityQuestion" strategy="TABLE"/>
<table-generator name="SEQ_SecurityQuestion" pk-column-value="SEQ_SecurityQuestion" initial-value="100"/>
</id>
</attributes>
</entity>
is missing. Take a look at https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blob;f=core/src/main/resources/META-INF/orm.xml;h=3dad2b5a26fa9b12af39461a89a7d21cda11fdb4;hb=HEAD