Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312226

Summary: [Automation][Regression]GUIException throw out when first open this report
Product: z_Archived Reporter: Yong Jiang <yjiang>
Component: BIRTAssignee: Birt-ReportDesigner <Birt-ReportDesigner-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: zqian
Version: 2.2.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
test report none

Description Yong Jiang CLA 2010-05-10 05:16:22 EDT
Created attachment 167669 [details]
test report

Description:
  GUIException throw out when first open this report, no error messgae when second open this report. 

Test Build:
BIRT2.2.2 v20100507-1630

Step to reproduce:

1. open the report attached.

Expect result:
report can correctly open. 

Actual result:
GUIException throw out

Error log:
Caused by: org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.birt.report.designer.tests was unable to load class org.eclipse.birt.report.designer.tests.example.matrix.TestingMatrixUI.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:162)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.birt.report.designer.internal.ui.extension.ExtensionPointManager.loadAttributes(ExtensionPointManager.java:298)
at org.eclipse.birt.report.designer.internal.ui.extension.ExtensionPointManager.loadElements(ExtensionPointManager.java:258)
... 90 more
Comment 1 Yong Jiang CLA 2010-05-10 05:50:04 EDT
test entironment: all-in-one package + tests-suite package.

GUIException throw out when first open any report.
Comment 2 Zhiqiang Qian CLA 2010-05-19 02:54:30 EDT
fixed the broken manifest in 2.2.2 branch.
Comment 3 Yong Jiang CLA 2010-05-24 01:10:17 EDT
verified.