Should be keep the multitenant feature even if broken?

2017-03-02 Thread Jacques Le Roux
Hi, After my analysis at https://s.apache.org/hvR9 if we don't fix the issues reported there I wonder if we don't need to remove the multitenant feature, better not to propose a broken solution! Jacques

Re: port mapping 8080 to 8443 is broken

2017-03-02 Thread Jacques Le Roux
Le 02/03/2017 à 15:52, Taher Alkhateeb a écrit : I'm not sure who committed what, but now the automatic redirection from 8080 to 8443 ssl is broken. Jacques is this related to your work on port offset stuff? This is only with localhost, right? If it's the case, I guess it's related to

port mapping 8080 to 8443 is broken

2017-03-02 Thread Taher Alkhateeb
I'm not sure who committed what, but now the automatic redirection from 8080 to 8443 ssl is broken. Jacques is this related to your work on port offset stuff?

Re: Should not catch Exception in EntityUtilProperties.getSystemPropertyValue()

2017-03-02 Thread Rishi Solanki
Thanks! Rishi Solanki Sr. Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Thu, Mar 2, 2017 at 3:10 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > > > Le 02/03/2017 à 08:00, Rishi Solanki a écrit : > >> Thank

Re: [PROPOSAL] Allow Blog Posts from Community Members on Official OFBiz Blog

2017-03-02 Thread Sharan Foga
Hi Everyone Thank you all very much for the feedback and support. I completely agree with the distinction Taher made regarding the focus on news / success stories / project and community promotion and announcements rather than vendor promotion / forks / advertisements. So for the next steps

Re: Should not catch Exception in EntityUtilProperties.getSystemPropertyValue()

2017-03-02 Thread Jacques Le Roux
Le 02/03/2017 à 08:00, Rishi Solanki a écrit : Thank you Wei, Jacques for your reply. What I was proposing to change method of WidgetWorker.getDelegator() method. I see whenever any form render the fields and requires delegator then it always tries to get delegator from WidgetWorker's

Re: Should not catch Exception in EntityUtilProperties.getSystemPropertyValue()

2017-03-02 Thread Jacques Le Roux
Thanks Wei, Right, that's it. My patch does 1 and 2. 3 is another beast to tame... Jacques Le 02/03/2017 à 03:32, Wei Zhang a écrit : I think we need to do 3 things. 1. Catch GenericEntityException in EntityUtilProperties.getSystemPropertyValue() 2. Create a new Delegator if it is null in