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 |
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 < [hidden email]> 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 |
In reply to this post by Zabihullah Safai
Hi Zabihullah,
Welcome to the OFBiz community. Which release did you install? Which components are you opting to disable/remove? For some this can be done more easily than others. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Fri, Feb 17, 2017 at 7:33 PM, Zabihullah Safai < [hidden email]> 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 |
Hi Pierre,
Thank you for replay. I have installed release 16.11.01 (revision 1770541). We try to disable the accounting, humanres and marketing. So long Zabi > Am 18.02.2017 um 13:21 schrieb Pierre Smits <[hidden email]>: > Hi Zabihullah, > > Welcome to the OFBiz community. Which release did you install? > > Which components are you opting to disable/remove? For some this can be > done more easily than others. > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Fri, Feb 17, 2017 at 7:33 PM, Zabihullah Safai < > [hidden email]> 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 |
In reply to this post by Rishi Solanki
Hello Rishi,
Thank you for your replay. I use the release 16.11.01 for evaluation. I see, I have to engage deeper with the plugin-concept… Cheers Zabi > Am 18.02.2017 um 10:26 schrieb Rishi Solanki <[hidden email]>: > > 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 < > [hidden email]> 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 |
In reply to this post by Zabihullah Safai
Hi Zabihula,
Re HUMANRES: There are no build dependencies on this component, however there may be service, widget and (demo) data dependencies. Re MARKETING: With respect to the marketing component, please be aware of the build dependence of the order component on this. This is, however, easy to resolve. I have created [1] in JIRA for this. There may be service, widget and (demo) data dependencies Re ACCOUNTING: There are no build dependencies. There may be service, widget and (demo) data dependencies. [1] https://issues.apache.org/jira/browse/OFBIZ-7966 Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Mon, Feb 20, 2017 at 10:22 AM, Zabihullah Safai < [hidden email]> wrote: > Hi Pierre, > > Thank you for replay. I have installed release 16.11.01 (revision > 1770541). We try to disable the accounting, humanres and marketing. > > So long > Zabi > > > Am 18.02.2017 um 13:21 schrieb Pierre Smits <[hidden email]>: > > Hi Zabihullah, > > > > Welcome to the OFBiz community. Which release did you install? > > > > Which components are you opting to disable/remove? For some this can be > > done more easily than others. > > > > Best regards, > > > > Pierre Smits > > > > ORRTIZ.COM <http://www.orrtiz.com> > > OFBiz based solutions & services > > > > OFBiz Extensions Marketplace > > http://oem.ofbizci.net/oci-2/ > > > > On Fri, Feb 17, 2017 at 7:33 PM, Zabihullah Safai < > > [hidden email]> 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 > > |
Free forum by Nabble | Edit this page |