details:   /erp/devel/pi/rev/909ab8429709
changeset: 9310:909ab8429709
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Dec 22 18:04:39 2010 +0100
summary:   fixed bug 14724: 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 1f499a50133d -r 909ab8429709 
src/org/openbravo/service/system/ModuleValidator.java
--- a/src/org/openbravo/service/system/ModuleValidator.java     Wed Dec 22 
17:52:22 2010 +0100
+++ b/src/org/openbravo/service/system/ModuleValidator.java     Wed Dec 22 
18:04:39 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.");

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to