details:   /erp/stable/2.50/rev/e644faec3349
changeset: 9113:e644faec3349
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Dec 22 18:06:18 2010 +0100
summary:   fixed bug 15514: Error message should be warning when package a 
module

diffstat:

 src/org/openbravo/service/system/ModuleValidator.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d9908a9ff39a -r e644faec3349 
src/org/openbravo/service/system/ModuleValidator.java
--- a/src/org/openbravo/service/system/ModuleValidator.java     Tue Dec 28 
13:23:49 2010 +0100
+++ b/src/org/openbravo/service/system/ModuleValidator.java     Wed Dec 22 
18:06:18 2010 +0100
@@ -241,7 +241,7 @@
       if (dependentModule.isIncluded()) {
         // for inclusions check the dependency matches exactly with the 
defined one
         if (!depActualVersion.equals(depDefinedVersion)) {
-          result.addError(SystemValidationType.MODULE_ERROR, module.getName()
+          result.addWarning(SystemValidationType.MODULE_ERROR, module.getName()
               + " defines inclussion of module " + 
dependentModule.getDependentModule().getName()
               + " in version " + depDefinedVersion + ", but actual version in 
DB is "
               + depActualVersion + ". They must exactly match.");

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to