Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-23 Thread Jacques Le Roux
I have added a point in https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices Jacques Le 21/09/2017 à 15:15, Jacques Le Roux a écrit : I have not a strong opinion about this but which other options could be used in case of new feature or improvement ? Jacques

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Jacques Le Roux
Le 23/09/2017 à 16:29, Ratnesh Upadhyay a écrit : Hi Jacques, Thanks for the response. I was thinking that retrieval gets slow down when we have a lot of data in communication event entity. Actually, I've prepared this proposal based on the current implementation of CommunicationEventOrder on

buildbot success in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/476 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build

buildbot failure in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/475 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Ratnesh Upadhyay
Hi Jacques, Thanks for the response. I was thinking that retrieval gets slow down when we have a lot of data in communication event entity. Actually, I've prepared this proposal based on the current implementation of CommunicationEventOrder on this assumption that it's an approved feature that's

Re: Tracking Data Model changes

2017-09-23 Thread Aditya Sharma
That would be a much effective solution. As far as https://cwiki.apache.org/confluence/display/OFBIZ/ Revisions+Requiring+Data+Migration+-+upgrade+ofbiz page is concerned I find it quite absurd that we provide information based upon only revisions while users deal with releases. Though it would

Re: svn commit: r1809410 - in /ofbiz/ofbiz-framework/trunk/framework/common/src/main/java/org/apache/ofbi z/common: JsLanguageFileMappingCreator.java JsLanguageFilesMapping.java

2017-09-23 Thread Deepak Dixit
Thanks Jacques done at r#1809413 Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Sat, Sep 23, 2017 at 6:01 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Deepak, > > As explained in its top > > // DO NOT EDIT THIS FILE! THIS IS AUTO GENERATED

Re: [MODERATE EMAIL] Proposal to use Servlet annotations for configuration.

2017-09-23 Thread Yash Sharma
Hello Jacques, First of all, thank you for your response, while we declare Servlet definition in web.xml file we can also do it the java file itself. Here is an example of declaring a Servlet through annotation: @WebServlet(name = "/mypluginweb/WelcomeServlet", urlPatterns =

Re: svn commit: r1809410 - in /ofbiz/ofbiz-framework/trunk/framework/common/src/main/java/org/apache/ofbi z/common: JsLanguageFileMappingCreator.java JsLanguageFilesMapping.java

2017-09-23 Thread Jacques Le Roux
Hi Deepak, As explained in its top     // DO NOT EDIT THIS FILE!  THIS IS AUTO GENERATED AND WILL GET WRITTEN OVER PERIODICALLY WHEN THE DATA CHANGE     // Rather use the createJsLanguageFileMapping service to create or update it. You will still need to compile thereafter So maybe you ran

Re: svn commit: r1809410 - in /ofbiz/ofbiz-framework/trunk/framework/common/src/main/java/org/apache/ofbiz/common: JsLanguageFileMappingCreator.java JsLanguageFilesMapping.java

2017-09-23 Thread Deepak Dixit
>>>-localeFiles.put("cs", "/common/js/jquery/plugins/ datejs/date-cs-CZ.js"); >>>+localeFiles.put("cs", "/common/js/jquery/plugins/ datejs/date-en-US.js"); I don't know why this changes took place, I simply run the createJsLanguageFileMapping and committed the code.

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Jacques Le Roux
Le 23/09/2017 à 13:14, Ratnesh Upadhyay a écrit : Imagine if we use the generic data model to record each kind of communication and when the system tries to pull a specific email or specific type email communication from this model then system has to browse a lot of data and due to this most of

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Ratnesh Upadhyay
Your assumption is correct, Rishi thanks for the inputs. Regards, Ratnesh Upadhyay HotWax Systems | www.hotwaxsystems.com On Sat, Sep 23, 2017 at 4:05 PM, Rishi Solanki wrote: > +1 for the proposal, I'll be happy to discuss and finalizing the things. > > Assuming that

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Ratnesh Upadhyay
Thanks for your inputs Deepak. Agreed that CommunicationEvent is way generic and this is the main use case to keep the order and return separately from this model as they are using most frequently in each business. Imagine if we use the generic data model to record each kind of communication and

buildbot success in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/466 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Rishi Solanki
+1 for the proposal, I'll be happy to discuss and finalizing the things. Assuming that you have already consider ProductStoreEmailSetting and EmailTemplateSetting for sending the different notification for return. Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd.

Re: [Proposal] Ability to Record Return Communication

2017-09-23 Thread Deepak Dixit
Hi Ratnesh, I like you idea, but instead of adding new entity can we define some generic way to use CommunicationEvent along with all kind of activity. Like CommunicationEvent is generic DataModel, it applicable for invoice, workEffort, marketing campaign, contact list, order , return, etc. As

buildbot success in on ofbiz-trunk-framework

2017-09-23 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk-framework while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework/builds/477 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The

[Proposal] Ability to Record Return Communication

2017-09-23 Thread Ratnesh Upadhyay
Hi Devs, In OOTB we are having the ability to record order specific communication in *CommunicationEventOrder* and the user can retrieve/review them from party > communications screen but we don't have such support for return communications. So It would be great to have an ability to record

buildbot success in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/464 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build

Re: Common-theme next step

2017-09-23 Thread Swapnil Mane
Thanks Jacques for your timings and suggestion. @SuppressWarnings("serial") doesn't work for me. = Console Log start = 2017-09-23 14:38:25,610 |jsse-nio-8443-exec-8 |ServiceDispatcher |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'manufacturing /

Re: Tracking Data Model changes

2017-09-23 Thread Jacques Le Roux
Hi Aditya, One way we could use and is already used for the Gradle and Birt Flexible documentation in wiki is to create README.md files, uses Pandoc to generate a HTML file from it in tools\wiki-files and import this file in wiki using the HTML import macro. Doing  so we follow both way you

Re: svn commit: r1809375 - /ofbiz/ofbiz-framework/trunk/framework/common/entitydef/entitymodel.xml

2017-09-23 Thread Aditya Sharma
Hi Deepak, Good observation. I missed on that. I will keep that in mind & update the patch. Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Systems On Sat, Sep 23, 2017 at 2:06 PM,

Re: Tracking Data Model changes

2017-09-23 Thread Aditya Sharma
I see two ways to do that 1. A page maintained on Confluence where all the data model changes are updated. Here, we can have a page maintained for the upcoming release when the release is out we make it sub child titled with the release name. 2. A file is maintained in ofbiz-framework code base

buildbot exception in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/458 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build

Re: svn commit: r1809375 - /ofbiz/ofbiz-framework/trunk/framework/common/entitydef/entitymodel.xml

2017-09-23 Thread Deepak Dixit
Hi Aditya, It would be good if we use upper case for fk-name, as its constraints and across the application we are using fk-name as upper case. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Sat, Sep 23, 2017 at 1:54 PM, wrote: > Author: jleroux >

buildbot exception in on ofbiz-trunk-framework

2017-09-23 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk-framework while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework/builds/471 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The

buildbot exception in on ofbiz-trunk-framework-plugins

2017-09-23 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/459 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build

buildbot exception in on ofbiz-trunk-framework

2017-09-23 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk-framework while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework/builds/472 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: Common-theme next step

2017-09-23 Thread Jacques Le Roux
Hi Swapnil, Did you try? @SuppressWarnings("serial") public final class VisualTheme implements Serializable { Jacques Le 23/09/2017 à 08:29, Swapnil Mane a écrit : Thank you Nicolas and team for this great work. Highly appreciated!! I am facing some Exception related to VisualTheme while

Re: Common-theme next step

2017-09-23 Thread Swapnil Mane
Thank you Nicolas and team for this great work. Highly appreciated!! I am facing some Exception related to VisualTheme while running the MRP. https://demo-trunk.ofbiz.apache.org/manufacturing/control/RunMrp I guess it is related to theme work we have done, please let me know, if I am missing

Make usage of EntitySyncRemove configurable

2017-09-23 Thread Chandan Khandelwal
Hello All, I have reviewed the code and usage of EntitySyncRemove and found there are no configurations available to disable usage of EntitySyncRemove. It is creating problems when having a large database and frequent delete operations. Please provide your inputs to make EntitySyncRemove