ObjectDB Database Search

1-50 of 179 results

Server User List

which paths under the server's data directory the user can access: The required path attribute specifies a directory path relative to the root data directory . Permission to access a directory includes ... to access any directory within the data directory . $user is a variable that represents the user's username

Can I Disable the Creation of the "log" Directory?

" directory still gets created.  A "log" directory also gets created when I run com.objectdb.Enhancer ... to ignore these "log" directories , which is a minor annoyance. Can the creation of "log" directories ... ObjectDB as the log directory is in the  objectdb.conf file. See this manual page regarding

Setting temp directory location in ObjectDB

HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB ... .class.getClassLoader()); I read in the ObjectDB website that we can change the temp directory using ... , how can i set the temp directory using my java class  e.g setting through 

Size of recording directory keeps growing

of objects. I am observing that the recording directory (*.odr.. 19GB!!) is keep growing ... --r-- 1 nef nef 182M May 13 17:38 db/cloudai/genose.odb Recording directory nef@l1:~/objectdb$ ls ... file that you keep. For example, in your directory it is now 3500781.odb, a snapshot

Online Backup

root directory . By default, this is $objectdb/backup , a subdirectory of the ObjectDB home directory . In client-server mode, this path is relative to the ObjectDB home directory on the server. A new subdirectory is created in the backup root directory . The subdirectory's name reflects the current

Chapter 6 - Configuration

, where $objectdb represents the ObjectDB home directory . ObjectDB home ( $objectdb ) The value of $objectdb (the ObjectDB home directory ) is derived from the location of the objectdb.jar file. It is the path to the directory that contains objectdb.jar , with one exception: if that directory is named bin

Database Transaction Replayer

When recording is enabled , ObjectDB maintains a recording directory for each database file. The name of the recording directory is the database file name with the .odr (ObjectDB Recording) suffix. By default, the recording directory is created in the same directory as the database file. If the purpose

General Settings and Logging

attribute specifies the directory in which temporary files are generated. The $temp prefix represents the default system temporary directory . Using RAM is much faster than using temporary files ... settings: The path attribute specifies the directory in which log files are generated. The $objectdb

Server Configuration

directory . The data path of an ObjectDB server is similar to the document root directory of a web server. Every database file in the data directory and its subdirectories can be accessed by the server. The server process requires appropriate file system permissions on the data directory

Database Server

.objectdb.Server If objectdb.jar is not in the current directory , you must specify a path to it. Running ... to run and manage the server. A sample script, server.sh , is included in the bin directory . To use ... , which is in the bin directory . For this to work, the original ObjectDB directory structure

JPA Class Enhancer

.Enhancer If objectdb.jar is not in the current directory , a path to the file must be specified ... on Unix/Linux) from the ObjectDB bin directory . To use that script, you must edit the paths ... classes -pu : persistence unit name -s : include sub directories in search -d : output path for enhanced

Database Doctor

recovery file or recording directory . Copying, moving, or transferring a database file without its corresponding recovery file or recording directory . A power failure during a database update ... objectdb.jar com.objectdb.Doctor my.odb If objectdb.jar is not in the current directory

Database Management Settings

environments. By default, the recovery file is created in the same directory as the database file ... default, a recording subdirectory is created in the same directory as the database file

Database Replication and Clustering

root directory , $replication , which is located under the server's data root directory . To start

Obtaining a JPA Database Connection

directory , which by default is the directory where ObjectDB is installed. If a database file does not

JPA Persistence Unit

, which must be located in the META-INF directory on the classpath. A single persistence.xml file ... an extension) automatically registers classes in the classpath root directory that contains the META

Database Explorer

The ObjectDB Explorer is packaged in the explorer.jar executable file, which is located in the bin directory ... line as follows: $ java -jar explorer.jar If explorer.jar is not in the current directory

How to install ObjectDB?

ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory . ObjectDB does not modify the registry or any other system file.

EM close causes an exception

with temporarily files and locking in Linux, if parallel processes access different files in the same directory ... it works fine. The workaround in #6 is only a hint for you how we lock files and directories ... and access their own databases. The databases have their own temp directorys like objectdb

Java EE 6 JPA Tutorial - Eclipse Project

the  guestbook-jee6 directory as Root Directory and press  ENTER . Select the project and click

Step 4: Run the Application

- directory under the ObjectDB installation directory . Consequent runs of the application will use

Spring MVC JPA Tutorial - Eclipse Project

-spring directory as Root Directory and press  ENTER . Select the project and click  Finish

JPA Web App Tutorial - Eclipse Project

; guestbook-web directory as Root Directory and press  ENTER . Select the project and click  Finish

Getting Started with JPA - Eclipse Project

directory as Root Directory and press ENTER . Select the project and click  Finish . Run the project in

Step 4: Run the Application

directory . Running the application again will use the existing database file to store an additional

JPA Web App Tutorial - Maven Project

: mvn package jetty:run The current directory should be  guestbook-web (containing the  pom

Spring MVC JPA Tutorial - IntelliJ Project

To open and run the  Spring MVC JPA tutorial project in Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the project in IntelliJ IDEA: Select  File Open Project... . Select the  guestbook-spring directory and click  OK . Define

Step 6: Set the Spring XML

the WEB-INF directory . The next step (and the last in this tutorial) is  running the Spring web application .

JPA Web App Tutorial - NetBeans Project

To open and run the  JPA Web Application tutorial project in NetBeans: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-web directory and click  Open

Step 1: Create a Java Project

of the ObjectDB installation directory and click Open . Now you should have a new NetBeans project

Step 6: Set the Spring XML

for JSP pages in the WEB-INF directory . The next step (and the last in this tutorial) is running the Spring web application .

Step 7: Run the Spring Web App

is created under the Tomcat directory . You can stop the Tomcat server and open the database file in 

Java EE JPA Tutorial - Maven Project

the command line: mvn package The current directory should be  guestbook-jee6

Step 6: Run the Java EE 6 Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the GlassFish directory (e.g. at domains\domain1\eclipseApps

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory . You can stop the Tomcat server and open

Step 2: Entity Class and Persistence Unit

right clicking the new source directory node (in the [Package Explorer] window) and selecting 

Getting Started with JPA - Maven Project

The current directory should be points-console (containing the pom.xml file). No need to download

Java EE 6 JPA Tutorial - NetBeans Project

To open and run the  Java EE 6 Web Application tutorial project in NetBeans: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-jee6 directory

Spring MVC JPA Tutorial - Maven Project

jetty:run The current directory should be  guestbook-spring (containing the  pom.xml file

Step 6: Run the Java EE 6 Application

under the GlassFish directory (e.g. at domains\domain1\eclipseApps\Guestbook\WEB-INF ). You can stop the GlassFish

Getting Started with JPA - NetBeans Project

To open and run the  Quick Start with JPA tutorial project in NetBeans: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the Maven project in NetBeans: Select File Open Project... . Select the points-console directory and click Open Project . Run

Getting Started with JPA - IntelliJ Project

To open and run the  Quick Start with JPA tutorial project in IntelliJ IDEA: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the points-console directory and click Open Project

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Projects] window), selecting Run File , and then clicking  OK (no need to change the servlet execution URI). Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory

Step 1: Create a Java EE Web Project

of the ObjectDB installation directory and click Open . Now you should have a NetBeans Java EE 6 Web

Step 1: Create a Java Project

the bin subdirectory of the ObjectDB installation directory : Click Finish to create the project

JPA Web App Tutorial - IntelliJ Project

To open and run the  JPA Web Application tutorial project in IntelliJ IDEA: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the guestbook-web directory and click OK . Define the Server

Step 1: Create a Web Project

installation directory and click Open . Now you should have a NetBeans Web Application project

Java EE 6 JPA Tutorial - IntelliJ Project

directory and click  OK . Define the Server: Select  File Settings Application Servers . Add

Spring MVC JPA Tutorial - NetBeans Project

To open and run the  Spring MVC JPA tutorial project in NetBeans: Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-spring directory and click  Open

Step 7: Run the Spring Web App

in embedded mode - the database file is created under the Tomcat directory . You can stop the Tomcat