ObjectDB Database Search

51-100 of 200 results

ObjectDB current status of the BIRT plugin

with our Eclipse update site, which was now fixed. A new version of the ObjectDB BIRT driver (2.5. 3 ) is now available, which requires ObjectDB 2.5. 3 or above (older versions can become available upon request). It should work with Eclipse 3 .7, 4.2, and probably other versions. support Support

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

ObjectDB 2.7. 3 _03 gives my application a "com.objectdb.o.UserException: Attempt to modify ... ; (ObjectDB log file attached.) If I revert to ObjectDB 2.7. 3 , then no more exception.  (No other code ... . 3 _03 (which fixed an issue reported in this thread ). Could you please check version 2.7. 3 _04

Number of current connections

Is there any way to find out the number of current connections to the DB server? natmaclin Natalia Levine Currently not. You may subscribe to this feature request and update it according to your needs. support Support

Is there an API to get the current version of ObjectDB that's being used?

Is there an API to get the current version of ObjectDB that's being used? This would be very handy to have, because it is somewhat difficult to know what version of the ObjectDB you are currently using since the objectdb.jar filename remains the same for all versions (which is not a bad thing by

javax.transaction-api-1.3.jar and javax.persistence-api.2.2.jar

Hi, I notice that objectdb zip file has: javax.transaction-api-1. 3 .jar However that library ... this library at all? b) If I do need it, do I use jakarta.transaction-api 1. 3 or 2.0.1? Similarly java ... on version 3 .2 I'm guessing that in both cases I switch from javax to jakarta, but keep the same version as

GlassFish 3.1.2.2/JBoss 7.1.1

there are also issues with GlassFish 3 .1.2 (GlassFish 3 .1.1 may work better with ObjectDB ... 2.4. 3 can be used with JBoss AS 7.1.1. As discussed in this forum thread - you will have to: Add ... ;directory). Add to the persistence.xml file a request to load the ObjectDB module. Build 2.4. 3 fixes

A few entities loss after update to 2.3.7_08!

The old database is created by 2. 3 .6. And recreate the database by doctor is useless. But the other version such as 2. 3 .7 works fine. So we believe 2. 3 .7_08 has a bug. codefad FrankChu More details are required in order to understand the problem. support Support

2.5.3_02: java.lang.UnsupportedOperationException

Hello! I use Glassfish 4.0.0 and ObjectDB 2.5. 3 _02. When I do entityManager.createQuery I ... Glassfish 4.0 is based on JPA 2.1. Build 2.5. 3 _02 of ObjectDB added initial dummy implementation ... ; UnsupportedOperationException. Please try build 2.5. 3 _03, which adds now a real implementation

ObjectDB version 2.3 has been released

ObjectDB 2. 3 has been released and it includes important additions and fixes: Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue # 3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

When using inheritance throw exception java.lang.NoSuchFieldError: __odbTracker on NetBeans 7. 3 + Jboss 7.1.1 @Entity public class Person extends AbstractObject { private static final long ... ) if remove the inheritance works fine. On GlassFish 3 .1 with inheritance also works fine. Why "person

Issue with merge in 2.4.3

Hi, we just tried to upgrade to 2.4. 3 from 2.4.2. One of our regression tests is failing. Appears objects are getting created twice on merge. Please see attached unit test. Thanks Paul. pedwards Paul Edwards This regression bug was the result of a bad optimization  that is now fixed in build 2.4. 3 _01. support Support

Annotations not supported in -source1.3 (use -source 5 or higher ..)

and other files: Annotations not supported in -source1. 3 (use -source 5 or higher ..) Generics not supported in -source1. 3 (use -source 5 or higher ..) (Note that the version of Java I ran Maven as

Apache License, Version 2.0, January 2004

Works in Source or Object form. 3 . Grant of Patent License . Subject to the terms and conditions

ObjectDB License Agreement [ver. 2.0.4]

by this agreement. 3 . The free edition of the Software includes restrictions on the number of classes

JPA Metamodel Attributes

The Jakarta Persistence (JPA) Metamodel API defines a structured hierarchy of interfaces and enumerations to represent the attributes of managed persistent types (entities, embeddable and superclasses). Metamodel Attributes Hierarchy in Jakarta Persistence (JPA) 3 . Base attribute definitions

JPA Metamodel Types

The Jakarta Persistence (JPA) Metamodel API defines a structured hierarchy of interfaces and enumerations to represent the persistent types within a domain model. Metamodel Types Hierarchy in Jakarta Persistence (JPA) 3 .2 Base type definitions The core abstractions of model types

JPA Extended API Reference Guide

Jakarta Persistence API (JPA) 3 .2 documentation, generated from the official JavaDoc and enriched with practical notes. It groups the API types into logical sections to help you locate core concepts, query facilities, metamodel details, configuration options, annotations, and exception information

JPA Core Types

and inheritance relationships. Jakarta Persistence (JPA) 3 .2 Core Types Bootstrapping and Configuration

CRUD Database Operations with JPA

is greater than or equal to 100 are deleted. All other Point objects are updated. Chapter 3

Eclipse Public License - v 1.0

the copyright license set forth in this Agreement. 3 . REQUIREMENTS A Contributor may choose

Entity Management Settings

. For more details, see the Updating Entities section in Chapter 3 .

ObjectDB Object Database Features

Objects (JDO) Complete JDO 2 support (passed the JDO 2 TCK). Support for JDO 3 new features is in

JPA Persistence Unit

(PersistenceConfiguration) Starting with  JPA 3 .2 , it is no longer mandatory to use a  persistence.xml  

JPA Criteria FROM and JOIN

is structured as follows: Criteria Query From Components in Jakarta Persistence (JPA) 3 .2 

jakarta.persistence.criteria.PluralJoin

Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 ... testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch ( SingularAttribute attribute

jakarta.persistence.criteria.MapJoin

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Expression entry () Create an expression ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 ... testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch ( SingularAttribute attribute

jakarta.persistence.criteria.Root

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ... . Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create a predicate to test ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch

jakarta.persistence.criteria.SetJoin

. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 ... testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch ( SingularAttribute attribute

jakarta.persistence.criteria.CollectionJoin

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create ... . Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create a predicate to test ... against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch

jakarta.persistence.criteria.ListJoin

. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test ... - expression to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 ... : predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch ( SingularAttribute

jakarta.persistence.criteria.From

) 3 .2 Predicate equalTo ( Expression value ) Create a predicate to test whether the expression ... against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ... . Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch ( SingularAttribute attribute ) Create a fetch join

jakarta.persistence.criteria.Join

of the given basic type. Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Expression value ) Create ... . Since: Jakarta Persistence (JPA) 3 .2 Predicate equalTo ( Object value ) Create a predicate to test ... to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3 .2 Fetch fetch

InternalException using 2.3.7_12

. 3 .7_02. I had to upgrade to 2. 3 .7_12 to pickup the fix for wildcard search on index, and now get this. [ObjectDB 2. 3 .7_12] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_21 (on Linux 3 .0.0-16-generic). Please report this error on http://www.objectdb.com

[ObjectDB 2.4.3_07] Unexpected exception (Error 990)

[2012-10-05 13:14:18 #7 store] Database '/home/glassfish/objectdb-2.4. 3 _07/db/test.odb' is opened by 7042@edi-gui-sbr-devel [2012-10-05 13:14:18 #8 server] [ObjectDB 2.4. 3 _07] Unexpected exception ... ] Database '/home/glassfish/objectdb-2.4. 3 _07/db/test.odb' is closed by 7042@edi-gui-sbr-devel hadnosoul

ClassCastException after upgrade to 2.3.5_03

" field is a byte[]. This worked ok in 2. 3 . 3 _06. felixobjectdb Richard Szurgot Thank you for this report. Please try build 2. 3 .5_04 that should fix this new issue. support Support

[ObjectDB 2.3.7_25] Unexpected exception (Error 990)

copy... [ObjectDB 2. 3 .7_25] Unexpected exception (Error 990)   Generated by Java HotSpot(TM) 64 ... :163) at com.objectdb.Doctor.main(Doctor.java:22) [ObjectDB 2. 3 .7_25] null lorenz2304 Benjamin Lorenz ... databases, but still if the database was created by an old version of ObjectDB (before 2. 3 .0) maybe

[ObjectDB 2.8.3_01] Unexpected exception (Error 990)

Seeing strange new error, with previously working code! Objectdb: 2.8. 3 _01 JVM: 1.8.0_252 OS: Ubuntu: 18.0.4 ----   [ObjectDB 2.8. 3 _01] Unexpected exception (Error 990) Generated by OpenJDK 64 ... .run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:748) [ObjectDB 2.8. 3 _01

Dynamic Metadata (JDO 3.0)

JDO 3 introduces the ability to specify and query metadata of persistable types dynamically. ObjectDB 2 supports specifying metadata by: JPA XML Mapping Metadata JPA Annotations JDO XML Metadata (e.g. package.jdo) JDO Annotations All these methods are static, i.e. the metadata has to be provided

ObjectDB 2.3.0

Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue # 3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new

Regression bug in using version 2.4.5 with GlassFish 3.1.2

Can't deploy objectDB ver 2.4.5 or later using GlassFish 3 .1.2, NetBeans 7.2.1 Win 7 & 8. ObjectDB Version 2.4.4 is working good. [#|2012-12-18T05:26:53.167-0800|SEVERE|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=44;_ThreadName=Thread-2;|java.lang

jakarta.persistence.PrimaryKeyJoinColumn

of the primary key column of the current table. Defaults to the same name as the primary key column ... with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 ForeignKey foreignKey (Optional) Used

ObjectDB 2.3.6

ObjectDB 2.3.6

Getting Started with JPA and Eclipse

). This tutorial was written for Eclipse 3 .6.1 but it should work with other Eclipse versions as

Step 7: Run the Spring Web App

/. This Spring web application can also run with GlassFish 3 .0.1, with a small change in the 

Java EE Web Tutorial

This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server, such as GlassFish 3 .0.1 or JBoss AS 6

Eclipse/JPA Web Application Tutorial

(just download and extract). The tutorial was written for Eclipse 3 .6.1 but it should work

Step 1: Create a Java EE Web Project

We start by creating a new Java EE 6 Web Application project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Web Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and click Next . Select GlassFish Server 3 (or above) 

Step 7: Run the Spring Web App

/Guestbook/. This tutorial should also run with GlassFish 3 .0.1, with a small change in

ObjectDB 1.0 Manual

on programming with ObjectDB and JDO: Chapter 3 - Persistent Classes Explains what a persistence capable

[ODB1] Chapter 1 - About ObjectDB

URL), because the JDO API is the same for both modes. 1. 3   ObjectDB Editions ObjectDB