Re: To send and receive json array using ajax in Ofbiz

2019-06-17 Thread Mathieu Lirzin
Hello, lsy writes: > It's been a month since I used Ofbiz. > I want to use JSON Array sent from Ajax. > How does JAVA handle this? > 1. controller.xml > > > > > > > > 2. service.xml > auth="true" >

To send and receive json array using ajax in Ofbiz

2019-06-17 Thread lsy
It's been a month since I used Ofbiz. I want to use JSON Array sent from Ajax. How does JAVA handle this? 1. controller.xml 2. service.xml 3. crudList.ftl 4. service.java public static Map

Distribution Management in Ofbiz

2019-06-17 Thread Mandar K
Hi All, What are the different features Ofbiz provides in distribution management like Sales Tracking Capability at Primary, Secondary and Tertiary level etc. also share case study if any Thanks all. -- Regards Mandar Kulkarni Adaptability is the whole mystery of life - Swami Vivekanand

Re: OFBiz and Camel integration updated

2019-06-17 Thread Taher Alkhateeb
Hopefully the code still works. If yes, I think it would be a good plugin to add. Either way, I think this discussion should perhaps move to the development mailing list. On Mon, Jun 17, 2019 at 1:04 PM Rishi Solanki wrote: > > Dear Bilgin/Taher, > I tried to look into the plugins and Jira

Re: OFBIZ DEPLOY MEMORY PROBLEM

2019-06-17 Thread Jacques Le Roux
You need to give us more details. Which version. Any changes? Maybe have a look at https://issues.apache.org/jira/browse/OFBIZ-10592 HTH Jacques Le 17/06/2019 à 12:21, Jacques Le Roux a écrit : Hi, Your message has been moderated. Please subscribe to the user ML for such questions and then

Re: OFBIZ DEPLOY MEMORY PROBLEM

2019-06-17 Thread Jacques Le Roux
Hi, Your message has been moderated. Please subscribe to the user ML for such questions and then use your email client See also why here http://ofbiz.apache.org/mailing-lists.html You will get a better support , it's more fair to share with everybody  and people can answer you on the ML

Re: OFBiz and Camel integration updated

2019-06-17 Thread Rishi Solanki
Dear Bilgin/Taher, I tried to look into the plugins and Jira could not found anything related. Although some discussion is there but I see plugin is not added into OFBiz till now. Can you please share any reference if I missed something? I see the code in the Bilgin's repo and seems we can take

OFBIZ DEPLOY MEMORY PROBLEM

2019-06-17 Thread chinhhk
Hi, I deploy Ofbiz on a linux server have 4GB RAM. I test with 2 user access to ecommerce site. My memory used continuous increase. i config in build.gradle def jvmArguments = ['-Xms512M', '-XX:MetaspaceSize=128m', '-XX:MaxMetaspaceSize=256m', '-XX:MaxHeapFreeRatio=75',