Project:
View Revisions: Issue #36865 | [ Back to Issue ] | ||
Summary | 0036865: false DB modified positive detected after compile.complete having the activiti module | ||
Revision | 2017-09-26 19:35 by caristu | ||
Steps To Reproduce | 1. Add the activity[1] module into the modules folder. This module contains an exclude filter and a modulescript that creates some db tables. 2. Execute install.source task. 3. Set core in development: UPDATE ad_module SET isindevelopment='Y' WHERE ad_module_id ='0'; 4. Execute compile.complete 5. Execute update.database [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Openbravo-Activiti [^] |
||
Revision | 2017-09-26 19:35 by caristu | ||
Description | A false DB modified positive detected after compile.complete having the activiti module: [java] 28219 ERROR - Database has local changes. Update.database will not be done. You should export your changed modules before doing update.database, so that your Application Dictionary changes are preserved. [java] Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:161) [java] at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86) [java] at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57) [java] Exception in thread "main" Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:294) [java] at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86) [java] at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57) [java] Caused by: Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:161) [java] ... 2 more |
||
Revision | 2017-09-18 14:07 by caristu | ||
Description | A false DB modified positive detected after compile.complete having a module that includes an exclude filter: [java] 28219 ERROR - Database has local changes. Update.database will not be done. You should export your changed modules before doing update.database, so that your Application Dictionary changes are preserved. [java] Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:161) [java] at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86) [java] at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57) [java] Exception in thread "main" Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:294) [java] at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86) [java] at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57) [java] Caused by: Database has local changes. Update.database not done. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:161) [java] ... 2 more |
||
Revision | 2017-09-18 14:07 by caristu | ||
Steps To Reproduce | 1. Add the activity[1] module into the modules folder. This module contains an exclude filter. 2. Execute install.source task. 3. Set core in development: UPDATE ad_module SET isindevelopment='Y' WHERE ad_module_id ='0'; 4. Execute compile.complete 5. Execute update.database [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Openbravo-Activiti [^] |
||
Revision | 2017-09-18 13:44 by inigosanchez | ||
Steps To Reproduce | 1. Install the activity[1] module which contains an exclude filter. 2. Execute install.source task. 3. Set core in development: UPDATE ad_module SET isindevelopment='Y' WHERE ad_module_id ='0'; 4. Execute compile.complete 5. Execute update.database [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Openbravo-Activiti [^] |
||
Revision | 2017-09-18 10:40 by caristu | ||
Steps To Reproduce | 1. After a fresh install (install.source). Install the activity[1] module which contains an exclude filter. 2. Set core in development: update ad_module set isindevelopment='Y' where ad_module_id ='0'; 3. Execute compile.complete 4. Execute update.database [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Openbravo-Activiti [^] |
||
Revision | 2017-09-15 12:35 by caristu | ||
Steps To Reproduce | 1. Install the activity[1] module which contains an exclude filter. 2. Set core in development: update ad_module set isindevelopment='Y' where ad_module_id ='0'; 3. Execute compile.complete 4. Execute update.database [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Openbravo-Activiti [^] |
Copyright © 2000 - 2009 MantisBT Group |