Bug 332465 - Radar Chart doesn't work in Standalone Program
Summary: Radar Chart doesn't work in Standalone Program
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.6.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-Chart-inbox@eclipse.org CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 14:16 EST by Ronny CLA
Modified: 2011-02-23 22:04 EST (History)
1 user (show)

See Also:


Attachments
Stacktrace of the Exception (3.69 KB, text/plain)
2010-12-13 14:17 EST, Ronny CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronny CLA 2010-12-13 14:16:57 EST
Build Identifier: 20100917-0705

If u are writing at STANDALONE SWT Program and try to create the Radar Chart with it. Then the Program crashed with an NullpointerException.
I used also org.eclipse.birt.chart.examples.api.viewer.SwtLiveChartViewer.java
and put from the BIRTExample Project the Radar.createRadar() in. I get the same Exception.

11.12.2010 21:21:33 org.eclipse.birt.chart.util.PluginSettings getRenderer
SCHWERWIEGEND: (STANDALONE-ENV) Could not find series renderer impl for org.eclipse.birt.chart.examples.radar.model.type.impl.RadarSeriesImpl
java.lang.NullPointerException
...


Reproducible: Always
Comment 1 Ronny CLA 2010-12-13 14:17:52 EST
Created attachment 185087 [details]
Stacktrace of the Exception
Comment 2 Xiaoying Gu CLA 2011-02-22 21:28:06 EST
Would you please attach the example code of your SwtLiveChartViewer.java
 for me to reproduce?