problem with id 1000 under feature category

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

problem with id 1000 under feature category

Abhishake Agarwal
Hi,

I think there is a bug while displaying  description for
productFeatureCategoryId in feature category  screen.
(https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)

description is same as Id, while in DB it is
different(productFeatureCategoryId:1000, description:Hazmat Features )
(
https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
).

I think this is the issue with Id "1000" because all the other data get
displayed correctly.

I also printed the value of EntityListIterator returned by service
performFind  in runAction method of ModelFormAction.java but all the generic
values contain proper data in it.

Please help me know what might be problem.

Regards,
Abhishake
Reply | Threaded
Open this post in threaded view
|

Re: problem with id 1000 under feature category

Abhishake Agarwal
Also I checked ListProductFeature form under FeatureForm.xml and I found no
problem in it.


On Thu, Oct 23, 2008 at 8:15 PM, Abhishake Agarwal <
[hidden email]> wrote:

> Hi,
>
> I think there is a bug while displaying  description for
> productFeatureCategoryId in feature category  screen.
> (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
>
> description is same as Id, while in DB it is
> different(productFeatureCategoryId:1000, description:Hazmat Features )
> (
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> ).
>
> I think this is the issue with Id "1000" because all the other data get
> displayed correctly.
>
> I also printed the value of EntityListIterator returned by service
> performFind  in runAction method of ModelFormAction.java but all the generic
> values contain proper data in it.
>
> Please help me know what might be problem.
>
> Regards,
> Abhishake
>
Reply | Threaded
Open this post in threaded view
|

Re: problem with id 1000 under feature category

BJ Freeman
In reply to this post by Abhishake Agarwal
anything under 10000 is demo data.
when something is added thru the UI or services it uses the
delegator.getNextSeqId
which starts at 10000
so there maybe an error in the hand editing of the demo data.

Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:

> Hi,
>
> I think there is a bug while displaying  description for
> productFeatureCategoryId in feature category  screen.
> (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
>
> description is same as Id, while in DB it is
> different(productFeatureCategoryId:1000, description:Hazmat Features )
> (
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> ).
>
> I think this is the issue with Id "1000" because all the other data get
> displayed correctly.
>
> I also printed the value of EntityListIterator returned by service
> performFind  in runAction method of ModelFormAction.java but all the generic
> values contain proper data in it.
>
> Please help me know what might be problem.
>
> Regards,
> Abhishake
>
Reply | Threaded
Open this post in threaded view
|

Re: problem with id 1000 under feature category

Abhishake Agarwal
Hi BJ,

I tried following ID's 1001, 1002 but it works well, there is only problem
with ID 1000.

Regards,
Abhishake

On Fri, Oct 24, 2008 at 3:51 AM, BJ Freeman <[hidden email]> wrote:

> anything under 10000 is demo data.
> when something is added thru the UI or services it uses the
> delegator.getNextSeqId
> which starts at 10000
> so there maybe an error in the hand editing of the demo data.
>
> Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:
> > Hi,
> >
> > I think there is a bug while displaying  description for
> > productFeatureCategoryId in feature category  screen.
> > (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
> >
> > description is same as Id, while in DB it is
> > different(productFeatureCategoryId:1000, description:Hazmat Features )
> > (
> >
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> > ).
> >
> > I think this is the issue with Id "1000" because all the other data get
> > displayed correctly.
> >
> > I also printed the value of EntityListIterator returned by service
> > performFind  in runAction method of ModelFormAction.java but all the
> generic
> > values contain proper data in it.
> >
> > Please help me know what might be problem.
> >
> > Regards,
> > Abhishake
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: problem with id 1000 under feature category

Scott Gray
Thanks for the report Abhishake, the problem was in
ProductEntityLabels.xml and it's fixed in rev. 707617

Regards
Scott

2008/10/24 Abhishake Agarwal <[hidden email]>:

> Hi BJ,
>
> I tried following ID's 1001, 1002 but it works well, there is only problem
> with ID 1000.
>
> Regards,
> Abhishake
>
> On Fri, Oct 24, 2008 at 3:51 AM, BJ Freeman <[hidden email]> wrote:
>
>> anything under 10000 is demo data.
>> when something is added thru the UI or services it uses the
>> delegator.getNextSeqId
>> which starts at 10000
>> so there maybe an error in the hand editing of the demo data.
>>
>> Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:
>> > Hi,
>> >
>> > I think there is a bug while displaying  description for
>> > productFeatureCategoryId in feature category  screen.
>> > (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
>> >
>> > description is same as Id, while in DB it is
>> > different(productFeatureCategoryId:1000, description:Hazmat Features )
>> > (
>> >
>> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
>> > ).
>> >
>> > I think this is the issue with Id "1000" because all the other data get
>> > displayed correctly.
>> >
>> > I also printed the value of EntityListIterator returned by service
>> > performFind  in runAction method of ModelFormAction.java but all the
>> generic
>> > values contain proper data in it.
>> >
>> > Please help me know what might be problem.
>> >
>> > Regards,
>> > Abhishake
>> >
>>
>