Notes |
|
|
Problem introduced by 0017741
When activating/deactivating the instance, the preference for showing/hiding production fields is changed.
The problem is this preference is distributed as part of core and not as instance data, so if core is not in development or there is not an active template an error is raised.
Here is the log:
20f4cad7 2011-07-05 06:25:49,849 [ajp-8009-2] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-20000: @20532@
ORA-06512: at "INT_FULL_ORACLE.AD_PREFERENCE_MOD_TRG", line 78
ORA-04088: error during execution of trigger 'INT_FULL_ORACLE.AD_PREFERENCE_MOD_TRG'
20f4cad7 2011-07-05 06:25:49,851 [ajp-8009-2] ERROR org.openbravo.erpCommon.ad_forms.InstanceManagement - Error Activating instance
org.hibernate.QueryTimeoutException: could not execute update query |
|
|
(0038757)
|
hgbot
|
2011-07-05 09:18
|
|
Repository: erp/devel/pi
Changeset: 325becdccad4b67778655f3d07b9f09b779c17e5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jul 05 09:18:16 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/325becdccad4b67778655f3d07b9f09b779c17e5 [^]
fixed bug 17879: Error while activating the instance
Removed preference defined in core for hidding/showing production fields.
This preference is now set as part of instance configuration.
---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
---
|
|
|
|
|