ObjectDB Database Search

151-200 of 200 results

Cannot find objectdb-jee.jar releases in the ObjectDB maven repository

Hi, I can only find objectdb .jar releases in the ObjectDB maven repository. If objectdb -jee.jar ... objectdb -jee.jar for the current and future maven releases ? Thanks Andrew   andrewv Andrew Voumard Currently the Maven repository doesn't include objectdb -jee.jar releases. Following your post

Entity is not related to ObjectDB, but i get exception from ObjectDB

which previously was located in ObjectDB and recently has been transferred to PostreSQL. We are using ORM ... , it is an exception from ObjectDB , although the entity itself is not related to ObjectDB any more. com. objectdb .jpa.Provider granat.dp.domain.entity.AbstractDictionary granat.dp.domain.entity

Failed to generate dynamic type objectdb.java.util.ArrayList

Ran into this error recently on a deployment server. Any thougths?     [ ObjectDB 2.2.8 ... (on Linux 2.6.39.1-linode34). Please report this error on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: com. objectdb .o.UserException: Failed to generate dynamic type objectdb

Dependency from enhanced classes to the objectDB library

) to the objectDB library. Our Business Objects are the JPA entities. We developed  our product domain ... & ObjectDB and to all domains, because there are the entities. Now we get an error when we have enhanced the entities. java.lang.NoClassDefFoundError: com/ objectdb /spi/TrackableUserType at java.lang

ObjectDB Enhancer Tool in Java 9

be addressed by a Java 9 compatible ObjectDB future release, but while waiting for that release, perhaps you could give some advice for my current issues. Firstly, I created my own ObjectDB module.  I try to run com. objectdb .Enhancer from that module, but ObjectDB gives the error below.  My guess

Internal exception in objectdb-2.4.4_17.jar

? Caused by: com. objectdb .o.InternalException at com. objectdb .o.BYR.s(BYR.java:113) at com. objectdb .o.BYR.A(BYR.java:206) at com. objectdb .o.STT.m(STT.java:111) at com. objectdb .o.TYR.readStringValue(TYR ... . objectdb .o.MMM.ag(MMM.java:1059) at com. objectdb .o.UTY.aJ(UTY.java:1382) at com. objectdb .o.UTY

500Mb ObjectDb database opening issue

Hi, I have observed that 500 Mb objectDb database opening time is very slow (~3 seconds ... .createEntityManagerFactory( " objectdb :" + aFilename ); m_EntityManager = m_EntityMgrFactory.createEntityManager ... work with ObjectDb databases which may have size more than 5Gb and opening database time

Failure after ObjectDB 2.4.5_07 upgrade from 2.4.4_06

: com. objectdb .o.InternalException at com. objectdb .o.BYR.s(BYR.java:113) at com. objectdb .o.BYR.A(BYR.java:206) at com. objectdb .o.SIT.m(SIT.java:108) at com. objectdb .o.TYR.readSInt32Value(TYR.java:824) at rbccm.digest.workflow.execution.TaskData.__odbReadContent(TaskData.java:1) at com. objectdb .o.MMM

com.objectdb.o.UserException: Failed to generate dynamic type

" [ ObjectDB 2.6.1_05] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_25 (on Mac OS X 10.10.3). Please report this error on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: java.lang.NullPointerException: null java.lang

Unexpected exception com.objectdb.o.PAG.N()" because "this.h"

Hello, we got following exception, do you know why the exeception occurs? Caused by: com. objectdb .o._RollbackException: Failed to commit transaction: Cannot invoke "com. objectdb .o.PAG.N()" because "this.h" is null at com. objectdb .o.JPE.d(JPE.java:91) at com. objectdb .o.ERR.h(ERR.java:56) at com

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

am using objectdb -2.8.7. Here is the stack trace. Exception in thread "main" [ ObjectDB 2.8.7 ... ). Please report this error on http://www. objectdb .com/issue/new com. objectdb .o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date java.lang.NoClassDefFoundError: java/sql/Date at objectdb /com

[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null

reporting issue as requested  [ ObjectDB 2.2.5_02] Unexpected exception (Error 990) Generated ... . objectdb .com/database/issue/new com. objectdb .o.InternalException: java.lang.NullPointerException: null java.lang.NullPointerException at com. objectdb .jpa.type.IdentifiableTypeImpl.initAttributes

ObjectDB-ObjectDB Replication

ObjectDB Replication will enable managing the same ObjectDB database using multiple ObjectDB nodes or servers. This could be useful for distributed applications (e.g. in cloud computing), for load ... (clustering) is now implemented in ObjectDB 2.1. support Support

again merger missing logs + objectdb exception

... missing + an objectdb exception. Some objects in the system behave strange. This is a part of the log ... ]-missing:1} [2017-09-29 06:18:10 #1225 *] [ ObjectDB 2.7.1_01] Unexpected exception (Error 990 ... this error on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: null com

JPA Criteria Query Expressions

how whitespace should be trimmed ( LEADING , TRAILING , or BOTH ). For more details and examples, see the Query Expressions section in the ObjectDB manual.

Storing JPA Entities

. You can do this either by setting the ObjectDB configuration or, in a JPA-portable way, by specifying the cascade-persist

JPA Named Queries Annotations

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

FROM clause (JPQL / Criteria API)

within a reasonable response time. Database management systems (DBMSs), including ObjectDB , try

JPA Attributes Annotations

. An enumeration defining the SQL type mapping: DATE , TIME , or TIMESTAMP . For more details, see the Persistent Classes chapter in the ObjectDB manual.

DELETE Queries in JPA/JPQL

+ an optional variable ObjectDB supports using the java.lang.Object class in queries as an extension

WHERE clause (JPQL / Criteria API)

is defined on the population field, ObjectDB can use that index to iterate directly over the Country objects

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 Criteria Queries

(Note: Subqueries are currently not supported by ObjectDB ). Top-level queries and subqueries share

Query Parameters in JPA

, when you use parameters, ObjectDB can identify queries with the same query string and use a cached

Chapter 2 - JPA Entity Classes

An entity class is a user-defined class whose instances can be stored in a database. To store data in an ObjectDB database using Jakarta Persistence (JPA), you define entity classes that represent your application's data object model. This chapter contains the following sections:

Chapter 3 - Using JPA

This chapter explains how to manage ObjectDB databases by using Jakarta Persistence (JPA). The first two pages introduce basic JPA interfaces and concepts: The next section explains how to use JPA for database CRUD (create, read, update, and delete) operations: The final section discusses advanced topics, such as locking and events:

JPA Annotations

specifically for Object-Relational Mapping (ORM) and native SQL execution; ObjectDB ignores these relational

Paths and Types in JPQL and Criteria API

Binding an identification variable ( e ) to the Object class is an ObjectDB extension that can be used

JPA ORM Mapping Annotations

Jakarta Persistence (JPA) provides a comprehensive set of annotations and enums for mapping object models to relational database schemas. These metadata elements define how entities, attributes, and relationships translate to tables, columns, and foreign keys. While ObjectDB ignores these ORM

Chapter 5 - Database Tools and Utilities

This chapter describes how to use the following ObjectDB tools and utilities:

ORDER BY clause (JPQL / Criteria API)

c FROM Country c WHERE c.population 1000000 ORDER BY c.population When using ObjectDB , any JPQL

Chapter 4 - JPA Queries (JPQL / Criteria)

the expressions used to build JPQL and criteria query clauses: ObjectDB also supports the Java Data Objects

JPA Listeners & Callbacks Annotations

-load calculations. The Lifecycle Events section of the ObjectDB Manual explains how to use these annotations with callback methods and listener classes.

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

The following error is reported for objectdb -2.6.9.jar: Failed to commit transaction: Failed to set numeric value of field property com.greensoft. objectdb .test.entity.Element.id using reflection (error 613) Did not happen with objectdb -2.6.3_04 (which one can easily test and compare in the test

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

objectdb -2.6.9_06 NetBeans8.1+Glassfish4.1.1 Mac OS X Possibly related:  How to Use a SF ... mode switches at: https://www.webel.com.au/downloads/ objectdb /GreensoftObjectdbTestWebMini3683 ... in NetBeans8.1 and then: Set DO_FORCE_COMMIT_AFTER_BUILD = false in com.greensoft. objectdb

com.objectdb.o.InternalException: null

;  } // Getter/setters omitted }   Below in the stacktrace from ObjectDB Explorer ... " [ ObjectDB 2.5.4_01] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0 (on Mac OS X 10.9.2). Please report this error on http://www. objectdb .com/database/issue

Unexpected exception (Error 990) com.objectdb.o.InternalException

. [ ObjectDB 2.6.0_04] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.7.0_71 (on Windows 7 6.1). Please report this error on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: java.lang.NullPointerException: null java.lang

stress test -> com.objectdb.o.InternalException: null

storage ObjectDB ) each 50 milliseconds. An API call might have between 1-4 db calls ... ] with root cause [ ObjectDB 2.5.5] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client VM 1.8.0_05 (on Windows 8.1 6.3). Please report this error on http://www. objectdb .com/database

[ObjectDB 2.6.9] Unexpected exception (Error 990)

[2017-03-29 14:04:44 #1 client] [ ObjectDB 2.6.9] Unexpected exception (Error 990)   Generated ... on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: null com. objectdb .o.InternalException at com. objectdb .o.BYR.o(BYR.java:113) at com. objectdb .o.BYR.w(BYR.java:206) at com

ObjectDB Server not able to handle large collections

client-server mode. Using objectdb version 2.8.8.b05 When switched to embedded mode, the migration ... . objectdb .o.RSL$a.next(RSL.java:237)         at eu.extech.update ... ;       at com. objectdb .o.BYW.h(BYW.java:708)         at com

[ObjectDB 2.5.6_05] Unexpected exception (Error 990)

server] [ ObjectDB 2.5.6_05] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_25 (on Windows 2003 5.2). Please report this error on http://www. objectdb .com/database/issue/new com. objectdb .o.InternalException: java.lang.OutOfMemoryError: Java heap space java

Internal objectdb exception when using different language on a machine

Hello, we got following internal objectdb exception from our customer. Can you explain the exception? The database was used with ObjectDB version 2.7.3, probably on a machine with englisch language ... .dal.MigrationUtility - PROFILE MIGRATION: Caused by: com. objectdb .o.InternalException 2019-01-29 08:34

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

on attempts to recreate - but presumably at some point an object gets saved which objectdb doesn't like. Any ... :*:fatal] java.lang.ClassCastException: com. objectdb .o.STV at com. objectdb .o.PBI.p(PBI.java:91) at com. objectdb .o.OBI.U4(OBI.java:235) at com. objectdb .o.BQI.Vd(BQI.java:134) at com. objectdb .o.PRG.ac(PRG

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer] window and select New Class . Enter tutorial as the package name (case sensitive). Enter Point as the class name (case sensitive). Click Finish to create

Getting Started with JPA and Eclipse

Developers or Eclipse IDE for Java Developers), you only need to download and extract the ObjectDB

Step 3: Add a Main Class

;          "$ objectdb /db/p2.odb"); EntityManager em

Step 3: Add a Main Class

;        "$ objectdb /db/p2.odb"); EntityManager em = emf

Step 2: Create a Project and a Report

file name (e.g. report.rptdesign ) and click Finish. The next step is creating an ObjectDB data source .

Getting Started with JPA and NetBeans

bundle that includes Java is expected to work), you only need to download and extract the ObjectDB

What is the Java Data Objects (JDO)?

with both relational and object databases. JDO is supported by many object databases, including ObjectDB