ObjectDB Database Search

101-150 of 200 results

unable to update table in slave server database

;when master server is down ,in slave server during update operation in table getting below issues. Failed ... between the slave and the master by your application , by connecting to the slave directly ... copies, etc. (externally to ObjectDB by manipulating the file system from the application ). support Support

Get activation code for a server with no Internet connection

Hello, We bought a license, but the server is not connected to the Internet. How do we get the activation code? Dmitry Zakharov uncol Dmitry Zakharov Run activation on that server . It does not require an Internet connection. The output of the activation console application is a url

Tuning and making reliable for server

For production , sometimes we modify entities. We use this config on production for 128GB Ram server its too low ? with 48 Core How to increase performance more ? Also chatgpt suggested to use ... , since every application has different performance characteristics. If there are specific operations

Processing thread count for 8-core server

of threads for the processing thread pool in order to get good performance for our 8-core server ... some tuning tests on your side, since it depends on the specific application . support Support

explorer fails to connect to embedded server

since a while it is not more possible to connect to our running application with the explorer as we did it before. The error message as shown in the picture appears hgzpincher Hans-Georg Zwicker ... that the main application uses. Please check if after upgrading the application to use a new

objectdb on single server 20TB storage possible ?

on how the application behaves and is structured, rather than on a fixed size limit alone. support Support

ODB Server tries to write a log file to a weird location

We are testing client- server architecture. Our server has the following config: path = "$temp ... ; However sometimes happens, that the Server tries to create log file in location: $objectdb/log/ for which we don't have explanation. In our situation this ends with Permission denied, as the ODB Server doesn't

Server NPE

I'm getting the following NPE when attempting to persist an object to a server based database: [2011-11-13 09:11:47 #11 server ] java.lang.NullPointerException at com.objectdb.o.UTT.z(UTT.java:311 ... Support Spot on - further investigation shows this is actually an application problem

Errors after unexpected server shutdown

After an unexpected server shutdown and restart of our application we have these messages in the log (complete log attached): … [2018-03-26 14:39:30 #1096 store] Request Value: 10:'b61e33d4-8d57-478d-9176-6aa0e2031470' [2018-03-26 14:39:30 #1097 store] *** Attempt to remove a non existing index

Apache License, Version 2.0, January 2004

of Warranty . Unless required by applicable law or agreed to in writing, Licensor provides the Work ... otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in

JPA Persistable Types

only in applications that use an ORM-based JPA provider, such as Hibernate, TopLink, EclipseLink, OpenJPA ... , which is a subclass of the original java.util.ArrayList . Most applications are not affected by this, because proxy

Is ObjectDB better than competing object databases?

you can keep your application portable. If necessary, you will always be able to switch to any ... almost every application . ObjectDB supports user defined primary keys including composite primary keys

Is ObjectDB scalable? What are its limitations?

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 multi threaded multi user applications . ObjectDB

JPA Queries

TypedQuery in modern applications to ensure compile-time type safety. A sub-interface of Query used ... because it eliminates the need for casting results. Controls the execution of stored procedures (not applicable

Eclipse Public License - v 1.0

of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment ... OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under applicable

jakarta.persistence.EntityManager

to the associated persistence unit. An application -managed EntityManager may be created ... the EntityTransaction obtained by calling getTransaction . A complete idiom for custom application ... . Since: Jakarta Persistence (JPA) 1.0 void close () Close an application -managed entity manager

Database Doctor

engine instead of a single server process, which bypasses the internal file-locking protection

What is ObjectDB?

relational database systems (RDBMS), such as Oracle, DB2, SQL Server or MySQL.

Server crash - Mismatch client-server protocol prefix

We've been having a problem where our ObjectDB server goes unresponsive every 2 days or so.  I've reviewed the server -side logs, and there are no events logged shortly before the crash.  Once the server gets in this state, it is unresponsive to bin/ server .sh restart; I have had to reboot

jakarta.persistence.EntityManagerFactory

the application , and which must be colocated in their mapping to a single database. If two entity types ... . An EntityManagerFactory with a lifecycle managed by the application may be created using the static operations ... @PersistenceUnit(unitName="orderMgt") EntityManagerFactory entityManagerFactory; An application

Setting and Tuning of JPA Queries

. The application can change the default mode at the EntityManager level, which applies to all queries in

Storing JPA Entities

of the same transaction. The application is responsible for ensuring that when an object is stored in

JPA Named Queries Annotations

of the ObjectDB Manual. Query references Access named queries in the application by name or by using

What are the system requirements for using ObjectDB?

ObjectDB requires Java 8 or later. As a pure Java application , ObjectDB should be able to run on any platform that supports the Java Standard Edition. Either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) can be used. A version of ObjectDB for .NET is currently under development.

JPA Query Structure (JPQL / Criteria)

and easier to use in Java applications . JPQL Query Structure Like SQL, a JPQL SELECT query consists

JPA Criteria Query Date/Time Extraction

, and  java.sql.Time ), including HOUR , MINUTE , and SECOND . Defines component types applicable

SQL Queries Annotations

Jakarta Persistence (JPA) provides a set of annotations to define and map native SQL queries when the standard Java Persistence Query Language (JPQL) is insufficient. While ObjectDB focuses on JPQL and ignores these annotations, they remain essential for applications interacting with relational

JPA Container Injection Annotations

Jakarta Persistence (JPA) provides standard annotations to manage dependencies on container-managed persistence resources in both Jakarta EE and Spring Framework environments. They enable the container to inject EntityManager or EntityManagerFactory proxies directly into application components

Eclipse/JPA Spring MVC Web Tutorial

This is the Eclipse version of the  Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the  web.xml configuration file and to configure that servlet using ... the WEB-INF directory. The next step (and the last in this tutorial) is  running the Spring web application .

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using ... for JSP pages in the WEB-INF directory. The next step (and the last in this tutorial) is running the Spring web application .

Getting Started with JPA and Eclipse

This is the Eclipse version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in Eclipse. The demonstrated application uses JPA to store and retrieve simple Point entities, where each Point has two persistent fields: x and y

Step 5: Add a JSP Page

Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application .

NetBeans/JPA Spring MVC Web Tutorial

This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web application

NetBeans/JPA Java EE Tutorial

This is the NetBeans version of the  Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page

Step 5: Add a JSP Page

Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application .

Step 5: Add a JSP Page

replace the content of the new jsp file with the following content: JPA Guest Book Web Application ... (and the last in this tutorial) is running the web application .

Step 5: Add a JSP Page

of the new jsp file with the following content: JPA Guest Book Web Application Tutorial Name: The JSP ... " attribute that is set by the servlet in the previous step). The next step (and the last one in this tutorial) is running the web application .

Getting Started with JPA and NetBeans

This is the NetBeans version of the  Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in NetBeans. The demonstrated application uses JPA to store and retrieve simple  Point entities, where each  Point has two persistent fields - 

Step 1: Create a Maven Web Project

the project node and checking that the  Run As Run on Server command is available

Step 3: Create an ObjectDB Data Source

- server (e.g.  objectdb://localhost/points.odb;user=admin;password=admin ). You may click

Step 1: Create a Web Project

as a new server by clicking the New Runtime... button . Follow the instructions and specify the path

Step 5: Add a JSP Page

content: JPA Guestbook Web Application Tutorial Name: The JSP generates the guestbook page output

Step 4: Add a Controller Class

a JSP page that will serve as the application view and will produce the guestbook page output.

Step 4: Add a Servlet Class

is retrieved from the application scope attribute, and then an EntityManager (representing a database

Step 1: Create a Java Project

We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Java Application and click Next . Choose a Project Name (e.g. Tutorial ). The name of the Main class should be tutorial.Main . Verify that exactly this case sensitive fully

Step 1: Create a Maven Web Project

We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Maven Maven Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring

Step 3: Define a Spring DAO Component

the application to the Spring Framework. For instance, in this example the Spring container: Manages

Step 4: Add a Controller Class

" and its value is guestDao ). The next step is adding a JSP page that will serve as the application view and will produce the guestbook page output.

Which API should I use - JPA or JDO?

is more commonly used. Therefore, it might be the first choice for most new applications . You can use JPA as ... that are supported only by JDO. Selecting the more popular API leads to more portable application