About files

manual

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 following topics: Corrupted Database Files Running ObjectDB Doctor Diagnosis Running ... Doctor Repair Corrupted Database Files Database files may be damaged and become corrupted due to various ...

 
manual

Server User List

Explains how to define and set users, directories and permissions in the ObjectDB fast Java database server for JPA/JDO.... > <quota directories = "5" files = "20" disk-space = "5mb" /> </dir > ... > <quota directories = "5" files = "20" disk-space = "5mb" /> </dir > ...

 
manual

JPA Persistence Unit

Explains how to define a JPA persistence unit in the persistence.xml file.... used. The mapping-file elements specify XML mapping files that are added to the default META-INF/orm.xml mapping file. Every ... manual can be replaced by equivalent XML in the mapping files (as explained below). The jar-file elements specify JAR files ...

 
faq

Is ObjectDB scalable? What are its limitation?

ObjectDB is highly scalable and can manage efficiently databases in a wide range of sizes, from a few Kilobytes to hundreds of Gigabytes and even Terabytes. ObjectDB can be used in small embedded single user applications as well as in heavy loaded mu ...

 
manual

Server Configuration

Explains how to set a JPA/JDO database server using ObjectDB, the fast Java object database for JPA/JDO.... "100" /> <data path = "$objectdb/db-files" /> <!-- <replication ... element <data path = "$objectdb/db-files" /> The <data> element has one attribute, ... set on the data directory, its subdirectories and database files, to enable operations of the server process. When connecting to ...

 
manual

Database Transaction Replayer

Explains how to use the ObjectDB object database Replayer tool to restore recorded Java/JPA/JDO actions.... engine operations in special binary recording (journal) files. Recording is enabled by default and can be disabled in the ... following topics: Backup & Recording Files Running the ObjectDB Replayer Backup ...

 
issue

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. ... it fails.  I have attached all the related files.  Regards, Md. Towfique Imam. ... fails to open the database.  All the related files are attached. Regards, Md. Towfique Imam.   ...

 
manual

SSL Configuration

Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO.... topics: SSL Keystore and Truststore Files Setting the Configuration SSL Keystore and Truststore Files To use SSL you have to generate at least two files: A Keystore file that functions as a unique signature of your ...

 
manual

[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.... the edited script will not be deleted when extracting the files of a newer ObjectDB version to the same installation directory. ... tries to locate and load the odbse.jar and jdo.jar files. By default, server.exe starts the server using the following ...

 
forum_thread

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 ...