Zabi, In OFBiz application and framework components will have inter-app dependencies, so it won't be recommended (also not easy) to disable/remove them.
Still if you really want to disable the component, resolve all the dependencies and fix them. Instead you can remove it from the screen by setting app-bar-display="false" (ofbiz-component.xml) and even prevent access application with some permissions. Disabling/removing special-purpsoe apps should be comparitively easy and you can go with your component-load.xml style. May be with minor dependencies resolution. HTH! Also please share the release or trunk whatever you are using. In case you are using trunk then please use plugin system to remove add special purpose components. Refer: https://cwiki.apache.org/confluence/display/OFBIZ/From+Ant+to+Gradle Rishi Solanki Sr. Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Sat, Feb 18, 2017 at 12:03 AM, Zabihullah Safai < [email protected]> wrote: > Hi, > I have just installed OfBiz for evaluation purposes. I realised OfBiz is a > really big framework, my quation is, is there any way to disable some > components which we do not need to use? > I see the file component-load.xml but when I remove any component there I > get a compile error. > > Thanks a lot > Zabi
