About file
Database Doctor
Explains how to use the ObjectDB object database Doctor tool to diagnose and repair database files and damaged Java/JPA/JDO objects.... 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 ...
Server User List
Explains how to define and set users, directories and permissions in the ObjectDB fast Java database server for JPA/JDO.... permissions, quota). The default configuration file contains the following <users> element: <users > ... permissions attribute specifies which database file permissions are granted. The comma separated string value may contain ...
JPA Persistence Unit
Explains how to define a JPA persistence unit in the persistence.xml file.... Persistence units are defined in a persistence.xml file, which has to be located in the META-INF directory in the classpath. One persistence.xml file can include definitions for one or more persistence units. The portable ...
Is ObjectDB scalable? What are its limitation?
... ObjectDB supports: Database file size up to 128 TB (= 131,072 GB = 134,217,728 MB). Up to 2,147,483,648 entity classes per database file. Up to 2,147,483,648 indexes per database file. ...
Server Configuration
Explains how to set a JPA/JDO database server using ObjectDB, the fast Java object database for JPA/JDO.... is affected also by other elements in the configuration file, particularly the <users> and the <ssl> configuration elements. The default configuration file contains the following <server> element: <server ...
Database Transaction Replayer
Explains how to use the ObjectDB object database Replayer tool to restore recorded Java/JPA/JDO actions.... is enabled , ObjectDB maintains for every database file a recording directory whose name is the name of the database file with the odr (ObjectDB Recording) suffix. By default, the ...
Object DB Explorer fails to open database
Hello, I am trying to integrate Object DB into my tapestry project which will use spring-security. I have created an entity class named "Role" which implements springs "GrantedAuthority" interface. The code runs fine. i.e. Role objects are getting persisted in the database. But when I try to open the database using Object DB Explorer, it fails. I have attached all the related files. Regards, Md. Towfique Imam. ... this database Object DB Explorer error log file Entity class definition that is reported on error log file. edit ...
SSL Configuration
Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO.... side and the server side. The default configuration file contains the following <ssl> element: <ssl ... to generate at least two files: A Keystore file that functions as a unique signature of your server. This file contains ...
[ODB1] Chapter 8 - ObjectDB Server
An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database mode are discussed in Section 1.2.... 1.2 . Because the JDO API and the format of the database file are the same in both modes, switching between these two modes can be done ... is a pure Java application, packaged in the odbse.jar file. The jar file contains the entire ObjectDB implementation including ...
Problem with log file in an embedded db with netbeans platform application
Hello, I'm starting a new desktop application built with netbeans platform 7 and objectdb/JPA as embedded db (version 2.3). I haven't had any problem with the domain class library project, but running the netbeans platform application that use the same domain class library an error occurs that crash the application. This is part of the stack trace: #1 2011-09-21 16:04 Hello, I'm starting a new desktop application built with netbeans platform 7 and objectdb/JPA as embe ...