diff --git a/component/common/src/main/resources/conf/configuration.xml b/component/common/src/main/resources/conf/configuration.xml
index 924ff7356d..20b21c4a46 100644
--- a/component/common/src/main/resources/conf/configuration.xml
+++ b/component/common/src/main/resources/conf/configuration.xml
@@ -78,6 +78,17 @@
+
+ SettingsChangeLogsPlugin
+ addChangeLogsPlugin
+ org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
+
+
+ changelogs
+ Change logs of settings
+ db/changelog/settings.db.changelog-1.0.0.xml
+
+
+
-
diff --git a/component/identity/src/main/resources/conf/configuration.xml b/component/identity/src/main/resources/conf/configuration.xml
new file mode 100644
index 0000000000..791b0607ec
--- /dev/null
+++ b/component/identity/src/main/resources/conf/configuration.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ org.exoplatform.commons.api.persistence.DataInitializer
+
+ IDMChangeLogsPlugin
+ addChangeLogsPlugin
+ org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
+
+
+ changelogs
+ Change logs of idm queue
+ db/changelog/idm.queue.db.changelog-1.0.0.xml
+
+
+
+
+ IDMChangeLogsPlugin
+ addChangeLogsPlugin
+ org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
+
+
+ datasource
+ Change logs of IDM database
+ ${exo.idm.datasource.name:java:/comp/env/exo-idm_portal}
+
+
+ changelogs
+ Change logs of IDM database
+ db/changelog/idm.db.changelog-1.0.0.xml
+
+
+
+
+
diff --git a/component/portal/src/main/resources/conf/configuration.xml b/component/portal/src/main/resources/conf/configuration.xml
new file mode 100644
index 0000000000..a60d4dd1a8
--- /dev/null
+++ b/component/portal/src/main/resources/conf/configuration.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ org.exoplatform.commons.api.persistence.DataInitializer
+
+ PortalRDBMSChangeLogsPlugin
+ addChangeLogsPlugin
+ org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
+
+
+ changelogs
+ Change logs of Portal RDBMS
+ db/changelog/portal-rdbms.db.changelog-1.0.0.xml
+
+
+
+
+
diff --git a/component/web/security/src/main/resources/conf/configuration.xml b/component/web/security/src/main/resources/conf/configuration.xml
index cc701cebc5..80e2e14351 100644
--- a/component/web/security/src/main/resources/conf/configuration.xml
+++ b/component/web/security/src/main/resources/conf/configuration.xml
@@ -1,7 +1,29 @@
+
+
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
+ xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
@@ -9,4 +31,19 @@
org.exoplatform.web.security.security.SecureRandomService
+
+ org.exoplatform.commons.api.persistence.DataInitializer
+
+ PortalRDBMSChangeLogsPlugin
+ addChangeLogsPlugin
+ org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
+
+
+ changelogs
+ Change logs of Portal RDBMS
+ db/changelog/gatein-token.db.changelog-1.0.0.xml
+
+
+
+
diff --git a/web/portal/src/main/webapp/WEB-INF/conf/jdbc/configuration.xml b/web/portal/src/main/webapp/WEB-INF/conf/jdbc/configuration.xml
index 9341b112b3..c2dc6672e7 100644
--- a/web/portal/src/main/webapp/WEB-INF/conf/jdbc/configuration.xml
+++ b/web/portal/src/main/webapp/WEB-INF/conf/jdbc/configuration.xml
@@ -149,74 +149,6 @@
org.exoplatform.portal.mop.service.DescriptionService
org.exoplatform.portal.mop.service.DescriptionServiceImpl
-
- org.exoplatform.commons.api.persistence.DataInitializer
-
- PortalRDBMSChangeLogsPlugin
- addChangeLogsPlugin
- org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
-
-
- changelogs
- Change logs of Portal RDBMS
- db/changelog/portal-rdbms.db.changelog-1.0.0.xml
-
-
-
-
- IDMQueueChangeLogsPlugin
- addChangeLogsPlugin
- org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
-
-
- changelogs
- Change logs of idm queue
- db/changelog/idm.queue.db.changelog-1.0.0.xml
-
-
-
-
- IDMChangeLogsPlugin
- addChangeLogsPlugin
- org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
-
-
- datasource
- Change logs of IDM database
- ${exo.idm.datasource.name:java:/comp/env/exo-idm_portal}
-
-
- changelogs
- Change logs of idm queue
- db/changelog/idm.db.changelog-1.0.0.xml
-
-
-
-
- PortalRDBMSChangeLogsPlugin
- addChangeLogsPlugin
- org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
-
-
- changelogs
- Change logs of Portal RDBMS
- db/changelog/gatein-token.db.changelog-1.0.0.xml
-
-
-
-
- SettingsChangeLogsPlugin
- addChangeLogsPlugin
- org.exoplatform.commons.persistence.impl.ChangeLogsPlugin
-
-
- changelogs
- Change logs of settings
- db/changelog/settings.db.changelog-1.0.0.xml
-
-
-
-
org.exoplatform.services.listener.ListenerService