svn commit: r1097382 - /ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd

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

svn commit: r1097382 - /ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd

jleroux@apache.org
Author: jleroux
Date: Thu Apr 28 09:40:43 2011
New Revision: 1097382

URL: http://svn.apache.org/viewvc?rev=1097382&view=rev
Log:
Put a doc about this unimplemented tag. A guy in the team thought it could rely on it for data loading order.

Modified:
    ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd

Modified: ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd?rev=1097382&r1=1097381&r2=1097382&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd (original)
+++ ofbiz/trunk/framework/base/dtd/ofbiz-component.xsd Thu Apr 28 09:40:43 2011
@@ -39,7 +39,16 @@ under the License.
     </xs:attributeGroup>
     <xs:element name="depends-on">
         <xs:complexType>
-            <xs:attributeGroup ref="attlist.depends-on"/>
+            <xs:attributeGroup ref="attlist.depends-on">
+                <xs:annotation>
+                    <xs:documentation>
+                        This is yet unimplemented. It's not a trivial implementation because at the moment components are loaded
+                        in the order they are found (i.e. alphabetic or creation date).
+                        While this feature would require them all to be located first and then reordered and loaded.
+                        So, for now, simply follow the README file in hot-deploy root folder.
+                    </xs:documentation>
+                </xs:annotation>
+            </xs:attributeGroup>
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.depends-on">