Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: BZ 110553 Class Loader Constraints Exception

Title: CHECKIN: BZ 110553 Class Loader Constraints Exception

Summary:
Resolved the ODA manifest class loader constraints exception found.

Bugzilla Entry(ies) Resolved:
110553

Description:
Resolved the ODA manifest class loader constraints exception found when BIRT components call the oda manifest explorer to provide a list of BIRT and DTP ODA extensions.  The exception was caused by a mixed use of classes loaded by different class loaders.

Tests Description:
Tested in Eclipse plug-in deployment environment.

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data.oda/
        plugin.xml
        BuildOda.xml  
        src/org/eclipse/birt/data/oda/DtpManifestExplorer.java

CVS:/cvsroot/datatools/org.eclipse.datatools.connectivity/plugins/
org.eclipse.datatools.connectivity.oda/
        plugin.xml
        src/org/eclipse/datatools/connectivity/oda/ManifestExplorer.java

Files Added:
None.

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.


Back to the top