svn commit: r469084 - in /incubator/ofbiz/trunk: OPTIONAL_LIBRARIES framework/component-load.xml

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

svn commit: r469084 - in /incubator/ofbiz/trunk: OPTIONAL_LIBRARIES framework/component-load.xml

jonesde
Author: jonesde
Date: Sun Oct 29 23:57:21 2006
New Revision: 469084

URL: http://svn.apache.org/viewvc?view=rev&rev=469084
Log:
Disabled the shark component by default, based on a couple of discussions on the dev mailing list

Modified:
    incubator/ofbiz/trunk/OPTIONAL_LIBRARIES
    incubator/ofbiz/trunk/framework/component-load.xml

Modified: incubator/ofbiz/trunk/OPTIONAL_LIBRARIES
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/OPTIONAL_LIBRARIES?view=diff&rev=469084&r1=469083&r2=469084
==============================================================================
--- incubator/ofbiz/trunk/OPTIONAL_LIBRARIES (original)
+++ incubator/ofbiz/trunk/OPTIONAL_LIBRARIES Sun Oct 29 23:57:21 2006
@@ -47,6 +47,8 @@
     you can add it to the build list in the ofbiz/build.xml file in the framework-builds file list.
   TO DEPLOY: once the build is done the Shark container must be setup in the ofbiz-containers.xml
     file or other containers file being used. The shark-container container should be un-commented.
+  TO DEPLOY, PART 2: to get the component to load on startup, and get the webapp in place and such
+    the shark component needs to be uncommented in the framework/component-load.xml file.
 
 -=- Scripting: ________________________________________________________________________________________________________________________________________________
 

Modified: incubator/ofbiz/trunk/framework/component-load.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/component-load.xml?view=diff&rev=469084&r1=469083&r2=469084
==============================================================================
--- incubator/ofbiz/trunk/framework/component-load.xml (original)
+++ incubator/ofbiz/trunk/framework/component-load.xml Sun Oct 29 23:57:21 2006
@@ -32,7 +32,7 @@
     <load-component component-location="${ofbiz.home}/framework/widget"/>
     <load-component component-location="${ofbiz.home}/framework/appserver"/>
     <load-component component-location="${ofbiz.home}/framework/workflow"/>
-    <load-component component-location="${ofbiz.home}/framework/shark"/>
+    <!-- <load-component component-location="${ofbiz.home}/framework/shark"/> -->
     <load-component component-location="${ofbiz.home}/framework/testtools"/>
     <load-component component-location="${ofbiz.home}/framework/webtools"/>
     <load-component component-location="${ofbiz.home}/framework/images"/>