svn commit: r1072280 - /ofbiz/trunk/hot-deploy/README.txt

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1072280 - /ofbiz/trunk/hot-deploy/README.txt

buscob
Author: buscob
Date: Sat Feb 19 09:27:55 2011
New Revision: 1072280

URL: http://svn.apache.org/viewvc?rev=1072280&view=rev
Log:
Added a hint in the hot-deploy/README.txt file to inform how to disable the hot-deploy Auto-Loading feature to force a specific component loading order

Modified:
    ofbiz/trunk/hot-deploy/README.txt

Modified: ofbiz/trunk/hot-deploy/README.txt
URL: http://svn.apache.org/viewvc/ofbiz/trunk/hot-deploy/README.txt?rev=1072280&r1=1072279&r2=1072280&view=diff
==============================================================================
--- ofbiz/trunk/hot-deploy/README.txt (original)
+++ ofbiz/trunk/hot-deploy/README.txt Sat Feb 19 09:27:55 2011
@@ -6,3 +6,10 @@ themes
 applications
 specialpurpose
 
+The hot-deploy Auto-Loading feature loads all components in the order they are found (i.e. alphabetic or creation date).
+
+If you need a specific loading order of these components than you should disable the Auto-Loading feature by creating a component-load.xml file in the
+hot-deploy directory and use the load-component tag to load your component in the order you want (just use the component-load.xml file in the application
+folder as a template).
+
+