Fwd: Re: About OFBiz Email Passwords Sending

2018-03-20 Thread Jacques Le Roux
For a reason this did not reach its target Message transféré Sujet : Re: About OFBiz Email Passwords Sending Date : Tue, 20 Mar 2018 13:04:42 +0100 De :Jacques Le Roux <jacques.le.r...@les7arts.com> Organisation : Les Arts Informatiques Pour :

Re: About OFBiz Email Passwords Sending

2018-03-20 Thread Jacques Le Roux
Thanks Paul, You beat me on it (I remember your comment in a Jira about that) Jacques Le 20/03/2018 à 03:35, Paul Foxworthy a écrit : Hi all, Please, please do not use a string value, any string value, to communicate a null value in XML. It is extremely fragile and dangerous. There is a

Re: About OFBiz Email Passwords Sending

2018-03-20 Thread Jacques Le Roux
Please help yourself: https://ofbiz.apache.org/mailing-lists.html If it does not work come back to us we can unsubscribe you Jacques Le 20/03/2018 à 09:51, harry mead a écrit : How do I unsubscribe ? Sent from my iPhone On 20 Mar 2018, at 02:35, Paul Foxworthy wrote:

RE: About OFBiz Email Passwords Sending

2018-03-20 Thread Gareth Carter
:arun.pati...@hotwaxsystems.com> 发送时间: 2018年3月16日 16:42 收件人: user@ofbiz.apache.org<mailto:user@ofbiz.apache.org<mailto:user@ofbiz.apache.org%3cmailto:user@ofbiz.apache.org>> 抄送: arunpati...@apache.org<mailto:arunpati...@apache.org<mailto:arunpati...@apache.org%3cmailto:ar

Re: About OFBiz Email Passwords Sending

2018-03-20 Thread harry mead
How do I unsubscribe ? Sent from my iPhone > On 20 Mar 2018, at 02:35, Paul Foxworthy wrote: > > Hi all, > > Please, please do not use a string value, any string value, to communicate > a null value in XML. It is extremely fragile and dangerous. There is a > canonical way

Re: About OFBiz Email Passwords Sending

2018-03-19 Thread Paul Foxworthy
Hi all, Please, please do not use a string value, any string value, to communicate a null value in XML. It is extremely fragile and dangerous. There is a canonical way to represent nulls in XML: the *attribute* xsi:nil. See https://docstore.mik.ua/orelly/xml/schema/ch11_03.htm . Cheers Paul

Re: About OFBiz Email Passwords Sending

2018-03-19 Thread Arun Patidar
Hi Jacques, Here, there are issues 1) SystemProperty data issue with empty fields: Regarding this issue, you shared all history. Here, my opinion is to use "null-field" to specify an empty value in SytemProperty, like we do in XML forms and services. This will avoid confusion to use

Re: About OFBiz Email Passwords Sending

2018-03-19 Thread Jacques Le Roux
Hi Arun, This value were added by me with http://svn.apache.org/viewvc?view=revision=1748560

Re: About OFBiz Email Passwords Sending

2018-03-16 Thread Arun Patidar
Hello Jacques, There are still some occurrences in the code for systemPropertyValue="". This empty field should be removed to prevent data overridden. Added an example data in the ticket OFBIZ-10282 -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development

Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Jacques Le Roux
Sorry missed to say that it's on the dev ML Jacques Le 15/03/2018 à 18:28, Jacques Le Roux a écrit : Hi Suraj, Before diving in this action, could you please check the thread "Deprecate properties in favour of SystemProperties" Notably https://markmail.org/message/opldepaevls3y3ob Thanks

Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Jacques Le Roux
Hi Suraj, Before diving in this action, could you please check the thread "Deprecate properties in favour of SystemProperties" Notably https://markmail.org/message/opldepaevls3y3ob Thanks Jacques Le 15/03/2018 à 12:53, Suraj Khurana a écrit : Hi Michael, Schumann, As per some recent code

Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Suraj Khurana
Hi Michael, Schumann, As per some recent code changes, there are many empty fields in data files which removes the data when some reader is again loaded into the system. Lets say I configured some email settings and mistakenly if ext reader is loaded again, that data will be corrupted and user is

Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Michael Brohl
Hi Schumann, please have a look at the SystemProperty table. Currently the demo data loads some configuration for email so the changes in general.properties are partly overwritten in the configuration logic. Either change the database entries or remove them to use general.properties settings.