You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/04 04:27:24 UTC

svn commit: r771163 - in /ofbiz/trunk/specialpurpose/ecommerce/data: DemoContent.xml DemoTopic.xml DemoTree.xml

Author: hansbak
Date: Mon May  4 02:27:24 2009
New Revision: 771163

URL: http://svn.apache.org/viewvc?rev=771163&view=rev
Log:
demo data not loading: modified the classpath to component notation but it seems the entity-engine-transform-xml tag does not support it?

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoContent.xml
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoTopic.xml
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoTree.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoContent.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoContent.xml?rev=771163&r1=771162&r2=771163&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoContent.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoContent.xml Mon May  4 02:27:24 2009
@@ -18,7 +18,7 @@
 under the License.
 -->
 
-<entity-engine-transform-xml template="org/ofbiz/ecommerce/data/content.ftl">
+<entity-engine-transform-xml template="component://ecommerce/script/org/ofbiz/ecommerce/data/content.ftl">
     <contents>
         <content id="180000" name="rocketoperation" type="text/xml">
             <content_heading>Maintenance</content_heading>

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoTopic.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoTopic.xml?rev=771163&r1=771162&r2=771163&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoTopic.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoTopic.xml Mon May  4 02:27:24 2009
@@ -18,7 +18,7 @@
 under the License.
 -->
 
-<entity-engine-transform-xml template="org/ofbiz/ecommerce/data/topic.ftl">
+<entity-engine-transform-xml template="component://ecommerce/script/org/ofbiz/ecommerce/data/topic.ftl">
     <topics>
         <topic id="9401" name="WIDGETS.MAINTENANCE">
             <topic_heading>Maintenance</topic_heading>

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoTree.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoTree.xml?rev=771163&r1=771162&r2=771163&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoTree.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoTree.xml Mon May  4 02:27:24 2009
@@ -18,7 +18,7 @@
 under the License.
 -->
 
-<entity-engine-transform-xml template="org/ofbiz/ecommerce/data/tree.ftl">
+<entity-engine-transform-xml template="component://ecommerce/script/org/ofbiz/ecommerce/data/tree.ftl">
     <topic_tree>
         <topic id="9401">
             <child id="180000" type="content"/>