trivial update to "convertUom" script
------------------------------------- Key: OFBIZ-4402 URL: https://issues.apache.org/jira/browse/OFBIZ-4402 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Leon Priority: Trivial Fix For: SVN trunk if we setup the custom uom conversion method which is called by convertUom service, and then invoke convertUom service, the exception raised: {quote}Could not complete the Convert UOM values...blahblah...Unknown parameter found: [convertUomCustom.asOfDate]Unknown parameter found: [convertUomCustom.defaultDecimalScale]Unknown parameter found: [convertUomCustom.defaultRoundingMode]Unknown parameter found: [convertUomCustom.purposeEnumId].{quote} The attached patch fix this problem. btw, anyone know why should service engine framework check the "Unknown parameter"? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leon updated OFBIZ-4402: ------------------------ Attachment: OFBIZ-4402-convertUom.patch > trivial update to "convertUom" script > ------------------------------------- > > Key: OFBIZ-4402 > URL: https://issues.apache.org/jira/browse/OFBIZ-4402 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Leon > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4402-convertUom.patch > > > if we setup the custom uom conversion method which is called by convertUom service, and then invoke convertUom service, the exception raised: {quote}Could not complete the Convert UOM values...blahblah...Unknown parameter found: [convertUomCustom.asOfDate]Unknown parameter found: [convertUomCustom.defaultDecimalScale]Unknown parameter found: [convertUomCustom.defaultRoundingMode]Unknown parameter found: [convertUomCustom.purposeEnumId].{quote} > The attached patch fix this problem. > btw, anyone know why should service engine framework check the "Unknown parameter"? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4402. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 11.04 Release Branch 10.04 Release Branch 09.04 Assignee: Jacques Le Roux Thanks Leon, Your patch is in trunk r1167480 R11.04 r1167486 R10.04 r1167485 R09.04 r1167484 > trivial update to "convertUom" script > ------------------------------------- > > Key: OFBIZ-4402 > URL: https://issues.apache.org/jira/browse/OFBIZ-4402 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Leon > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: Release Branch 09.04, Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4402-convertUom.patch > > > if we setup the custom uom conversion method which is called by convertUom service, and then invoke convertUom service, the exception raised: {quote}Could not complete the Convert UOM values...blahblah...Unknown parameter found: [convertUomCustom.asOfDate]Unknown parameter found: [convertUomCustom.defaultDecimalScale]Unknown parameter found: [convertUomCustom.defaultRoundingMode]Unknown parameter found: [convertUomCustom.purposeEnumId].{quote} > The attached patch fix this problem. > btw, anyone know why should service engine framework check the "Unknown parameter"? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |