Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- Bugzilla Bug 193258 [Regression]Running the report by genReport will pop up the error

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- Bugzilla Bug 193258 [Regression]Running the report by genReport will pop up the error

- Summary:

- Bugzilla Bug (s) Resolved:
Bugzilla Bug 193258 [Regression]Running the report by genReport will pop up the error


- Description:
 
        In OSGi framework, the bundle will look the interface classes in its depended bundles. The looking sequence is depended on the declaration sequence. As birt uses OSGi fragment bundle to import interfaces from the syste class path, it is important for us to declare the OSGi bundle as the first one in the depence list.

        Move the sac bundle after the OSGi bundle.

- Tests Description  :

        Manul test

- Notes to Build Team:

        check into both 2.2 and main branch.

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "193258: move the org.w3c.css.sac down, so the bundle loader will try the osgi framework first in runtime." -l "/org.eclipse.birt.report.engine/META-INF/MANIFEST.MF"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top