I downloaded the trunk version of of biz and when i go to pack an order i get
The Following Errors Occurred: Attempt to pack order failed. Packed amount does not match reserved amount for item (WG-1111) [1 / 1.000000] I recreated the issue on the demo site and get the same results. Has anyone else ran into this? The order number on the demo site is WSCO10000 Thanks! |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 There is an effort to convert from Double to big decimal. it has not been rolled into the svn yet. this is what you see. part double and part bigdecimal murp3433 sent the following on 1/25/2009 4:42 PM: > I downloaded the trunk version of of biz and when i go to pack an order i get > > > > The Following Errors Occurred: > > Attempt to pack order failed. > > Packed amount does not match reserved amount for item (WG-1111) [1 / > 1.000000] > > > I recreated the issue on the demo site and get the same results. Has anyone > else ran into this? > The order number on the demo site is WSCO10000 > > Thanks! Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJfQn8rP3NbaWWqE4RAt1TAJ9yfxvMsz/qk4s4UeQTz/AQneuivgCdEU9W PqZvx6vANboOe+QR+aQk9Ws= =jFyN -----END PGP SIGNATURE----- |
Thanks! Any idea when it will be rolled out? Or should i download a different version?
Sorry new at this :)
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 best suggestion is find where this is being done and make your own patch. you will want to replace any double casting with bigdecimal there is movement, but no firm date on the merge. murp3433 sent the following on 1/25/2009 5:23 PM: > Thanks! Any idea when it will be rolled out? Or should i download a different > version? > > Sorry new at this :) > > > BJ Freeman wrote: > There is an effort to convert from Double to big decimal. > it has not been rolled into the svn yet. > this is what you see. > part double and part bigdecimal > > murp3433 sent the following on 1/25/2009 4:42 PM: >>>> I downloaded the trunk version of of biz and when i go to pack an order i >>>> get >>>> >>>> >>>> >>>> The Following Errors Occurred: >>>> >>>> Attempt to pack order failed. >>>> >>>> Packed amount does not match reserved amount for item (WG-1111) [1 / >>>> 1.000000] >>>> >>>> >>>> I recreated the issue on the demo site and get the same results. Has >>>> anyone >>>> else ran into this? >>>> The order number on the demo site is WSCO10000 >>>> >>>> Thanks! >> >> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJfRNbrP3NbaWWqE4RAjswAKC9bccvnyn92vSdhq+jM4LHQ2I6aQCff9PD e5DJ0tLN0xe2FayZ4tK6wPQ= =H6Fa -----END PGP SIGNATURE----- |
In reply to this post by BJ Freeman
Actually, it was rolled into the trunk a couple of weeks ago. This may or may not be related to those changes, but yes it could very well be. It could also be related to other changes. One way or another it needs to be investigated and fixed, and done in the trunk (doing it in someone's own repo is useful only to that person). -David On Jan 25, 2009, at 5:55 PM, BJ Freeman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > There is an effort to convert from Double to big decimal. > it has not been rolled into the svn yet. > this is what you see. > part double and part bigdecimal > > murp3433 sent the following on 1/25/2009 4:42 PM: >> I downloaded the trunk version of of biz and when i go to pack an >> order i get >> >> >> >> The Following Errors Occurred: >> >> Attempt to pack order failed. >> >> Packed amount does not match reserved amount for item (WG-1111) [1 / >> 1.000000] >> >> >> I recreated the issue on the demo site and get the same results. >> Has anyone >> else ran into this? >> The order number on the demo site is WSCO10000 >> >> Thanks! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJfQn8rP3NbaWWqE4RAt1TAJ9yfxvMsz/qk4s4UeQTz/AQneuivgCdEU9W > PqZvx6vANboOe+QR+aQk9Ws= > =jFyN > -----END PGP SIGNATURE----- |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 thanks I must have missed the actual merge. however did not see a reason to investigate till the merge happened. so an update to the current Svn should solve the problem. IF if still exist then please make a Jira. David E Jones sent the following on 1/25/2009 8:24 PM: > > Actually, it was rolled into the trunk a couple of weeks ago. > > This may or may not be related to those changes, but yes it could very > well be. It could also be related to other changes. One way or another > it needs to be investigated and fixed, and done in the trunk (doing it > in someone's own repo is useful only to that person). > > -David > > > On Jan 25, 2009, at 5:55 PM, BJ Freeman wrote: > > There is an effort to convert from Double to big decimal. > it has not been rolled into the svn yet. > this is what you see. > part double and part bigdecimal > > murp3433 sent the following on 1/25/2009 4:42 PM: >>>> I downloaded the trunk version of of biz and when i go to pack an >>>> order i get >>>> >>>> >>>> >>>> The Following Errors Occurred: >>>> >>>> Attempt to pack order failed. >>>> >>>> Packed amount does not match reserved amount for item (WG-1111) [1 / >>>> 1.000000] >>>> >>>> >>>> I recreated the issue on the demo site and get the same results. Has >>>> anyone >>>> else ran into this? >>>> The order number on the demo site is WSCO10000 >>>> >>>> Thanks! Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJfY7crP3NbaWWqE4RApNZAKC2nfL5T1t+0iJNuWtDJQ7T4n1UzACfesV7 vSpUG8WC6XTtkHhzZhpRIec= =5Qpj -----END PGP SIGNATURE----- |
Cool, so i should just watch for the merge?
|
In reply to this post by murp3433
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 http://docs.ofbiz.org/display/OFBADMIN/Best+Practices+Guide http://docs.ofbiz.org/display/OFBADMIN/Coding+Conventions http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices http://issues.apache.org/jira/browse/OFBIZ [hidden email] sent the following on 1/27/2009 11:02 AM: > How do i submit a Jira? > > BJ Freeman wrote: > thanks I must have missed the actual merge. > however did not see a reason to investigate till the merge happened. > so an update to the current Svn should solve the problem. > IF if still exist then please make a Jira. > > David E Jones sent the following on 1/25/2009 8:24 PM: >>>> Actually, it was rolled into the trunk a couple of weeks ago. >>>> >>>> This may or may not be related to those changes, but yes it could very >>>> well be. It could also be related to other changes. One way or another >>>> it needs to be investigated and fixed, and done in the trunk (doing it >>>> in someone's own repo is useful only to that person). >>>> >>>> -David >>>> >>>> >>>> On Jan 25, 2009, at 5:55 PM, BJ Freeman wrote: >>>> >>>> There is an effort to convert from Double to big decimal. >>>> it has not been rolled into the svn yet. >>>> this is what you see. >>>> part double and part bigdecimal >>>> >>>> murp3433 sent the following on 1/25/2009 4:42 PM: >>>>>>> I downloaded the trunk version of of biz and when i go to pack an >>>>>>> order i get >>>>>>> >>>>>>> >>>>>>> >>>>>>> The Following Errors Occurred: >>>>>>> >>>>>>> Attempt to pack order failed. >>>>>>> >>>>>>> Packed amount does not match reserved amount for item (WG-1111) [1 / >>>>>>> 1.000000] >>>>>>> >>>>>>> >>>>>>> I recreated the issue on the demo site and get the same results. Has >>>>>>> anyone >>>>>>> else ran into this? >>>>>>> The order number on the demo site is WSCO10000 >>>>>>> >>>>>>> Thanks! >> >> > Quoted from: > http://www.nabble.com/Pack-order-issue-tp21658950p21663181.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJf2bJrP3NbaWWqE4RApLeAKCfJxo2v55K5M480HYbL8BfInT7WACglOZr D3J/7itHahAkQw4X77lKOlI= =lOpI -----END PGP SIGNATURE----- |
In reply to this post by David E Jones-3
It was related to those changes and is now fixed in rev. 738363
Regards Scott ----- Original Message ----- From: "David E Jones" <[hidden email]> To: [hidden email] Sent: Sunday, January 25, 2009 9:24:48 PM GMT -07:00 US/Canada Mountain Subject: Re: Pack order issue Actually, it was rolled into the trunk a couple of weeks ago. This may or may not be related to those changes, but yes it could very well be. It could also be related to other changes. One way or another it needs to be investigated and fixed, and done in the trunk (doing it in someone's own repo is useful only to that person). -David On Jan 25, 2009, at 5:55 PM, BJ Freeman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > There is an effort to convert from Double to big decimal. > it has not been rolled into the svn yet. > this is what you see. > part double and part bigdecimal > > murp3433 sent the following on 1/25/2009 4:42 PM: >> I downloaded the trunk version of of biz and when i go to pack an >> order i get >> >> >> >> The Following Errors Occurred: >> >> Attempt to pack order failed. >> >> Packed amount does not match reserved amount for item (WG-1111) [1 / >> 1.000000] >> >> >> I recreated the issue on the demo site and get the same results. >> Has anyone >> else ran into this? >> The order number on the demo site is WSCO10000 >> >> Thanks! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJfQn8rP3NbaWWqE4RAt1TAJ9yfxvMsz/qk4s4UeQTz/AQneuivgCdEU9W > PqZvx6vANboOe+QR+aQk9Ws= > =jFyN > -----END PGP SIGNATURE----- |
Free forum by Nabble | Edit this page |