Re: 'fail-property' inside 'call-map-processor' problem

2010-05-01 Thread Scott Gray
-inside-call-map-processor-problem-tp2067904p2077671.html Sent from the OFBiz - User mailing list archive at Nabble.com. smime.p7s Description: S/MIME cryptographic signature

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread Scott Gray
out why the java exception and why locale is null. I logged the value of locale just before 'call-map-processor' and the value is correct (fr_CA). Thanks Saad. -- View this message in context: http://ofbiz.135035.n4.nabble.com/fail-property-inside-call-map-processor-problem

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread S.Hage
Hi Scott, I changed the code like you suggested and YES this fix the problem. Thanks Saad. -- View this message in context: http://ofbiz.135035.n4.nabble.com/fail-property-inside-call-map-processor-problem-tp2067904p2077449.html Sent from the OFBiz - User mailing list archive

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread Scott Gray
suggested and YES this fix the problem. Thanks Saad. -- View this message in context: http://ofbiz.135035.n4.nabble.com/fail-property-inside-call-map-processor-problem-tp2067904p2077449.html Sent from the OFBiz - User mailing list archive at Nabble.com. smime.p7s Description: S/MIME

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-30 Thread S.Hage
I'm using the trunk rev 937852. Saad. -- View this message in context: http://ofbiz.135035.n4.nabble.com/fail-property-inside-call-map-processor-problem-tp2067904p2077671.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-28 Thread S.Hage
.nabble.com/fail-property-inside-call-map-processor-problem-tp2067904p2069307.html Sent from the OFBiz - User mailing list archive at Nabble.com.

'fail-property' inside 'call-map-processor' problem

2010-04-27 Thread S.Hage
/simple-map-processor /call-map-processor this test logged the error 'locate cannot be null' in ofbiz.log thanks in advance Saad. -- View this message in context: http://ofbiz.135035.n4.nabble.com/fail-property-inside-call-map-processor-problem-tp2067904p2067904.html Sent from the OFBiz

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-27 Thread Shubham Dubey
Hi Hage The code you are trying to write is correct, adding something more you need to add a additional tag check-errors/ see (CheckErrors.java code) which returns the fail-property errors for you . S.Hage wrote: Hi all, I'm writing a couple of tests to create a simple service. The

Re: 'fail-property' inside 'call-map-processor' problem

2010-04-27 Thread Shubham Dubey
call-map-processor in-map-name=parameters out-map-name=personContext simple-map-processor name=newPerson process field=USER_FIRST_NAMEcopy to-field=firstName/ not-empty fail-property resource=PartyUiLabels