Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
oops dunno how it's garbled. posting again: https://github.com/apache/ofbiz/blob/7ba7f3c2e16df6c8db0d8114e124957199cea1ff/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/SOAPEventHandler.java#L81

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
References: SOAPEventHandler.java https://github.com/apache/ofbiz/blob/7ba7f3c2e16df6c8db0d8114e124957199cea1ff/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/SOAPEventHandler.java#L81 XmlRpcEventHandler.java:

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
Hi Scott / Gurus! , in SOAPEventHandler dispatcher and delegator is being got from HttpServletRequest request. However in XmlRpcHttpServer the request is being eventually handled via a callback (handler) of class ServiceRpcHandler . I am not sure how the HttpServletRequest can be passed till

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
> > The EventHandler objects are > singletons shared among all incoming requests so we don't want to store > request-specific objects in fields that are accessed by all requests or the > results will get pretty unpredictable for concurrent requests across > multiple tenants. > Agreed and trying

Re: buildbot failure in on ofbizTrunkFramework

2018-03-16 Thread Jacques Le Roux
It was OK already with Taher's last commit: https://ci.apache.org/builders/ofbizTrunkFramework But Buildbot did not deign to let us know, or did I miss something? Jacques Le 16/03/2018 à 13:00, Jacques Le Roux a écrit : Checking that Jacques Le 16/03/2018 à 12:13, build...@apache.org a

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
Le 16/03/2018 à 09:30, Scott Gray a écrit : You're also using infra volunteer time for feature development rather than project support. Actually, after 1 day wandering around, I was a lost with CORS which is really a beast when you want to use send an Auth header from the client side to another

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
I reverted the code change on trunk demo after r1826949 If I had knew it would have made so much noise I'd have done that from start :/ For CORS I let it for now, we will discuss it in OFBIZ-9833 after I revert all related Jacques Le 16/03/2018 à 09:56, Jacques Le Roux a écrit : Actually I

Re: Documentation tip - spaces between includes

2018-03-16 Thread Jacques Le Roux
Le 16/03/2018 à 11:18, Taher Alkhateeb a écrit : Hi Documentation team and everyone, Just a quick tip. I think It might be safer to keep spaces between "include" directives. If you stack include directives on top of each other, asciidoctor might get confused especially if the headers in these

Documentation tip - spaces between includes

2018-03-16 Thread Taher Alkhateeb
Hi Documentation team and everyone, Just a quick tip. I think It might be safer to keep spaces between "include" directives. If you stack include directives on top of each other, asciidoctor might get confused especially if the headers in these documents are of different levels. So for

[DOC] HR Guide Initial Examples

2018-03-16 Thread Sharan Foga
Hi All I noticed that Olivier has been working on converting some of the existing OFBiz HR help files to asciidoc format. https://issues.apache.org/jira/browse/OFBIZ-10280 I think that these would be a better starting point for people wanting to start helping us with documentation as they

[DOC] Global Documentation Jira Task

2018-03-16 Thread Sharan Foga
Hi All A quick note to mention that I have created a global umbrella documentation Jira task to get a complete view and also consolidate the our work efforts. https://issues.apache.org/jira/browse/OFBIZ-10285 I’ve looked through the list of our open Jira issues and pulled out anything that

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
Thanks Mallah, Much appreciated Jacques Le 16/03/2018 à 10:07, Rajesh Mallah a écrit : Additionally time to set them up. regds mallah. On Fri, Mar 16, 2018 at 2:36 PM, Rajesh Mallah wrote: @Jacques , Same Here as Nicolas, I have plenty of CPU and RAM , and

Re: Demo Trunk Break

2018-03-16 Thread Rajesh Mallah
@Jacques , Same Here as Nicolas, I have plenty of CPU and RAM , and some static IPs to host VMs for Ofbiz development. regds mallah. On Fri, Mar 16, 2018 at 1:47 PM, Nicolas Malin wrote: > Hello, > > Jacques, if you need some testing server for you dev, don't

Re: Demo Trunk Break

2018-03-16 Thread Rajesh Mallah
Additionally time to set them up. regds mallah. On Fri, Mar 16, 2018 at 2:36 PM, Rajesh Mallah wrote: > > @Jacques , > > Same Here as Nicolas, > > I have plenty of CPU and RAM , and some static IPs to host VMs for > Ofbiz development. > > regds > mallah. > > > On

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
Thanks Nicolas, I'll consider it, I just want to finish something (WIP...) before. Jacques Le 16/03/2018 à 09:17, Nicolas Malin a écrit : Hello, Jacques, if you need some testing server for you dev, don't hesitate to ask us. I'm sure we can use some time to deploy different OFBiz instance

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
Actually I expect to put this feature on the server to demonstrate it, for people to test it and use it on their side Still a WIP... Jacques Le 16/03/2018 à 09:30, Scott Gray a écrit : That's the problem though, this domain isn't available for that purpose either. You're also using infra

Re: Demo Trunk Break

2018-03-16 Thread Scott Gray
That's the problem though, this domain isn't available for that purpose either. You're also using infra volunteer time for feature development rather than project support. Regards Scott On 16/03/2018 7:29 PM, "Jacques Le Roux" wrote: > I'm sorry, this is a

Re: Demo Trunk Break

2018-03-16 Thread Nicolas Malin
Hello, Jacques, if you need some testing server for you dev, don't hesitate to ask us. I'm sure we can use some time to deploy different OFBiz instance on the nereide farm. This proposal can be apply to all developer that works on an ofbiz issue who need strong architecture. If we can help

Re: Demo Trunk Break

2018-03-16 Thread Jacques Le Roux
I'm sorry, this is a temporary poor man solution. I have no other domain available. Jacques Le 16/03/2018 à 03:08, Scott Gray a écrit : I guess what Michael is getting at, is that the demo server is for demos, it's not intended for use as a development sandbox. As far as I can tell you