Re: Fresh Install

2019-05-27 Thread Swapnil M Mane
Hi Craig, This issue could be related to your JDK version. Can you please share the details on which OFBiz and Java version you are using? Also, please refer to this mail thread [1], this might help you. [1] https://markmail.org/thread/iuxnioqiijhrkukp - Best Regards, Swapnil M Mane,

Fresh Install

2019-05-27 Thread Craig Parker
I've left directions for myself to get OFBiz up and running on an Ubuntu machine, but I'm missing something. ./gradlew ofbiz is giving me no output, but isn't starting up either. I can't remember where I saw documentation for showing different output.

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Pierre Smits
I wonder which entities would benefit from having the ability to register microseconds. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator ,

Re: Gradle eclipse task - classpath modification

2019-05-27 Thread Girish Vasmatkar
Filed OFBIZ-11071 for the same. Best, Girish On Mon, May 27, 2019 at 1:21 AM Taher Alkhateeb wrote: > I see, sounds good. No harm in altering the exclusions. > > On Sun, May 26, 2019 at 10:01 PM Michael Brohl > wrote: > > > > Hi Taher, > > >

Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux
There is something wrong with Mathieu's changes on (Refactor) EntityDataLoadContainer (OFBIZ-11070), reverting all for now I did a cleanData loadAll locally, worked. Then I svn updated, got this: C:\projectsASF\ofbiz>svn up Mise à jour de '.' : U   

Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Deepak Dixit
Thanks, Jacques. Kind Regards, Deepak Dixit On Mon, May 27, 2019 at 2:39 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > As we know (or not :)) this needs a complete restart of all demos, > currently running... > > Jacques > > Le 27/05/2019 à 10:53, Jacques Le Roux a écrit : > >

Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux
As we know (or not :)) this needs a complete restart of all demos, currently running... Jacques Le 27/05/2019 à 10:53, Jacques Le Roux a écrit : Thanks Deepak, Not sure what happened. I have no time to investigate at the moment. I took a copy of console.log. I'll investigate later. Trying to

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Jacques Le Roux
OK then Jacques Le 27/05/2019 à 09:15, Aditya Sharma a écrit : Indeed. I have already started working on OFBIZ-10782 but if the community decides we can include that with the current work. 1. https://issues.apache.org/jira/browse/OFBIZ-10782 Thanks and regards, Aditya Sharma Enterprise

Re: Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Jacques Le Roux
Thanks Deepak, Not sure what happened. I have no time to investigate at the moment. I took a copy of console.log. I'll investigate later. Trying to restart trunk for now... Jacques Le 27/05/2019 à 09:08, Deepak Dixit a écrit : It seems data not loaded on demo-trunk

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Aditya Sharma
Indeed. I have already started working on OFBIZ-10782 but if the community decides we can include that with the current work. 1. https://issues.apache.org/jira/browse/OFBIZ-10782 Thanks and regards, Aditya Sharma Enterprise Software Engineer *HotWax Systems* *Enterprise open source experts*

Data load issue on https://demo-trunk.ofbiz.apache.org/

2019-05-27 Thread Deepak Dixit
It seems data not loaded on demo-trunk https://demo-trunk.ofbiz.apache.org/ecommerce/control/main = A Product Store has not been defined for this ecommerce site. A Product Store can be created using the ofbizsetup wizard. == Kind Regards, Deepak Dixit

Re: Missing microseconds support in date-time picker

2019-05-27 Thread Deepak Dixit
I'd like to add support in date-time picker for microseconds, As it's possible that data generated at runtime may contain microseconds. Removing microsecond from the demo is not a proper solution. As per current implementation, we are using Date.parseExact in OfbizUtil.js, and Date.parse does not