Re: Order : Communication between customer and product store

2018-01-02 Thread Shi Jinghai
Hi Julien, In CommunicationEvent, it would be great if you can add a field to indicate the initial direction of a communication, i.e. Vendor to Customer, or Customer to Vendor. Kind Regards, Shi Jinghai -邮件原件- 发件人: Julien NICOLAS [mailto:julien.nico...@nereide.fr] 发送时间: 2018年1月2日

Re: [OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Trà Đá Một Mình
Thanks all, @Deepak, Your article help me to understand how it work, really helpful, thanks you. @Shi, I'll try with your patch, hope it work as expected ;), thanks you! Best regards! On Wed, Jan 3, 2018 at 8:15 AM, Shi Jinghai wrote: > Hi Nguyen, > > I think your

Re: [OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Shi Jinghai
Hi Nguyen, I think your requirement is same as mine, I posted a patch in https://issues.apache.org/jira/browse/OFBIZ-9233, please try if they work for you. Kind Regards, Shi Jinghai -邮件原件- 发件人: Trà Đá Một Mình [mailto:nguyenthang0...@gmail.com] 发送时间: 2018年1月2日 18:16 收件人:

Re: Tree View of Call Graph for Services and Simple Methods

2018-01-02 Thread Paul Foxworthy
Hi James, I have been pondering something like this. I suggest the output should be in a structured format like XML, JSON or YAML, so it can be parsed by tools. Maybe YAML because it's intended to give wiki-like human readability. I suggest the ability to capture parameter values. You might

Re: [OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Deepak Dixit
Following article will help you https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/apache-ofbiz-performance/ Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Tue, Jan 2, 2018 at 11:03 PM, Scott Gray wrote: > You can treat each instance as a

Re: Order : Communication between customer and product store

2018-01-02 Thread Deepak Dixit
Nice idea Julien NICOLAS, It would be good if you open jira ticket for this improvement. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Tue, Jan 2, 2018 at 6:45 PM, Julien NICOLAS wrote: > Hello, > > First of all I wish you all, all the best

Re: [OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Scott Gray
You can treat each instance as a separate pool in serviceengine.xml, so that instance A sends jobs and runs jobs from poolA and instance B uses poolB. Regards Scott On 3/01/2018 03:04, "Nicolas Malin" wrote: When a job is created by an instance, there are no

Re: [VOTE] [RELEASE] Apache OFBiz 16.11.04

2018-01-02 Thread Jacopo Cappellato
The vote is successful thanks to 6 binding and 2 non binding positive (i.e. "+1") votes and no negative votes. I am going to publish the release files. Thank you! Jacopo On Sun, Dec 24, 2017 at 10:50 AM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > This is the vote

Re: [VOTE] [RELEASE] Apache OFBiz 16.11.04

2018-01-02 Thread Jacopo Cappellato
+1 Jacopo On Sun, Dec 24, 2017 at 10:50 AM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > This is the vote thread to release a new bug fix release for the > release16.11 branch. This new release, "Apache OFBiz 16.11.04" will > supersede all the previous releases from the

Re: [OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Nicolas Malin
When a job is created by an instance, there are no information on who will be run it. So if you generate a job form an async service by the instance A, the instance B can execute it. Check on GenericAsyncEngine.java:108 (trunk) the job creation. If you want to improve this, all contribution

Order : Communication between customer and product store

2018-01-02 Thread Julien NICOLAS
Hello, First of all I wish you all, all the best for 2018 :) We are working for a customer to add a communication management linked to orders between the customer and the product store. It will use communication events and add a new communication screenlet at the bottom of the order screen of

Re: Websocket example not working in OFBiz

2018-01-02 Thread Jacques Le Roux
Thanks Deepak, Right on the point! Jacques Le 02/01/2018 à 11:53, Deepak Dixit a écrit : Hi Jacques, Following entry is missing in catalina/ofbiz-components.xml, I think due to this catalina.properties not set in calsspath. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com

Re: Websocket example not working in OFBiz

2018-01-02 Thread Deepak Dixit
Hi Jacques, Following entry is missing in catalina/ofbiz-components.xml, I think due to this catalina.properties not set in calsspath. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Tue, Jan 2, 2018 at 4:10 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: >

Re: Planning for the creation of the new 17.xx branch(es)

2018-01-02 Thread Jacques Le Roux
Thanks for feedback Deepak, Done Jacques Le 02/01/2018 à 05:30, Deepak Dixit a écrit : Thanks Jacques, looks good to me. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Sat, Dec 30, 2017 at 7:07 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: BTW I

Re: Websocket example not working in OFBiz

2018-01-02 Thread Jacques Le Roux
Hi Pallavi, I reopened OFBIZ-7073, I know why websocket no longer works . In FilterJars class there is a call to read webSocket from catalina.properties. This worked but for a reason now the catalina.properties file is not found (location not

[OFBIZ] - Job schedules and Multi instance

2018-01-02 Thread Trà Đá Một Mình
Hi all, I met a problem. I have more than one instance running my application. When I schedules some services using runAsync, ofbiz auto create jobs. And when job is started, ofbiz pick one of my instances to process. But, in my case: when I made an request, I dedicated this to instance A, but