Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [115725] oda adapter should not interpret data source id as a bundle id

Title: CHECKIN: [115725] oda adapter should not interpret data source id as a bundle id

Summary:
Fixed the birt-dtp oda adapter to use the plugin name for the Platform bundle lookup.

Bugzilla Entry(ies) Resolved:
115725

Description:
Fixed the birt-dtp oda adapter to use a plugin name, instead of an oda data source element id, for the Platform bundle lookup.  This allows a BIRT ODA plugin to have a different name from its oda data source element id.  Note that this only applies to old BIRT ODA plugins whose implemented interfaces are now deprecated.

Also added a new junit test case to test loading a BIRT ODA plug-in via the oda adapter.

Tests Description:
Added new JUnit tests

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data/
        BuildData.xml
        test/org/eclipse/birt/data/engine/odaconsumer/
                ManifestExplorerTest.java
org.eclipse.birt.data.oda.adapter.dtp/
        Driver.java

Files Added:
org.eclipse.birt.data/
        test/org/eclipse/birt/data/engine/odaconsumer/
                BirtOdaAdapter.java
        test/org/eclipse/birt/data/engine/odaconsumer/birtdriver/
                .cvsignore
                build.xml
                plugin.xml
                TestBirtConnectionImpl.java
                TestBirtDriverImpl.java
        test/plugins/org.eclipse.birt.data.engine.odaconsumer.birtdriver/
                .cvsignore

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.


Back to the top