Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] Checkin: revert to use old ODA Manifest in Designer.UI

I saw this issue last night (or at least a similar one), and it wasn't BIRTs fault but DataTools.

One of the datatools plug-in adds the birth-core.jar as a runtime jar (org.eclipse.datatools.connectivity.oda). If you take that out and make the plugin depend on birt.core instead, the exception goes away.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=110884

Maybe your problem is different, but the datatools plug-in will always cause this issue until its fixed.

Jianqiang Luo wrote:

- Summary:
Revert to use old Manifest in Designer.UI.


- Bugzilla Bug (s) Resolved:
Related with 110553 Class Loader constraints


- Description:
The new ODA Manifest class of DtpManifest can not be used currently.


- Tests Description:
N/A


- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc/plugin.xml

 

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/DataSetBasePage.java

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/DataSourceSelectionPage.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


_______________________________________________ birt-dev mailing list birt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/birt-dev


Back to the top