Skip to main content



      Home
Home » Archived » BIRT » How to remove the "The ExtendedItem must be able to access one data set" problem? (data se
How to remove the "The ExtendedItem must be able to access one data set" problem? (data se [message #149288] Wed, 29 March 2006 10:57 Go to next message
Eclipse UserFriend
Hi,

I made a new report item which doesn't need to be bind to a data set.
And I get that problem: "The ExtendedItem must be able to access one
data set".


My item works fine for now (since it's a simple one) but I'd like to
remove that problem, how can I do it?


For information, I extended the reportitemUI, reportitemPresentation and
reportitemModel.
For reportitemPresentation, I extended ReportItemPresentationBase class
and I set my output as: OUTPUT_AS_HTML_TEXT and I wrote my code in
onRowSets method.
Re: How to remove the "The ExtendedItem must be able to access one data set" problem? (dat [message #149317 is a reply to message #149288] Wed, 29 March 2006 11:00 Go to previous messageGo to next message
Eclipse UserFriend
Can you log a bugzilla entry. Looking at the 2.0.1 code it appears to
expect one for the ExtendedItem objects.
Where is the error being displayed?
The rotated text example appears to have the same problem, but it still
works.

Jason

"Yannick" <yannick@anyware-tech.com> wrote in message
news:e0eapd$a13$1@utils.eclipse.org...
> Hi,
>
> I made a new report item which doesn't need to be bind to a data set.
> And I get that problem: "The ExtendedItem must be able to access one
> data set".
>
>
> My item works fine for now (since it's a simple one) but I'd like to
> remove that problem, how can I do it?
>
>
> For information, I extended the reportitemUI, reportitemPresentation and
> reportitemModel.
> For reportitemPresentation, I extended ReportItemPresentationBase class
> and I set my output as: OUTPUT_AS_HTML_TEXT and I wrote my code in
> onRowSets method.
Re: How to remove the "The ExtendedItem must be able to access one data set" problem? (d [message #149360 is a reply to message #149288] Thu, 30 March 2006 03:13 Go to previous messageGo to next message
Eclipse UserFriend
Yannick,

Please refer to bugzilla
133795(https://bugs.eclipse.org/bugs/show_bug.cgi?id=133795)

Zhiqiang Qian


Yannick wrote:
> Hi,
>
> I made a new report item which doesn't need to be bind to a data set.
> And I get that problem: "The ExtendedItem must be able to access one
> data set".
>
>
> My item works fine for now (since it's a simple one) but I'd like to
> remove that problem, how can I do it?
>
>
> For information, I extended the reportitemUI, reportitemPresentation and
> reportitemModel.
> For reportitemPresentation, I extended ReportItemPresentationBase class
> and I set my output as: OUTPUT_AS_HTML_TEXT and I wrote my code in
> onRowSets method.
Re: How to remove the "The ExtendedItem must be able to access one data set" problem? (dat [message #149363 is a reply to message #149317] Thu, 30 March 2006 03:50 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply.

I'll log a bugzilla entry.


The error is displayed in "Problems" view in Eclipse. Also in the
"package explorer" view, there is error icon for any opened report and
associated project. In the "outline" view, the outline icon for extended
item is error icon too.

Other than that, my extended item works fine too (like the rotated text)
but it' annoying to see a problem detected when it works correctly :/


Jason Weathersby a écrit :
> Can you log a bugzilla entry. Looking at the 2.0.1 code it appears to
> expect one for the ExtendedItem objects.
> Where is the error being displayed?
> The rotated text example appears to have the same problem, but it still
> works.
>
> Jason
>
> "Yannick" <yannick@anyware-tech.com> wrote in message
> news:e0eapd$a13$1@utils.eclipse.org...
>
>>Hi,
>>
>>I made a new report item which doesn't need to be bind to a data set.
>>And I get that problem: "The ExtendedItem must be able to access one
>>data set".
>>
>>
>>My item works fine for now (since it's a simple one) but I'd like to
>>remove that problem, how can I do it?
>>
>>
>>For information, I extended the reportitemUI, reportitemPresentation and
>>reportitemModel.
>>For reportitemPresentation, I extended ReportItemPresentationBase class
>>and I set my output as: OUTPUT_AS_HTML_TEXT and I wrote my code in
>>onRowSets method.
>
>
>
Re: How to remove the "The ExtendedItem must be able to access one data set" problem? (d [message #149375 is a reply to message #149360] Thu, 30 March 2006 04:23 Go to previous message
Eclipse UserFriend
oh thanks a lot for your reply!
I was about to write a bug report, you saved me some writing :)


And thanks for the bug report number/link.

Zhiqiang Qian a écrit :
> Yannick,
>
> Please refer to bugzilla
> 133795(https://bugs.eclipse.org/bugs/show_bug.cgi?id=133795)
>
> Zhiqiang Qian
>
>
> Yannick wrote:
>
>> Hi,
>>
>> I made a new report item which doesn't need to be bind to a data set.
>> And I get that problem: "The ExtendedItem must be able to access one
>> data set".
>>
>>
>> My item works fine for now (since it's a simple one) but I'd like to
>> remove that problem, how can I do it?
>>
>>
>> For information, I extended the reportitemUI, reportitemPresentation and
>> reportitemModel.
>> For reportitemPresentation, I extended ReportItemPresentationBase class
>> and I set my output as: OUTPUT_AS_HTML_TEXT and I wrote my code in
>> onRowSets method.
Previous Topic:Filter in a group
Next Topic:Need help: multiple charts by grouping
Goto Forum:
  


Current Time: Fri Jul 04 08:13:01 EDT 2025

Powered by FUDForum. Page generated in 0.09894 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top