Hi all, Just a quick reminder about the safe mode operation in Openbravo. This is a new mode, which we are activating by default on Openbravo instances starting MP14. Under this mode, if the last build done in Openbravo didn't go well or wasn't a full build (including deploy), you will get a warning when you log in the instance, and you will only be able to log as System Administrator, until you do a build that is successful.
This mode is intended for production instances, where it is very important for the user to notice that the last build he did (for example, when installing a module or updating Openbravo) didn't go well. However, it's probably not convenient for development instances, in which developers usually execute tasks such as compile -Dtab=xx, or compile.development -Dtab=sometab. So, developers have two main choices: - You can disable the safe.mode property in Openbravo.properties. This way, you will not get the warning message at login time, independent of the way you compiled. - You can enable this property, and use either: ant smartbuild or ant compile.complete.deploy to build Openbravo. This way, you will not get the warning message either. Regards, Antonio. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
