About driver

manual

BIRT/ODA ObjectDB Driver

Explains how to use the ObjectDB/JPA data source BIRT driver. The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and ... This page covers the following topics: Driver Installation ObjectDB/JPA Data Source Data ... Report Generation with BIRT and JPA tutorial. Driver Installation The driver is available as an Eclipse for Java EE ...

 
tutorial

Step 1: Install BIRT and ObjectDB Driver

Explains how to install the BIRT and ObjectDB Eclipse features/plugins.... BIRT development environment and the ObjectDB data source driver. Installing BIRT Choose one of the following options to ... the IDE. Installing the ObjectDB Data Source Driver To install the ObjectDB data source driver for BIRT: ...

 
tutorial

Report Generation with BIRT and JPA

Demonstrates how to use ObjectDB as a data source of the Business Intelligence and Reporting Tools (BIRT), open source report generator.... steps:  Step 1: Install BIRT and ObjectDB Driver Step 2: Create a Project and a Report Step 3: Create an ...

 
issue

BIRT Driver Improvements

Currently the ObjectDB BIRT driver has the following limitations that should be fixed: It works with Eclipse 3.6 and BIRT 2.6 but not with Eclipse 3.7 and BIRT 3.7. It is bound to a specific ObjectDB version that it contains. ... Currently the ObjectDB BIRT driver has the following limitations that should be fixed: It ... should be available on maven to be able to integrate the driver not only with Eclipse but also with your runtime that, at the end, ...

 
forum_thread

em.flush(); em.clear(); loosing data and not persisting managed objects

I'm having trouble with flush() and clear() in a loop inside a transaction not persisting modified objects to database. Sometimes it does other times it doesn't. Here is my Entity. ...   Main test driver Entity for test ...

 
forum_thread

BIRT

hi! There's an odb BIRT Driver at http://www.objectdb.com/java/jpa/tool/birt However: 1) It doesn't install/work with Eclipse / BIRT 3.7 (missing feature) ... hi! There's an odb BIRT Driver at http://www.objectdb.com/java/jpa/tool/birt However: ... 3.7 (missing feature) 2) How would we install the driver into our environment? I mean, we're using the BIRT Runtime on our ...

 
api-jdo

javax.jdo.PersistenceManagerFactory

The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.(Interface of JDO)

 
forum_thread

Deploying a BIRT Project using ObjectDB onto Tomcat

Hi I am currently having trouble deploying a BIRT Report onto Tomcat. The report works fine in the designer and I can run it without problem. However when i deploy it on Tomcat I get errors, Cannot find or process the %oda.data.source.id driver's data source extension configuration. Cannot find the ODA dataSource extension (%oda.data.source.id). Check the workspace log file for any problems with loading the extension bundle and its dependencies.   ... Cannot find or process the %oda.data.source.id driver's data source extension configuration. Cannot find the ODA ... Instead of the JDBC driver use the ObjectDB-BIRT driver. If you still have a problem you may submit a sample web project ...

 
manual

Chapter 5 - Database Tools and Utilities

Describes the ObjectDB object database tools - the Explorer, the Server, the Enhancer, the Doctor and the Replayer.... Database Transaction Replayer BIRT/ODA ObjectDB Driver ...

 
api-jdo

setConnectionDriverName(driverName)

Set the driver name for the data store connection.(Method of javax.jdo.PersistenceManagerFactory)