Plugin available check?

2021-10-11 Thread Ingo Wolfmayr
Hi, is there a recommended Ofbiz-way to check if a plugin is available/installed - in Java? Best regards, Ingo

Re: Plugin available check?

2021-10-11 Thread Michael Brohl
Hi Ingo, I have no access to the code right now, but have you checked the code behind the artifact info in webtools [1] ? This might give you some hints. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de [1] https://demo-stable.ofbiz.apache.org/webtools/control/ViewComponents Am

AW: Plugin available check?

2021-10-12 Thread Ingo Wolfmayr
); } catch (ComponentException e) { Debug.logWarning("ComponentConfig does not exist", module); } Best regards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Montag, 11. Oktober 2021 21:27 An: user@ofbiz.apache.org Betreff: Re: Plugin available check? Hi Ing