Re: Installation trouble

2020-01-22 Thread Gil Portenseigne
On Wed, Jan 22, 2020 at 10:30:14AM +0100, Gil Portenseigne wrote: > Hello, > > Typo : And you should be able to : $ ./gradlew loadAll signature.asc Description: PGP signature

Re: Installation trouble

2020-01-22 Thread Gil Portenseigne
Hello, You seems to have well installed java and unzipped OFBiz, and downloaded the gradle wrapper. Now you should have in your OFBiz directory an executable : gradlew And you should be able to : $ .gradlew loadAll And continue with this executable for the other command (launching the app etc.)

Chapter two: Rules to dynamize screen

2020-01-10 Thread Gil Portenseigne
Hello ! In previous thread we focused on the process of how to define a dynamic workflow that raises some questions. Let's go back to our principles: we have to find simple things, limit the possibilities (do little but good) and remember that on the backoffice it's end-users who are focused on

Re: [DISCUSSION] Make Back-Office screens dynamic

2020-01-10 Thread Gil Portenseigne
Hello James, Thanks for the reference we will look into that. Regards, On Fri, Jan 10, 2020 at 03:50:23PM -, James Yong wrote: > Hi Gil, > > I wonder if this library helps for a start: > https://github.com/joshualjohnson/jquery.x > > Regards, > James > signature.asc Description: PGP

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gil Portenseigne
rse this > > > > is more work than what you're suggesting here. but if we continue with > > > > such small improvements, you might end up having lots of javascript > > > > (maybe that's already the case) which might increase the difficulty of > > > > adopting

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gil Portenseigne
ssarily have an > > answer to): > > > > Do you want an SPA framework now or in the future, or do you want to > > continue with status quo into the future? If you want an SPA > > framework, then we should minimize the usage of custom javascript > > everywhere and adop

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gil Portenseigne
proposition and any others in the future knowing > that an overhaul is not needed. > > Cheers, > > Taher Alkhateeb > > On Fri, Dec 13, 2019 at 6:52 PM Gil Portenseigne > wrote: > > > > Chapter One: How to manage the updating area > > > > Hello,

[DISCUSSION] Make Back-Office screens dynamic

2019-12-13 Thread Gil Portenseigne
Chapter One: How to manage the updating area Hello, After different discussions already listed by Taher [1-9], Leila, Nicolas and me tried another approach. Instead of analyzing how to implement different functionalities offered by modern js framework, we did analyzed how end user use, in

Re: Github PRs and Jira

2019-12-04 Thread Gil Portenseigne
Hello, > > > I guess that using existent Github should be ok for official pull > > request, if not, it's always ok to have and attached patch or > > other gitlab reference. > > You mean "Github reference" I guess ? > For this one a really mean gitlab reference like the nereide public gitlab

Re: Github PRs and Jira

2019-12-03 Thread Gil Portenseigne
+1 to use gitlab features to work around code, that will help collaboration. I don't know if there is an Apache alternative to get the features without Microsoft. But having two official tools to get contribution is not desired. I guess that using existent Github should be ok for official pull

Audit max-retry failure async job

2019-11-18 Thread Gil Portenseigne
Subject : Audit max-retry failure async job Hi all, While working for a customer, we need to send data to an external API. For this purpose we did trigger an Async service with a max-retry to 3, to be resilient with external API unavailability. The fact is that, with this implementation, we do

Re: Change commit message template?

2019-11-17 Thread Gil Portenseigne
Hello, When we first decided on the current template, i did understood that jira number was at the end of the first line, that was logical in my view. I was mistaken and did not discussed it by then. Setting Jira number at the end of the first line is fine for me. Gil Le 21:16 - dimanche 17

Re: [ofbiz-framework] 02/02: Fixed: Update the SvnCheckout Gradle task to used Github svn repo (OFBIZ-11276)

2019-11-08 Thread Gil Portenseigne
> can still use svn as before... > > I'll do one simple commit in ecommerce I need to do, to check this assertion. > > Jacques > > Le 08/11/2019 à 09:42, Gil Portenseigne a écrit : > > Hello Jacques, > > > > Could you provide a reference to the github feature you ment

Re: [ofbiz-framework] 02/02: Fixed: Update the SvnCheckout Gradle task to used Github svn repo (OFBIZ-11276)

2019-11-08 Thread Gil Portenseigne
Hello Jacques, Could you provide a reference to the github feature you mentionned ? Thanks Gil Le 19:02 - mercredi 06 nov., jler...@apache.org a écrit : > This is an automated email from the ASF dual-hosted git repository. > > jleroux pushed a commit to branch trunk > in repository

Re: Git repo for each ofbiz plugin

2019-11-07 Thread Gil Portenseigne
Hello Deepak, all, I do not have a strong opinion about separating plugins into independent git repositories but here are my thought : Plugins integration in OFBiz is intended to be used with a maven repository that hosts the plugin releases for the users. See as a reference the ‘OFBiz Plugins

[jira] [Commented] (OFBIZ-11167) Use Codenarc to test Groovy code

2019-10-29 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16962501#comment-16962501 ] Gil Portenseigne commented on OFBIZ-11167: -- Hello [~jleroux] , [~mthl] and others I did play

[jira] [Updated] (OFBIZ-11167) Use Codenarc to test Groovy code

2019-10-29 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11167: - Attachment: OFBIZ-11167.patch > Use Codenarc to test Groovy c

[jira] [Updated] (OFBIZ-11167) Use Codenarc to test Groovy code

2019-10-29 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11167: - Attachment: main.html test.html > Use Codenarc to test Groovy c

Re: Upgrading Groovy 2.4.16 → 2.5.8

2019-10-29 Thread Gil Portenseigne
Hello Mathieu, I've test the upgrade and saw no issue, so +1. Gil Le 18:19 - dimanche 27 oct., Mathieu Lirzin a écrit : > Hello, > > I have open OFBIZ-11263 [1] to upgrade Groovy to its latest stable > release on ‘trunk’. > > I did not detect any issue with the upgrade so I intend to

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-25 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16959867#comment-16959867 ] Gil Portenseigne commented on OFBIZ-11204: -- Thanks [~jleroux] and [~mthl] for your feedbacks

[jira] [Closed] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-25 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-11204. Fix Version/s: Trunk Resolution: Fixed Commited in trunk r1868942   > Rem

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16945430#comment-16945430 ] Gil Portenseigne commented on OFBIZ-11204: -- hi [~mthl] , I updated the patch with missing

[jira] [Updated] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11204: - Attachment: OFBIZ-11204.patch > Remove unwanted error log by `ServiceSemaphore` wait

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-05 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16945248#comment-16945248 ] Gil Portenseigne commented on OFBIZ-11204: -- Oh ! Sorry there might have been something

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-05 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16945081#comment-16945081 ] Gil Portenseigne commented on OFBIZ-11204: -- Yes I deleted the first ones, the valid one

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-10-04 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944530#comment-16944530 ] Gil Portenseigne commented on OFBIZ-11204: -- Information mail done in dev mailing list : [https

Re: [DISCUSSION] R16 and R17: email password issue and releases

2019-10-04 Thread Gil Portenseigne
Hello, I think that the one year stabilisation period needed for a new branch to be released is not that far for R18 (less than two month), so I suppose that skipping R17 to avoid maintaining two release branches is a good call. Gil Le 13:29 - samedi 28 sept., Jacques Le Roux a écrit : > Hi, >

Refactoring ServiceSemaphore (OFBIZ-11204)

2019-10-04 Thread Gil Portenseigne
Hello, In one of our customer project, where we are using multiple OFBiz instances to run backend jobs, in which some are using service semaphore system. While these semaphore jobs are run quite intensively by several OFBiz process, we stumble upon a lot of 'Error' logs that are polluting other

[jira] [Updated] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11204: - Attachment: OFBIZ-11204.patch > Remove unwanted error log by `ServiceSemaphore` wait

[jira] [Updated] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11204: - Attachment: (was: 0001-OFBIZ-11204.patch) > Remove unwanted error

[jira] [Updated] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11204: - Attachment: (was: 0002-OFBIZ-11204.patch) > Remove unwanted error

Re: Avoiding to log Uel stacktraces (was: svn commit: r1867635 - /ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java)

2019-09-27 Thread Gil Portenseigne
Hello Mathieu ! Done, thanks for your review, i hope it is more clear. Gil Le 16:23 - vendredi 27 sept., Mathieu Lirzin a écrit : > Hello Gil, > > p...@apache.org writes: > > > Author: pgil > > Date: Fri Sep 27 13:52:43 2019 > > New Revision: 1867635 > > > > URL:

[jira] [Commented] (OFBIZ-11213) Refactor `UelFunctions.java`

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939512#comment-16939512 ] Gil Portenseigne commented on OFBIZ-11213: -- Thanks [~jleroux] for the review :) > Refac

[jira] [Closed] (OFBIZ-11213) Refactor `UelFunctions.java`

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-11213. Resolution: Fixed Commited in trunk rev 1867635 > Refactor `UelFunctions.j

[jira] [Commented] (OFBIZ-11213) Refactor `UelFunctions.java`

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939449#comment-16939449 ] Gil Portenseigne commented on OFBIZ-11213: -- Crossed on wire :) yes, i wasn't up to date, still

[jira] [Updated] (OFBIZ-11213) Refactor `UelFunctions.java`

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11213: - Attachment: OFBIZ-11213.java > Refactor `UelFunctions.j

[jira] [Commented] (OFBIZ-11201) Error in log when looking for parties at partymgr/control/main

2019-09-27 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939441#comment-16939441 ] Gil Portenseigne commented on OFBIZ-11201: -- Ok i understand that OFBIZ-8341 made the Stacktrace

[jira] [Created] (OFBIZ-11213) Refactor `UelFunctions.java`

2019-09-27 Thread Gil Portenseigne (Jira)
Gil Portenseigne created OFBIZ-11213: Summary: Refactor `UelFunctions.java` Key: OFBIZ-11213 URL: https://issues.apache.org/jira/browse/OFBIZ-11213 Project: OFBiz Issue Type

[jira] [Commented] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-25 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937765#comment-16937765 ] Gil Portenseigne commented on OFBIZ-11204: -- While working on it i did improve the refactoring

Re: Default transaction timeout on screen widget

2019-09-20 Thread Gil Portenseigne
Same feeling here, i just see it as a smell to analyse, to detect bad design, system failure (disk access...) or regression. Regards Gil Le 20:45 - mardi 17 sept., Scott Gray a écrit : > Has anyone ever had a good experience with transaction timeouts? I feel > like they achieve nothing useful

Re: [DISCUSSION] Best of both Groovy worlds: compile and on the fly

2019-09-20 Thread Gil Portenseigne
Hello Jacques, I also discussed about it with Mathieu and i find it very interesting. The main advantage I see is, beside compilation, the integration in your IDE, that was not optimum, and the possibility to re-use methods from these script migrated to explicit classes. So +1 Gil Le 12:28 -

[jira] [Updated] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-19 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11204: - Attachment: 0001-OFBIZ-11204.patch 0002-OFBIZ-11204.patch > Rem

[jira] [Created] (OFBIZ-11204) Remove unwanted error log by `ServiceSemaphore` waiting process

2019-09-19 Thread Gil Portenseigne (Jira)
Gil Portenseigne created OFBIZ-11204: Summary: Remove unwanted error log by `ServiceSemaphore` waiting process Key: OFBIZ-11204 URL: https://issues.apache.org/jira/browse/OFBIZ-11204 Project

[jira] [Commented] (OFBIZ-11190) Add transaction timeout default properties for screen widget

2019-09-17 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931183#comment-16931183 ] Gil Portenseigne commented on OFBIZ-11190: -- Review ok ! I just wondered if 10 minutes

[jira] [Updated] (OFBIZ-11186) Fix syntax error on groovy

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-11186: - Fix Version/s: 18.12.01 17.12.01 Affects Version/s

[jira] [Commented] (OFBIZ-11186) Fix syntax error on groovy

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924317#comment-16924317 ] Gil Portenseigne commented on OFBIZ-11186: -- Commited in : 18.12 r1866515 17.11 r1866516

[jira] [Closed] (OFBIZ-11186) Fix syntax error on groovy

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-11186. Resolution: Fixed Commited in trunk r1866513   Thanks [~stregouet] ! > Fix syn

[jira] [Commented] (OFBIZ-11186) Fix syntax error on groovy

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924309#comment-16924309 ] Gil Portenseigne commented on OFBIZ-11186: -- I did close too fast, and will backport

[jira] [Closed] (OFBIZ-11177) Get correct information history for Company Header in pdf document

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-11177. Fix Version/s: Upcoming Branch Resolution: Implemented Commited in trunk rev

[jira] [Assigned] (OFBIZ-11177) Get correct information history for Company Header in pdf document

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-11177: Assignee: Gil Portenseigne > Get correct information history for Company Hea

[jira] [Assigned] (OFBIZ-11186) Fix syntax error on groovy

2019-09-06 Thread Gil Portenseigne (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-11186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-11186: Assignee: Gil Portenseigne > Fix syntax error on gro

Re: ApacheCon EU19 in Berlin (Germany)

2019-07-12 Thread Gil Portenseigne
Hello, For Nereide, at least Mathieu, Nicolas and I are planning to come to Berlin for the ApacheCon. I hope there will be OFBiz people there :). Since Mathieu's conference proposal was rejected, we wonder if we could organize unofficial workshop about OFBiz. We are currently working on a new

[jira] [Commented] (OFBIZ-10959) Enable entity timestamp fields

2019-04-27 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16827735#comment-16827735 ] Gil Portenseigne commented on OFBIZ-10959: -- Hello, Please rather use primitive boolean

Re: svn commit: r1858243 - in /ofbiz/ofbiz-plugins/trunk: ecommerce/minilang/customer/CustomerEvents.xml example/template/reports/BarCode.fo.ftl

2019-04-27 Thread Gil Portenseigne
Hello Suraj, You commited something about maritalStatus id this commit. I guess its part of another JIRA. Regards Le 06:18 - samedi 27 avril, sur...@apache.org a écrit : > Author: surajk > Date: Sat Apr 27 06:18:17 2019 > New Revision: 1858243 > > URL:

Re: [PROPOSAL] DataModel - Improve Internal Fields injection

2019-04-26 Thread Gil Portenseigne
A big post for saying that the feature i just wanted to recall about do not fit your need :). I used it in the past for a critical audit, and was happy with it. Le 14:23 - vendredi 26 avril, Pierre Smits a écrit : > Gill, all, > > The entity_audit_log feature also sprung into my mind shortly

Re: [PROPOSAL] DataModel - Improve Internal Fields injection

2019-04-26 Thread Gil Portenseigne
Hello Pierre, If you have specific need of Auditing, after suspition of malicious users, you can enable entity_audit_log feature on the desired table. At a cost of performance loss. I do not understand why impersonation feature appears here, since it is a administrator specific feature. If an

[jira] [Created] (OFBIZ-10942) User depersonation do not clean out impersonated user session.

2019-04-23 Thread Gil Portenseigne (JIRA)
Gil Portenseigne created OFBIZ-10942: Summary: User depersonation do not clean out impersonated user session. Key: OFBIZ-10942 URL: https://issues.apache.org/jira/browse/OFBIZ-10942 Project

[jira] [Updated] (OFBIZ-10942) User depersonation do not clean out impersonated user session.

2019-04-23 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-10942: - Description: User depersonation do not clean out impersonated user session

[jira] [Updated] (OFBIZ-10942) User depersonation do not clean out impersonated user session.

2019-04-23 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-10942: - Attachment: OFBIZ-10942.patch > User depersonation do not clean out impersonated u

[jira] [Commented] (OFBIZ-10186) Configure official document templates for an organizational party

2019-04-02 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808090#comment-16808090 ] Gil Portenseigne commented on OFBIZ-10186: -- Hello [~soledad], [~aditya.sharma], same headsup

[jira] [Commented] (OFBIZ-10245) File transfer management with communicationEvent and new contactMech FTP_ADDRESS

2019-03-29 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16805018#comment-16805018 ] Gil Portenseigne commented on OFBIZ-10245: -- I just commited a fix about

Re: Send E-Mails

2019-03-26 Thread Gil Portenseigne
t; Apache Incubator <https://incubator.apache.org>, committer > > *Apache OFBiz <https://ofbiz.apache.org>, 10 years a contributor without > > privileges* > > Apache Steve <https://steve.apache.org>, committer > > > > > > On Tue, Mar 26, 20

Re: Send E-Mails

2019-03-26 Thread Gil Portenseigne
Thanks Jacques :) Le 09:21 - mardi 26 mars, Jacques Le Roux a écrit : > Hi Gil, > > Let me check > > Jacques > > Le 26/03/2019 à 08:56, Gil Portenseigne a écrit : > > Hello there, > > > > Do somes actions have been taken on documenting the existence

Re: Send E-Mails

2019-03-26 Thread Gil Portenseigne
Hello there, Do somes actions have been taken on documenting the existence of SystemProperty ? I like the idea of migrating documentation into embedded one. I just wanted to add a note into https://s.apache.org/BPJ5 that alert about SystemProperty, but i seem to miss the modification

Re: Changes to email settings in general.properties seem to be ignored

2019-03-25 Thread Gil Portenseigne
Hello Martin, I think you got the good track for your issue. Like you did, mailing configuration is done in general.property configuration file. But for multi-tenancy and others purpose OFBiz is embedded with SystemProperty configuration in database that can overload file system configuration.

[jira] [Commented] (OFBIZ-10474) Remove duplicated code when running login/logout events

2019-03-14 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792506#comment-16792506 ] Gil Portenseigne commented on OFBIZ-10474: -- Hello [~jacques.le.roux], the patch seems to have

[jira] [Commented] (OFBIZ-10706) EmailServices.sendMail causes a NPE, when sendFrom is missing

2019-02-25 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776626#comment-16776626 ] Gil Portenseigne commented on OFBIZ-10706: -- Hello [~bjugl], I agree with [~lektran], we should

Re: Welcome to Mathieu Lirzin as new committer!

2019-02-19 Thread Gil Portenseigne
Welcome Mathieu, and Congratulations ! Gil Le 20:15 - mardi 19 févr., Taher Alkhateeb a écrit : > The OFBiz PMC has invited Mathieu Lirzin to become a new committer and > we are happy to announce that he has accepted this role. > > Some of the reasons for inviting Mathieu include: > > - He is

[jira] [Commented] (OFBIZ-10692) Groovy DSL runService Exception Management

2019-01-12 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16741389#comment-16741389 ] Gil Portenseigne commented on OFBIZ-10692: -- Hi [~jacques.le.roux], Here is the screenshot

[jira] [Updated] (OFBIZ-10692) Groovy DSL runService Exception Management

2019-01-12 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-10692: - Attachment: screenshot-1.png > Groovy DSL runService Exception Managem

[jira] [Updated] (OFBIZ-10692) Groovy DSL runService Exception Management

2019-01-12 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne updated OFBIZ-10692: - Attachment: Sélection_088.png > Groovy DSL runService Exception Managem

[jira] [Closed] (OFBIZ-10504) Remove all unnecessary boxing and unboxing in Java classes

2019-01-11 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-10504. Thanks Guys, just a forgot > Remove all unnecessary boxing and unboxing in Java clas

[jira] [Commented] (OFBIZ-10607) ‘EntityOperator#getId()’ is not used in the framework

2019-01-10 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740107#comment-16740107 ] Gil Portenseigne commented on OFBIZ-10607: -- Since it is an improvement and not a bugfix

[jira] [Commented] (OFBIZ-10776) Change 'uiLabelMap' requirement in Framework code

2019-01-10 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739401#comment-16739401 ] Gil Portenseigne commented on OFBIZ-10776: -- Same opinion 178kb, is not much regarding

[jira] [Closed] (OFBIZ-10777) Unneeded code in ‘entity’ component

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-10777. > Unneeded code in ‘entity’ compon

[jira] [Commented] (OFBIZ-4361) Any ecommerce user has the ability to reset anothers password (including admin) via "Forget Your Password"

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737546#comment-16737546 ] Gil Portenseigne commented on OFBIZ-4361: - Hi [~jacques.le.roux], The idea was to not be logged

[jira] [Commented] (OFBIZ-4361) Any ecommerce user has the ability to reset anothers password (including admin) via "Forget Your Password"

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737535#comment-16737535 ] Gil Portenseigne commented on OFBIZ-4361: - Hello [~Dennis Balkir], Yes I think that is possible

[jira] [Assigned] (OFBIZ-10777) Unneeded code in ‘entity’ component

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-10777: Assignee: Gil Portenseigne > Unneeded code in ‘entity’ compon

[jira] [Commented] (OFBIZ-10776) Change 'uiLabelMap' requirement in Framework code

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737518#comment-16737518 ] Gil Portenseigne commented on OFBIZ-10776: -- Hi [~pfm.smits], do you have some measurement

[jira] [Commented] (OFBIZ-10768) Cannot sort fields of a form if it has a parent

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737501#comment-16737501 ] Gil Portenseigne commented on OFBIZ-10768: -- Hey [~taher], no worry, my preference go

[jira] [Comment Edited] (OFBIZ-10768) Cannot sort fields of a form if it has a parent

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737149#comment-16737149 ] Gil Portenseigne edited comment on OFBIZ-10768 at 1/8/19 3:28 PM

[jira] [Commented] (OFBIZ-10768) Cannot sort fields of a form if it has a parent

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737149#comment-16737149 ] Gil Portenseigne commented on OFBIZ-10768: -- The first section set from the *parent form

[jira] [Commented] (OFBIZ-10768) Cannot sort fields of a form if it has a parent

2019-01-08 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16736956#comment-16736956 ] Gil Portenseigne commented on OFBIZ-10768: -- Hello [~taher], Reviewing the patch it seems

[jira] [Commented] (OFBIZ-4361) Any ecommerce user has the ability to reset anothers password (including admin) via "Forget Your Password"

2019-01-04 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16734372#comment-16734372 ] Gil Portenseigne commented on OFBIZ-4361: - h2. *Idea using JWT :* To remain simple with password

[jira] [Closed] (OFBIZ-10691) Refactoring ‘EntityCondition’

2019-01-04 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-10691. > Refactoring ‘EntityCondition’ > - > >

[jira] [Assigned] (OFBIZ-10450) Extract verification of certificates in ‘RequestHandler’

2019-01-03 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-10450: Assignee: Gil Portenseigne > Extract verification of certifica

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2018-12-29 Thread Gil Portenseigne
Hello, I just checked again with ‘./gradlew cleanAll loadAll testIntegration’, A got build successful... no failure. Gil Le 20:11 - vendredi 28 déc., Jacques Le Roux a écrit : > Hi Gil, > > Are we sure there is not a test issue with this commit? > > Locally I can't reproduce the same but I

[jira] [Commented] (OFBIZ-10692) Groovy DSL runService Exception Management

2018-12-29 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16730625#comment-16730625 ] Gil Portenseigne commented on OFBIZ-10692: -- Hi [~jacques.le.roux], That's because

[jira] [Commented] (OFBIZ-10579) Date filtered queries with caching should be restricted to cache

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16730312#comment-16730312 ] Gil Portenseigne commented on OFBIZ-10579: -- Hello [~suraj.khurana], [~mthl], {quote}Instead

[jira] [Commented] (OFBIZ-10692) Groovy DSL runService Exception Management

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16730302#comment-16730302 ] Gil Portenseigne commented on OFBIZ-10692: -- Hello [~mleila], Thanks for your contribution, i

[jira] [Assigned] (OFBIZ-10692) Groovy DSL runService Exception Management

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-10692: Assignee: Gil Portenseigne > Groovy DSL runService Exception Managem

[jira] [Closed] (OFBIZ-10604) Isolate EntityOperator and EntityConditionValue from EntityConditionBase

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne closed OFBIZ-10604. > Isolate EntityOperator and EntityConditionValue from EntityConditionB

[jira] [Resolved] (OFBIZ-10604) Isolate EntityOperator and EntityConditionValue from EntityConditionBase

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne resolved OFBIZ-10604. -- Resolution: Duplicate This Jira has been done within OFBIZ-10691 > Isol

OFBIZ-10691 Refactoring ‘EntityCondition’

2018-12-28 Thread Gil Portenseigne
Hello, There is a very nice contribution from Mathieu Lirzin about refactoring EntityCondition class hierarchy, to make it more legit and understandable. It is well documented and validated against integration test and basic usage This lies in OFBIZ-10691 Jira, if you want to have a look, i

[jira] [Commented] (OFBIZ-10691) Refactoring ‘EntityCondition’

2018-12-28 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16730275#comment-16730275 ] Gil Portenseigne commented on OFBIZ-10691: -- Thanks Mathieu, I did review a last time and tested

[jira] [Assigned] (OFBIZ-10691) Refactoring ‘EntityCondition’

2018-12-18 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gil Portenseigne reassigned OFBIZ-10691: Assignee: Gil Portenseigne > Refactoring ‘EntityCondit

Re: [DISCUSSION] Checking debug levels in Java and Groovy files

2018-12-11 Thread Gil Portenseigne
Hello, The difference with the documentation and Mathieu's example is the presence of String concatenation. Here lies the performance improvment. If there a simple String is used, the if is uneeded :) Regards Gil Le 19:58 - mardi 11 déc., Taher Alkhateeb a écrit : > The official documentation

Re: 答复: How to Create Plugin without loadDefault

2018-11-28 Thread Gil Portenseigne
but I just don’t > want to mess up what I have done. > Any further hint? > > Thanks > Schumann > 发件人: Gil Portenseigne<mailto:gil.portensei...@nereide.fr> > 发送时间: 2018年11月28日 4:37 > 收件人: user@ofbiz.apache.org<mailto:user@ofbiz.apache.org> > 主题: Re: How to Create Plu

Re: How to Create Plugin without loadDefault

2018-11-27 Thread Gil Portenseigne
Hello Schumann, I believe what you are looking for is to load specific readers, to avoid loading demo data. ./gradlew "ofbiz --load-data readers=seed" This command will load all seed data, and thus security data of your newly created plugin. You could also use webtools webapp to load reader

[jira] [Commented] (OFBIZ-10618) Update google libphonenumber to v8.9.16

2018-10-29 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16667682#comment-16667682 ] Gil Portenseigne commented on OFBIZ-10618: -- Hello [~jacques.le.roux], [~pfm.smits] {{Have

<    1   2   3   4   5   6   7   8   9   10   >