Updating OFBiz from 16.11.07 to 17.12.01

2020-04-25 Thread Jukka Palko
Hello, I'm basically completely new to OFBiz but not new to system administration in general with more than 20 years of Linux and Unix experience. My question is what are the upgrade procedures for an OFBiz installation. I have done a MariaDB database on Debian 10 and configured OFBiz to use

Re: Demos down

2020-04-25 Thread Jacques Le Roux
Le 25/04/2020 à 12:52, Jacques Le Roux a écrit : Hi All, Just started my machine and the problem seems more the VM. I can't connect there. I'll ask Infra and let you know Jacques Swapnil M Mane created https://issues.apache.org/jira/browse/INFRA-20189 for the demos issue Jacques

Demos down

2020-04-25 Thread Jacques Le Roux
Hi All, Just started my machine and the problem seems more the VM. I can't connect there. I'll ask Infra and let you know Jacques

Re: Valid Item Status for partial shipment

2020-04-25 Thread Shikha Jaiswal
Thanks, everyone for your help. Best, Shikha Jaiswal Senior Enterprise Software Engineer On Sat, Apr 25, 2020 at 1:02 PM Suraj Khurana wrote: > Yes. > > Adding up to this, in fact, OrderReadHelper.*getItemShippedQuantity* > handles *cancelQuantity* effectively. So we can efficiently get

Re: Multiple Websites

2020-04-25 Thread Mohammed Rehan Khan
Hello James, We have implemented the multisite feature in Ofbiz under the task OFBIZ-7120 . You can find all the necessary details from here. To enable the feature, we need to load CmsMultiSiteDemoData.xml and CmsSiteDemoData.xml data only. These

Re: Valid Item Status for partial shipment

2020-04-25 Thread Suraj Khurana
Yes. Adding up to this, in fact, OrderReadHelper.*getItemShippedQuantity* handles *cancelQuantity* effectively. So we can efficiently get desired results using these methods. HTH. -- Best Regards, Suraj Khurana Senior Technical Consultant On Sat, Apr 25, 2020 at 12:19 PM Mridul Pathak <

Re: Multiple services run immediately

2020-04-25 Thread Nameet Jain
Hi Ingo, To execute two or more independent processes immediately without waiting for each other to finish, use async mode. The example you shared will do the thing for you. Here JobPoller takes care of the services in "action". So if you add one more async service, it will execute independently.

Re: Multiple services run immediately

2020-04-25 Thread Pawan Verma
Hi Ingo, I hope you are well! Have you tried with mode="sync" instead of mode="async"? It should run both services simultaneously. runSyncIgnore is noting but calling service in sync mode without expecting the output of the service. If you wanna call services inline you can even try

Re: Multiple services run immediately

2020-04-25 Thread Suraj Khurana
Hello Ingo, Hope you are doing good. I am not sure about the environment you are currently trying to achieve this. IMO, there are two ways: - For improving performance, we can set up multiple OFBiz servers in parallel. Yes, we can set up two OFBiz servers, one calling sync service and another