Error message price list

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

Error message price list

wp.rauchholz
I made a fresh install of latest 16.11  stable.
When entering a new price I get hte following error message: java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
A price record through is was created.

When deleting a reord, I get he dollowing message:
java.lang.ClassCastException: Incompatible class: java.math.BigDecimal

Thanks, Wolfgang
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Amit Gadaley
Hi Wolfgang,

Could you please add more details like which screen are you using to run
this operation and the data that are you trying to insert.

On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
[hidden email]> wrote:

> I made a fresh install of latest 16.11  stable.
> When entering a new price I get hte following error message:
> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> A price record through is was created.
>
> When deleting a reord, I get he dollowing message:
> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>
> Thanks, Wolfgang
>


--
Kind Regards,
*Amit Gadaley* | Technical Consultant
HotWax Systems <http://www.hotwaxsystems.com/>
Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P., India - 452010
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Swapnil M Mane
Hi Wolfgang,

It seems this issue is related to
https://issues.apache.org/jira/browse/OFBIZ-10837
Please feel free to comment on the ticket.


- Best Regards,
Swapnil M Mane,
ofbiz.apache.org

On Thu, Mar 14, 2019 at 11:34 AM Amit Gadaley <
[hidden email]> wrote:

> Hi Wolfgang,
>
> Could you please add more details like which screen are you using to run
> this operation and the data that are you trying to insert.
>
> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
> [hidden email]> wrote:
>
> > I made a fresh install of latest 16.11  stable.
> > When entering a new price I get hte following error message:
> > java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> > A price record through is was created.
> >
> > When deleting a reord, I get he dollowing message:
> > java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
> >
> > Thanks, Wolfgang
> >
>
>
> --
> Kind Regards,
> *Amit Gadaley* | Technical Consultant
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P., India - 452010
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

wp.rauchholz
In reply to this post by Amit Gadaley
I re-produced the error:

   1. Go to Catalog > Product>
   2. Select a Product
   3. Got to tab  'Prices':
      1. Price Type: Promotional Price or Defasul Price
      2. Price
      3. termUOMId: Other: Each
      4. Tax Percentage: 10%
      5. Tax in Price

This generates the error as described.

Wolfgang



On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <[hidden email]>
wrote:

> Hi Wolfgang,
>
> Could you please add more details like which screen are you using to run
> this operation and the data that are you trying to insert.
>
> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
> [hidden email]> wrote:
>
> > I made a fresh install of latest 16.11  stable.
> > When entering a new price I get hte following error message:
> > java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> > A price record through is was created.
> >
> > When deleting a reord, I get he dollowing message:
> > java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
> >
> > Thanks, Wolfgang
> >
>
>
> --
> Kind Regards,
> *Amit Gadaley* | Technical Consultant
> HotWax Systems <http://www.hotwaxsystems.com/>
> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> Indore,
> M.P., India - 452010
>


--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
Hi Wolfgang,

Actually you did not use the last stable release but the R16 branch.

I have fixed the issue with https://issues.apache.org/jira/browse/OFBIZ-10837

Please update and try again

Thanks

Jacques

Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :

> I re-produced the error:
>
>     1. Go to Catalog > Product>
>     2. Select a Product
>     3. Got to tab  'Prices':
>        1. Price Type: Promotional Price or Defasul Price
>        2. Price
>        3. termUOMId: Other: Each
>        4. Tax Percentage: 10%
>        5. Tax in Price
>
> This generates the error as described.
>
> Wolfgang
>
>
>
> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <[hidden email]>
> wrote:
>
>> Hi Wolfgang,
>>
>> Could you please add more details like which screen are you using to run
>> this operation and the data that are you trying to insert.
>>
>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
>> [hidden email]> wrote:
>>
>>> I made a fresh install of latest 16.11  stable.
>>> When entering a new price I get hte following error message:
>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>>> A price record through is was created.
>>>
>>> When deleting a reord, I get he dollowing message:
>>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>>>
>>> Thanks, Wolfgang
>>>
>>
>> --
>> Kind Regards,
>> *Amit Gadaley* | Technical Consultant
>> HotWax Systems <http://www.hotwaxsystems.com/>
>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>> Indore,
>> M.P., India - 452010
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

wp.rauchholz
Thank you Jacques.
How to apply a patch in ofbiz.
The Howto is not yet dome.
https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz

Wolfgang

On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
[hidden email]> wrote:

> Hi Wolfgang,
>
> Actually you did not use the last stable release but the R16 branch.
>
> I have fixed the issue with
> https://issues.apache.org/jira/browse/OFBIZ-10837
>
> Please update and try again
>
> Thanks
>
> Jacques
>
> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
> > I re-produced the error:
> >
> >     1. Go to Catalog > Product>
> >     2. Select a Product
> >     3. Got to tab  'Prices':
> >        1. Price Type: Promotional Price or Defasul Price
> >        2. Price
> >        3. termUOMId: Other: Each
> >        4. Tax Percentage: 10%
> >        5. Tax in Price
> >
> > This generates the error as described.
> >
> > Wolfgang
> >
> >
> >
> > On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
> [hidden email]>
> > wrote:
> >
> >> Hi Wolfgang,
> >>
> >> Could you please add more details like which screen are you using to run
> >> this operation and the data that are you trying to insert.
> >>
> >> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
> >> [hidden email]> wrote:
> >>
> >>> I made a fresh install of latest 16.11  stable.
> >>> When entering a new price I get hte following error message:
> >>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> >>> A price record through is was created.
> >>>
> >>> When deleting a reord, I get he dollowing message:
> >>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
> >>>
> >>> Thanks, Wolfgang
> >>>
> >>
> >> --
> >> Kind Regards,
> >> *Amit Gadaley* | Technical Consultant
> >> HotWax Systems <http://www.hotwaxsystems.com/>
> >> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> >> Indore,
> >> M.P., India - 452010
> >>
> >
>


--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
You maybe not need to, how did you download the version you use?

Jacques

Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :

> Thank you Jacques.
> How to apply a patch in ofbiz.
> The Howto is not yet dome.
> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
>
> Wolfgang
>
> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
> [hidden email]> wrote:
>
>> Hi Wolfgang,
>>
>> Actually you did not use the last stable release but the R16 branch.
>>
>> I have fixed the issue with
>> https://issues.apache.org/jira/browse/OFBIZ-10837
>>
>> Please update and try again
>>
>> Thanks
>>
>> Jacques
>>
>> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
>>> I re-produced the error:
>>>
>>>      1. Go to Catalog > Product>
>>>      2. Select a Product
>>>      3. Got to tab  'Prices':
>>>         1. Price Type: Promotional Price or Defasul Price
>>>         2. Price
>>>         3. termUOMId: Other: Each
>>>         4. Tax Percentage: 10%
>>>         5. Tax in Price
>>>
>>> This generates the error as described.
>>>
>>> Wolfgang
>>>
>>>
>>>
>>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
>> [hidden email]>
>>> wrote:
>>>
>>>> Hi Wolfgang,
>>>>
>>>> Could you please add more details like which screen are you using to run
>>>> this operation and the data that are you trying to insert.
>>>>
>>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
>>>> [hidden email]> wrote:
>>>>
>>>>> I made a fresh install of latest 16.11  stable.
>>>>> When entering a new price I get hte following error message:
>>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>>>>> A price record through is was created.
>>>>>
>>>>> When deleting a reord, I get he dollowing message:
>>>>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>>>>>
>>>>> Thanks, Wolfgang
>>>>>
>>>> --
>>>> Kind Regards,
>>>> *Amit Gadaley* | Technical Consultant
>>>> HotWax Systems <http://www.hotwaxsystems.com/>
>>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>>>> Indore,
>>>> M.P., India - 452010
>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

wp.rauchholz
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11
ofbiz.16.11


On Thu, Mar 14, 2019 at 9:41 AM Jacques Le Roux <
[hidden email]> wrote:

> You maybe not need to, how did you download the version you use?
>
> Jacques
>
> Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :
> > Thank you Jacques.
> > How to apply a patch in ofbiz.
> > The Howto is not yet dome.
> >
> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
> >
> > Wolfgang
> >
> > On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
> > [hidden email]> wrote:
> >
> >> Hi Wolfgang,
> >>
> >> Actually you did not use the last stable release but the R16 branch.
> >>
> >> I have fixed the issue with
> >> https://issues.apache.org/jira/browse/OFBIZ-10837
> >>
> >> Please update and try again
> >>
> >> Thanks
> >>
> >> Jacques
> >>
> >> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
> >>> I re-produced the error:
> >>>
> >>>      1. Go to Catalog > Product>
> >>>      2. Select a Product
> >>>      3. Got to tab  'Prices':
> >>>         1. Price Type: Promotional Price or Defasul Price
> >>>         2. Price
> >>>         3. termUOMId: Other: Each
> >>>         4. Tax Percentage: 10%
> >>>         5. Tax in Price
> >>>
> >>> This generates the error as described.
> >>>
> >>> Wolfgang
> >>>
> >>>
> >>>
> >>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
> >> [hidden email]>
> >>> wrote:
> >>>
> >>>> Hi Wolfgang,
> >>>>
> >>>> Could you please add more details like which screen are you using to
> run
> >>>> this operation and the data that are you trying to insert.
> >>>>
> >>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
> >>>> [hidden email]> wrote:
> >>>>
> >>>>> I made a fresh install of latest 16.11  stable.
> >>>>> When entering a new price I get hte following error message:
> >>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> >>>>> A price record through is was created.
> >>>>>
> >>>>> When deleting a reord, I get he dollowing message:
> >>>>> java.lang.ClassCastException: Incompatible class:
> java.math.BigDecimal
> >>>>>
> >>>>> Thanks, Wolfgang
> >>>>>
> >>>> --
> >>>> Kind Regards,
> >>>> *Amit Gadaley* | Technical Consultant
> >>>> HotWax Systems <http://www.hotwaxsystems.com/>
> >>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> >>>> Indore,
> >>>> M.P., India - 452010
> >>>>
> >
>


--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Wolfgang,

Please use rather the user ML for such questions, see why here http://ofbiz.apache.org/mailing-lists.html
You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

Thanks

This said, R17.12 is not an considered official release. It's a branch not an official packaged release. But it will be "soon" released. Please check
https://ofbiz.apache.org/download.html to understand how releasing works

Jacques

Le 14/03/2019 à 09:37, Wolfgang Paul Rauchholz a écrit :

> Jacques, is 17.12 considered official relase or is it still under development?
>
> Wolfgang
>
> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <[hidden email] <mailto:[hidden email]>> wrote:
>
>     Hi Wolfgang,
>
>     Actually you did not use the last stable release but the R16 branch.
>
>     I have fixed the issue with https://issues.apache.org/jira/browse/OFBIZ-10837
>
>     Please update and try again
>
>     Thanks
>
>     Jacques
>
>     Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
>     > I re-produced the error:
>     >
>     >     1. Go to Catalog > Product>
>     >     2. Select a Product
>     >     3. Got to tab  'Prices':
>     >        1. Price Type: Promotional Price or Defasul Price
>     >        2. Price
>     >        3. termUOMId: Other: Each
>     >        4. Tax Percentage: 10%
>     >        5. Tax in Price
>     >
>     > This generates the error as described.
>     >
>     > Wolfgang
>     >
>     >
>     >
>     > On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <[hidden email] <mailto:[hidden email]>>
>     > wrote:
>     >
>     >> Hi Wolfgang,
>     >>
>     >> Could you please add more details like which screen are you using to run
>     >> this operation and the data that are you trying to insert.
>     >>
>     >> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <mailto:[hidden email]> <
>     >> [hidden email] <mailto:[hidden email]>> wrote:
>     >>
>     >>> I made a fresh install of latest 16.11  stable.
>     >>> When entering a new price I get hte following error message:
>     >>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>     >>> A price record through is was created.
>     >>>
>     >>> When deleting a reord, I get he dollowing message:
>     >>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>     >>>
>     >>> Thanks, Wolfgang
>     >>>
>     >>
>     >> --
>     >> Kind Regards,
>     >> *Amit Gadaley* | Technical Consultant
>     >> HotWax Systems <http://www.hotwaxsystems.com/>
>     >> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>     >> Indore,
>     >> M.P., India - 452010
>     >>
>     >
>
>
>
> --
>
> Wolfgang Rauchholz
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
In reply to this post by wp.rauchholz
Then you simply need to update your working copy

use: svn up in the root directory, you will have to do the same in the plugins directory if you have installed and use few plugins. Please refer to
README.md.html

HTH

Jacques

Le 14/03/2019 à 09:46, Wolfgang Paul Rauchholz a écrit :

> svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11
> ofbiz.16.11
>
>
> On Thu, Mar 14, 2019 at 9:41 AM Jacques Le Roux <
> [hidden email]> wrote:
>
>> You maybe not need to, how did you download the version you use?
>>
>> Jacques
>>
>> Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :
>>> Thank you Jacques.
>>> How to apply a patch in ofbiz.
>>> The Howto is not yet dome.
>>>
>> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
>>> Wolfgang
>>>
>>> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
>>> [hidden email]> wrote:
>>>
>>>> Hi Wolfgang,
>>>>
>>>> Actually you did not use the last stable release but the R16 branch.
>>>>
>>>> I have fixed the issue with
>>>> https://issues.apache.org/jira/browse/OFBIZ-10837
>>>>
>>>> Please update and try again
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>>
>>>> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
>>>>> I re-produced the error:
>>>>>
>>>>>       1. Go to Catalog > Product>
>>>>>       2. Select a Product
>>>>>       3. Got to tab  'Prices':
>>>>>          1. Price Type: Promotional Price or Defasul Price
>>>>>          2. Price
>>>>>          3. termUOMId: Other: Each
>>>>>          4. Tax Percentage: 10%
>>>>>          5. Tax in Price
>>>>>
>>>>> This generates the error as described.
>>>>>
>>>>> Wolfgang
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
>>>> [hidden email]>
>>>>> wrote:
>>>>>
>>>>>> Hi Wolfgang,
>>>>>>
>>>>>> Could you please add more details like which screen are you using to
>> run
>>>>>> this operation and the data that are you trying to insert.
>>>>>>
>>>>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
>>>>>> [hidden email]> wrote:
>>>>>>
>>>>>>> I made a fresh install of latest 16.11  stable.
>>>>>>> When entering a new price I get hte following error message:
>>>>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>>>>>>> A price record through is was created.
>>>>>>>
>>>>>>> When deleting a reord, I get he dollowing message:
>>>>>>> java.lang.ClassCastException: Incompatible class:
>> java.math.BigDecimal
>>>>>>> Thanks, Wolfgang
>>>>>>>
>>>>>> --
>>>>>> Kind Regards,
>>>>>> *Amit Gadaley* | Technical Consultant
>>>>>> HotWax Systems <http://www.hotwaxsystems.com/>
>>>>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>>>>>> Indore,
>>>>>> M.P., India - 452010
>>>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
In reply to this post by wp.rauchholz
Thanks  Wolfgang,

I was unaware of this page, I'll complete it when I'll get a chance...

Jacques

Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :

> Thank you Jacques.
> How to apply a patch in ofbiz.
> The Howto is not yet dome.
> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
>
> Wolfgang
>
> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
> [hidden email]> wrote:
>
>> Hi Wolfgang,
>>
>> Actually you did not use the last stable release but the R16 branch.
>>
>> I have fixed the issue with
>> https://issues.apache.org/jira/browse/OFBIZ-10837
>>
>> Please update and try again
>>
>> Thanks
>>
>> Jacques
>>
>> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
>>> I re-produced the error:
>>>
>>>      1. Go to Catalog > Product>
>>>      2. Select a Product
>>>      3. Got to tab  'Prices':
>>>         1. Price Type: Promotional Price or Defasul Price
>>>         2. Price
>>>         3. termUOMId: Other: Each
>>>         4. Tax Percentage: 10%
>>>         5. Tax in Price
>>>
>>> This generates the error as described.
>>>
>>> Wolfgang
>>>
>>>
>>>
>>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
>> [hidden email]>
>>> wrote:
>>>
>>>> Hi Wolfgang,
>>>>
>>>> Could you please add more details like which screen are you using to run
>>>> this operation and the data that are you trying to insert.
>>>>
>>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
>>>> [hidden email]> wrote:
>>>>
>>>>> I made a fresh install of latest 16.11  stable.
>>>>> When entering a new price I get hte following error message:
>>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>>>>> A price record through is was created.
>>>>>
>>>>> When deleting a reord, I get he dollowing message:
>>>>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>>>>>
>>>>> Thanks, Wolfgang
>>>>>
>>>> --
>>>> Kind Regards,
>>>> *Amit Gadaley* | Technical Consultant
>>>> HotWax Systems <http://www.hotwaxsystems.com/>
>>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>>>> Indore,
>>>> M.P., India - 452010
>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

Jacques Le Roux
Administrator
Done quickly

HTH

Le 14/03/2019 à 10:43, Jacques Le Roux a écrit :

> Thanks Wolfgang,
>
> I was unaware of this page, I'll complete it when I'll get a chance...
>
> Jacques
>
> Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :
>> Thank you Jacques.
>> How to apply a patch in ofbiz.
>> The Howto is not yet dome.
>> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
>>
>> Wolfgang
>>
>> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
>> [hidden email]> wrote:
>>
>>> Hi Wolfgang,
>>>
>>> Actually you did not use the last stable release but the R16 branch.
>>>
>>> I have fixed the issue with
>>> https://issues.apache.org/jira/browse/OFBIZ-10837
>>>
>>> Please update and try again
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
>>>> I re-produced the error:
>>>>
>>>>      1. Go to Catalog > Product>
>>>>      2. Select a Product
>>>>      3. Got to tab  'Prices':
>>>>         1. Price Type: Promotional Price or Defasul Price
>>>>         2. Price
>>>>         3. termUOMId: Other: Each
>>>>         4. Tax Percentage: 10%
>>>>         5. Tax in Price
>>>>
>>>> This generates the error as described.
>>>>
>>>> Wolfgang
>>>>
>>>>
>>>>
>>>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
>>> [hidden email]>
>>>> wrote:
>>>>
>>>>> Hi Wolfgang,
>>>>>
>>>>> Could you please add more details like which screen are you using to run
>>>>> this operation and the data that are you trying to insert.
>>>>>
>>>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> I made a fresh install of latest 16.11  stable.
>>>>>> When entering a new price I get hte following error message:
>>>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
>>>>>> A price record through is was created.
>>>>>>
>>>>>> When deleting a reord, I get he dollowing message:
>>>>>> java.lang.ClassCastException: Incompatible class: java.math.BigDecimal
>>>>>>
>>>>>> Thanks, Wolfgang
>>>>>>
>>>>> --
>>>>> Kind Regards,
>>>>> *Amit Gadaley* | Technical Consultant
>>>>> HotWax Systems <http://www.hotwaxsystems.com/>
>>>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>>>>> Indore,
>>>>> M.P., India - 452010
>>>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Error message price list

wp.rauchholz
Okay, I will post in mailing list in the future. But I just got a last
quesiton.
I am currentyly on 16.11
I executed 'svn up'. The only thing that happend was that plugins in
/usr/loocal/ofbiz/specialpurpose we restored, but no further update done.
So I still have the issue of the price list.

Wolfgang

On Thu, Mar 14, 2019 at 11:39 AM Jacques Le Roux <
[hidden email]> wrote:

> Done quickly
>
> HTH
>
> Le 14/03/2019 à 10:43, Jacques Le Roux a écrit :
> > Thanks Wolfgang,
> >
> > I was unaware of this page, I'll complete it when I'll get a chance...
> >
> > Jacques
> >
> > Le 14/03/2019 à 09:36, Wolfgang Paul Rauchholz a écrit :
> >> Thank you Jacques.
> >> How to apply a patch in ofbiz.
> >> The Howto is not yet dome.
> >>
> https://cwiki.apache.org/confluence/display/OFBENDUSER/How+to+apply+a+patch+to+OFBiz
> >>
> >> Wolfgang
> >>
> >> On Thu, Mar 14, 2019 at 9:32 AM Jacques Le Roux <
> >> [hidden email]> wrote:
> >>
> >>> Hi Wolfgang,
> >>>
> >>> Actually you did not use the last stable release but the R16 branch.
> >>>
> >>> I have fixed the issue with
> >>> https://issues.apache.org/jira/browse/OFBIZ-10837
> >>>
> >>> Please update and try again
> >>>
> >>> Thanks
> >>>
> >>> Jacques
> >>>
> >>> Le 14/03/2019 à 09:01, Wolfgang Paul Rauchholz a écrit :
> >>>> I re-produced the error:
> >>>>
> >>>>      1. Go to Catalog > Product>
> >>>>      2. Select a Product
> >>>>      3. Got to tab  'Prices':
> >>>>         1. Price Type: Promotional Price or Defasul Price
> >>>>         2. Price
> >>>>         3. termUOMId: Other: Each
> >>>>         4. Tax Percentage: 10%
> >>>>         5. Tax in Price
> >>>>
> >>>> This generates the error as described.
> >>>>
> >>>> Wolfgang
> >>>>
> >>>>
> >>>>
> >>>> On Thu, Mar 14, 2019 at 7:04 AM Amit Gadaley <
> >>> [hidden email]>
> >>>> wrote:
> >>>>
> >>>>> Hi Wolfgang,
> >>>>>
> >>>>> Could you please add more details like which screen are you using to
> run
> >>>>> this operation and the data that are you trying to insert.
> >>>>>
> >>>>> On Sat, Mar 9, 2019 at 5:45 PM [hidden email] <
> >>>>> [hidden email]> wrote:
> >>>>>
> >>>>>> I made a fresh install of latest 16.11  stable.
> >>>>>> When entering a new price I get hte following error message:
> >>>>>> java.lang.ClassCastException: Incompatible class: java.sql.Timestamp
> >>>>>> A price record through is was created.
> >>>>>>
> >>>>>> When deleting a reord, I get he dollowing message:
> >>>>>> java.lang.ClassCastException: Incompatible class:
> java.math.BigDecimal
> >>>>>>
> >>>>>> Thanks, Wolfgang
> >>>>>>
> >>>>> --
> >>>>> Kind Regards,
> >>>>> *Amit Gadaley* | Technical Consultant
> >>>>> HotWax Systems <http://www.hotwaxsystems.com/>
> >>>>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
> >>>>> Indore,
> >>>>> M.P., India - 452010
> >>>>>
> >>
> >
>


--

Wolfgang Rauchholz