About integration
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 Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. This page covers the following to ...
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. This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as simple as possible - we will use the basic ...
Database Doctor
Explains how to use the ObjectDB object database Doctor tool to diagnose and repair database files and damaged Java/JPA/JDO objects. The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB database file Checks a given ObjectDB database file, verifies that it is healthy and valid, and if the file is not valid (it is c ...
JRebel integration feature
Feature request: Dynamic class enhancement during development compatible with JRebel.... not be processed by 'org.zeroturnaround.javarebel.integration.util.WeakUtil$WeakClassBytecodeProcessorAdapter@null': *** ... not be processed by 'org.zeroturnaround.javarebel.integration.util.WeakUtil$WeakClassBytecodeProcessorAdapter@null': *** ...
Integration
Hi, Is there a way to integrate ObjectDB with Spring Framework to add the benefits of Transaction Management and DAO Support? Regards,... Hi, The Spring manual specifies 3 methods for JPA integration and it seems that you are right and the third method didn't work ...
Referential Integrity
Currently ObjectDB doesn't prevent deletion of entity objects that are in use and referenced by other entity objects, and it is the application responsibility to avoid such deletion. During development and testing it is recommended to use the ObjectDB Doctor to verify that reference integrity is not broken and there are no dangling references. Feature Request Version: 2.3.0 Priority: Normal Status: Active Replies: 1 Type: Feature Request ...
Maintaining referential integrity
Hi everyone! I'm facing challenges using Objectdb with pure JPA annotantions. Please see the code below: #1 2011-09-27 12:34 Hi everyone! I'm facing challenges using Objectdb with pure JPA annotations. Please see the code belo ...
Integration with Java EE (JPA 1.0)
ObjectDB can be used in both Java EE and Java SE by using application managed EntityManager. Support of container managed EntityManager and integration with the JTA (Java Transaction API) is not implemented yet.... . Support of container managed EntityManager and integration with the JTA (Java Transaction API) is not implemented yet. ...
Terracotta Ehcache Integration
Hello , it will be good if you make alliance with terra-cotta ehcache. Their distributed memory cache is very fast.IF we mix with your engine. It will be very great for us. JPA Feature Version: 1.04 Priority: Normal Status: Active Replies: 0 Type: JPA Feature ...
Step 1: Create a Maven Web Project
Explains how to create a Eclipse Web Maven project with Spring and ObjectDB/JPA support.... Note: You should verify now that Maven Integration for WTP is installed, by right clicking the project node and ... If it is not available - you have to install Maven Integration for WTP and create a new project. To add dependency on the ...