Login  Register

Re: Users - Totally disable application

Posted by Vinay Agarwal on Jan 31, 2006; 2:17pm
URL: http://ofbiz.116.s1.nabble.com/Users-Totally-disable-application-tp137146p137149.html

Really easy to do. Applications directory has component-load.xml file which has the following statements:

 

<component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/component-loader.xsd">

 

    <load-component component-location="${ofbiz.home}/applications/party"/>

    <load-component component-location="${ofbiz.home}/applications/securityext"/>

    <load-component component-location="${ofbiz.home}/applications/content"/>

    <load-component component-location="${ofbiz.home}/applications/workeffort"/>

    <load-component component-location="${ofbiz.home}/applications/humanres"/>

    <load-component component-location="${ofbiz.home}/applications/product"/>

    <load-component component-location="${ofbiz.home}/applications/manufacturing"/>

    <load-component component-location="${ofbiz.home}/applications/accounting"/>

    <load-component component-location="${ofbiz.home}/applications/order"/>

    <load-component component-location="${ofbiz.home}/applications/marketing"/>

    <load-component component-location="${ofbiz.home}/applications/ecommerce"/>

    <load-component component-location="${ofbiz.home}/applications/pos"/>

</component-loader>

 

If you simply comment out the applications that you don’t need, they won’t load.

 

Regards,

Vinay Agarwal

 

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Âàäèì K.
Sent: Tuesday, January 31, 2006 1:14 AM
To: OFBiz Users / Usage Discussion
Subject: [OFBiz] Users - Totally disable application

 

Hello all,

 

   May be this is stupid question, but: Is there any easy (one click) way to disable some applications? For example, I don't use HR or Ecommerce and want to switch them off totally (preventing unnecessary class loading). I know how to disable application view (from Party Manager), so this is not the case.

 

Thank you,


--
/ ** Вадим К. **/


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users