Author: hansbak
Date: Tue May 5 04:27:33 2009
New Revision: 771554
URL:
http://svn.apache.org/viewvc?rev=771554&view=revLog:
inserted a log message that the requested theme could not be found and that the system reverts back to the old ofbiz theme
Modified:
ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml
Modified: ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml?rev=771554&r1=771553&r2=771554&view=diff==============================================================================
--- ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml (original)
+++ ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml Tue May 5 04:27:33 2009
@@ -209,6 +209,7 @@
</entity-condition>
<if-empty field="resourceList">
<!-- if not found use the good old initial ofbiz theme so the system will at least start up and will be usable -->
+ <log level="error" message="Could not find the '${visualThemeId}' theme, reverting back to the good old OFBiz theme..."></log>
<entity-condition list="resourceList" entity-name="VisualThemeResource" use-cache="true">
<condition-expr field-name="visualThemeId" value="FLAT_GREY"/>
<order-by field-name="resourceTypeEnumId"/>