Small patch to avoid two startup errors

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

Small patch to avoid two startup errors

Jacopo Cappellato
David,

could you please commit the attached patch for the base component: with
this, the specialized and webapp folder are not loaded.

Thanks,
Jacopo

Index: framework/base/config/component-load.xml
===================================================================
--- framework/base/config/component-load.xml (revision 419194)
+++ framework/base/config/component-load.xml (working copy)
@@ -21,7 +21,7 @@
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/component-loader.xsd">
     <load-components parent-directory="${ofbiz.home}/framework"/>
     <load-components parent-directory="${ofbiz.home}/applications"/>
-    <load-components parent-directory="${ofbiz.home}/specialized"/>
+    <!--<load-components parent-directory="${ofbiz.home}/specialized"/>-->
     <load-components parent-directory="${ofbiz.home}/hot-deploy"/>
-    <load-component component-location="${ofbiz.home}/website"/>
+    <!--<load-component component-location="${ofbiz.home}/website"/>-->
 </component-loader>
Reply | Threaded
Open this post in threaded view
|

Re: Small patch to avoid two startup errors

David E Jones-2

Jacopo,

You should have sufficient permissions to make this change now.

I would, however, recommend leaving the specialized one uncommented (shows a message but doesn't stop anything).

The website one we can probably just delete altogether.

-David


Jacopo Cappellato wrote:

> David,
>
> could you please commit the attached patch for the base component: with
> this, the specialized and webapp folder are not loaded.
>
> Thanks,
> Jacopo
>
>
> ------------------------------------------------------------------------
>
> Index: framework/base/config/component-load.xml
> ===================================================================
> --- framework/base/config/component-load.xml (revision 419194)
> +++ framework/base/config/component-load.xml (working copy)
> @@ -21,7 +21,7 @@
>          xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/component-loader.xsd">
>      <load-components parent-directory="${ofbiz.home}/framework"/>
>      <load-components parent-directory="${ofbiz.home}/applications"/>
> -    <load-components parent-directory="${ofbiz.home}/specialized"/>
> +    <!--<load-components parent-directory="${ofbiz.home}/specialized"/>-->
>      <load-components parent-directory="${ofbiz.home}/hot-deploy"/>
> -    <load-component component-location="${ofbiz.home}/website"/>
> +    <!--<load-component component-location="${ofbiz.home}/website"/>-->
>  </component-loader>

smime.p7s (4K) Download Attachment