SonarQube integration

2022-07-26 Thread Johan Cronje
Good Day, Not sure if someone would be able to assist me, in release18.12, how would I go about adding SonarQube to the gradle build file. We have an on site SonarQube server. Kind Regards, Johan Cronjé

Password Change Email

2022-06-23 Thread Johan Cronje
Good Day, Not sure if someone would be able to assist me, in release18.12, when doing the forgot password function a mail is sent with reset link. The code behind this is as below within "applications/securityext/template/email/PasswordEmail.ftl" <@ofbizUrl fullPath="true" secure="true"

Default Transaction Timeout

2022-06-07 Thread Johan Cronje
Good day, Where in the release18.12 would I be able to find the default transaction timeout? Is there a property file where I can configure this setting? Kind Regards, Johan Cronjé

Re: Rest API - need help in sending attachment

2022-04-14 Thread Johan Cronje
Hi Rishi, A suggestion that I have used previously was to encode a file as base64, send it as part of the JSON body and rebuild it within a java service, this way multiple files can also be uploaded: { "files": [ { "file_name": "fileName.pdf", "content_type": "application/pdf", "file_content":

Re: rest-api Plugin

2022-03-25 Thread Johan Cronje
er than > 9.04 to 18.12. > > Note that 22.01 will be the first release which requires OpenJDK 11 > (maybe 17, depending of what we decide on base of > https://lists.apache.org/thread/8cpz4dh7zoznp4mx2xxv35hns4j8mvf0 ) > > Best regards, > > Michael Brohl > > ecomify Gmb

Re: rest-api Plugin

2022-03-24 Thread Johan Cronje
; Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 24.03.22 um 11:19 schrieb Johan Cronje: > > Good day, > > > > I would just like to find out if the rest-api Plugin under trunk > > plugin branch is compatible with the release18.02 framework branch as

rest-api Plugin

2022-03-24 Thread Johan Cronje
Good day, I would just like to find out if the rest-api Plugin under trunk plugin branch is compatible with the release18.02 framework branch as it is not part of the release18.02 Plugin branch Kind Regards, Johan

2 Factor Authentication

2022-03-16 Thread Johan Cronje
Good day, I would just like to find out if there are any 2 Factor Authentication plugins or 2 Factor Authentication capability within the current OFBiz framework which I can use for my installation. Kind Regards, Johan