Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Ecore ODA Driver"

(Ecore ODA Driver moved to Ecore ODA Driver-Proposal: Shouldn't jump to conclusions...)
 
Line 1: Line 1:
#REDIRECT [[Ecore ODA Driver-Proposal]]
+
== Getting Started ==
 +
 
 +
The Ecore ODA Driver is only available from [[#CVS|CVS]]. After checking the code out a number of dependencies may be un-met in your workspace such as: [[Connectivity|Datatools Connectivity]], [http://www.eclipse.org/modeling/emft/?project=search#search EMF Search], [http://www.eclipse.org/modeling/emf/?project=transaction#transaction EMF Transaction], and [http://www.eclipse.org/modeling/emf/?project=query#query EMF Query].  You will also need to install the EMF Model Query OCL Integration feature (or the "Next" button on the New Data Source Wizard for the Ecore ODA Data Source will be disabled) and the Data Tools Platform Enablement for JDBC (or you will see assertion failures in the ConnectionProfileManager for a missing generic db JDBC profile).
 +
 
 +
Once these dependencies have been met, you can run the BIRT Report Designer (after you have installed [http://www.eclipse.org/birt/phoenix/ BIRT], of course) and create a new report.  You might want to install the [http://www.eclipse.org/modeling/emf/updates EMF 2.3.2 Examples] and create an instance of an .extlibrary file to get started.  When adding a Data Source, a new type will display <tt>Ecore ODA Data Source</tt> and the wizard will allow you to choose a file.  Selecting and naming this Data Source and giving the name of a file will allow you to enter a new Data Set.  This is, however, pretty much the end of the line. As explained in [[#Status|Status]], above, the code is not yet complete. Column selection has not been implemented and the code currently in CVS does not correctly persist preferences.
 +
 
 +
== CVS ==
 +
 
 +
The Ecore ODA Driver and UI can be checked out of CVS from the <tt>Datatools_Project</tt> Repository of <tt>dev.eclipse.org</tt> with a path of <tt>org.eclipse.datatools.incubator/plugins</tt>.
 +
 
 +
Browse: [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.datatools.incubator/plugins/?root=Datatools_Project ViewCVS]

Revision as of 00:55, 10 April 2008

Getting Started

The Ecore ODA Driver is only available from CVS. After checking the code out a number of dependencies may be un-met in your workspace such as: Datatools Connectivity, EMF Search, EMF Transaction, and EMF Query. You will also need to install the EMF Model Query OCL Integration feature (or the "Next" button on the New Data Source Wizard for the Ecore ODA Data Source will be disabled) and the Data Tools Platform Enablement for JDBC (or you will see assertion failures in the ConnectionProfileManager for a missing generic db JDBC profile).

Once these dependencies have been met, you can run the BIRT Report Designer (after you have installed BIRT, of course) and create a new report. You might want to install the EMF 2.3.2 Examples and create an instance of an .extlibrary file to get started. When adding a Data Source, a new type will display Ecore ODA Data Source and the wizard will allow you to choose a file. Selecting and naming this Data Source and giving the name of a file will allow you to enter a new Data Set. This is, however, pretty much the end of the line. As explained in Status, above, the code is not yet complete. Column selection has not been implemented and the code currently in CVS does not correctly persist preferences.

CVS

The Ecore ODA Driver and UI can be checked out of CVS from the Datatools_Project Repository of dev.eclipse.org with a path of org.eclipse.datatools.incubator/plugins.

Browse: ViewCVS

Copyright © Eclipse Foundation, Inc. All Rights Reserved.