ObjectDB Database Search

101-150 of 200 results

embedded objects marked final not persisted.

Discovered that embedded objects marked final are not persisted. I'm not exactly sure why that should the case. Is this a bug?     dmoshal David Moshal Final fields are treated as transient regardless of their type. If you mean that declaring the embeddable class as transient causes

Activated DB does not work from one to another day

Activated DB does not work from one to another day. How can this be? com.objectdb.o.UserException: Too many persistable types (10) - exceeds evaluation limit at com.objectdb.o.MSG.a(MSG.java:64 ... ) itsme Martin Petzold Assuming it is not a trial licence that expired, check for other system changes

Using Enum type in NamedQuery: Field is not found in type

.UserException: Field 'Type' is not found in type 'com.my.fully.qualified.name.Obj' I have noticed that my entities seem not to be getting picked up as entities until they are first persisted - Hibernate

composite index not used in query

and a.startDate ?1)) the composite index is not used, query plan:  Step 1: Process Action ... (remark: the order of the arguments in the query does not make any difference) ? hgzwicker Hans

Method not found on...

") It returns the error: Method 'hasAlias' is not found in type 'Language' Ieodaq Daniele Lotti I found out this error too: Method 'containsAll' is not found in type 'java.util.List' if I

Visibility of changes in Transaction is not visible to a JPA QL Query

.6b24 on Windows Server 2008 SP2 32bit. I have not added any objectdb jars  in any other location ... which only show the values for all entities if the Query is in AUTO mode? No. Changes during transaction are not

Fields in objects not populated in query result.

and reflection mode but mixing modes is not supported and if some classes in the hierarchy are enhanced and some are not this could happen. Note also that null values are expected when viewing

pessimistic lock not released on commit

thread is not able to lock the formerly by thread one locked object hgzpincher Hans-Georg Zwicker ... to lock, retrying... In this case, thread B enters an infinite loop of failed attempts. This does not

Record is not clearing properly on remove

I have a entity Agent which is one-to-many relationship with entity AgentGroup but when i delete Agent ,it is removed from db but in AgentGroup it is not removed properly. Agent ... object in the relationship (the agent) and the mapped-by side (the agent group) will not include

mapping file is not being loaded

is interpreted by ObjectDB also as a direct database path, so if the persistence unit is not found

_PersistenceException: Type is not found on getSingleResult.

that's been initialized i get this error: com.objectdb.o._PersistenceException: Type Estudiante is not found

Puzzler: Not getting cascades on read from Spring context

I've determined that the database is correctly initialized, looking at it from the Object Explorer, I can run the code that loads the database in a Junit test and it's initializing the children objects correctly, but in the application running in Jetty with Spring, fetching is not cascading

Multiple Collection Fields not update correctly

does not occur anymore Trianglehead Json Error Could you please provide a one file test case that demonstrates this issue? support Support

Guestbook example from tutorial does not work.

that the objectdb-jee.jar file is not located in the correct location, and therefore ObjectDB

Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers

Hi,  Object are not being persisted when ObjectDB and another db is used in the same application (through spring) with different tx managers, please find an example of this below. Any help is greatly appreciate as we are currently evaluating ObjectDB to use in our new enterprise

Git seems not to commit objectdb.conf

git version 1.8.4.1 (Mac OS X) For some reason my Git seems to be "ignoring" (although not in .gitignore) the web/WEB-INF/objectdb.conf in a web app. I can't find anything about the .conf suffix being ignored. Has anybody noticed this and/or found a solution ? webel Dr Darren Kelly

OrphanRemoval not working?

this has no effect... Is there any mistake? Thank you Michael anaq x Orphan removal was not handled

Replication not working anymore

. Configured all and it worked. I don't know what went wrong the first place. I did not

em.flush(); em.clear(); loosing data and not persisting managed objects

I'm having trouble with flush() and clear() in a loop inside a transaction not persisting modified objects to database. Sometimes it does other times it doesn't. Here is my Entity. import javax.persistence.Basic; import javax.persistence.Entity; import javax.persistence.Id; import javax

multiple LEFT JOINs do not work as expected

under those first level orgs. It returns only organisations under the first level organisations, e.g. it does not

Eclipse - Maven - Dependencies not getting automatically reflected

are not getting displayed. Say if I input springframework, it only reflect the jars that installed

Multiple inputs not supported on WHERE ?

expressions, which are not allowed in JPQL Update queries. See discussions on this issue . ObjectDB

@Unique member combination not working

Why does the below code not enforce unique restrictions?   Person @Entity @Unique(members = {"name", "surname"}) public class Person implements Serializable {     @Id     @GeneratedValue     private Integer id;     private String

Last build is not available on Maven Repository

Is there some special reason why the last two builds of 2.3.3 are not available in your Maven repository? mosi0815 Ralph Moser Just checked and 2.3.3_06 was indeed missing (but 2.3.3_05 was there). It is available now (refresh your browser). I will check what went wrong. Thank you for reporting this. support Support

OR not working with isNull

Given the following: Predicate isOwnedByUser = cb.equal(root.get("owner").get("id"), userId); Predicate ownerIsNull = cb.isNull(root.get("owner")); Predicate ownerMatchesOrIsNull = cb.or(ownerIsNull, isOwnedByUser); The isNull predicate will only match records when NOT inside the OR predicate

Insert a new entity class in a class hierarchy does not work

Hello, we have an entity class hierarchy and we want to insert a new entity in this hierarchy and our database must be automatically updated by schema evolution. Unfortunately it does not work, because the class hierarchy had already always existed and the "new" entity class needed

Entity has be persistended,but query not fetched?

I create a new entity T newT and persistend it,then I create a query "select t from T t" to fetch all T entities.But  then the newT is not contain in the query result. Why? code order: query.setFlushMode(FlushModeType.AUTO); query.getResultList();   maozf maozf The following example

Activation key causes database to not start

You can check whether ObjectDB is activated or not using the following query: boolean isActivated

Merge with Parent/Child entities not possible

Merge with Parent/Child entities not possible

Undeploying Glassfish web application does not disconnect from ObjectDB

Undeploying Glassfish web application does not disconnect from ObjectDB

Entity not removed 100%

Entity not removed 100%

JPA JPQL WHERE clause for IN :variable not working if variable is a list of Enums

JPA JPQL WHERE clause for IN :variable not working if variable is a list of Enums

$temp property not evaluated properly when used in log path

$temp property not evaluated properly when used in log path

Not able to update records

Not able to update records

@Lob @Basic(fetch = FetchType.LAZY) is loaded when it's not needed

@Lob @Basic(fetch = FetchType.LAZY) is loaded when it's not needed

version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later

._PersistenceException: Type User is not found at com.objectdb.o._PersistenceException.b(_PersistenceException.java ... (EJBLocalObjectInvocationHandler.java:214) ... 75 more Caused by: com.objectdb.o.TEX: Type User is not

Entity field renaming does not work

Hello, we use the ObjectDB version 2.8.5_05. We want to rename a field in an entity and it does not work: from: package com.btc.ep.analysis.verdict.tolerance.bl.internal.dmos; @Entity @Access ... tests (and also the relevant code in ObjectDB has not been changed recently). Please note

WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)

Hi, We have threads that are not stopping with Tomcat requiring a hard stop of the container.  Can you please help us resolve this issue? Thanks, Clinton / Fazle What is the impact of the issue ... the memory allocated to the previous web application instance is not garbage collected

ObjectDB Server not able to handle large collections

in client-server mode (using such objects is usually not very efficient anyway, especially in client

Can not connect to replication node

:37)   eko EKO FAJAR This error message is usually shown when the objectdb.jar file is not

Mapped by fields are not initialized by JOIN FETCH in queries

As demonstrated in this forum thread , a mapped by collection field with lazy fetch mode is not initialized in results of a query that uses JOIN FETCH on that collection field (when enhancement is used). support Support   Build 2.4.1_06 fixes this issue (fields are now initialized

An entityManager.flush() with many entities is not possible

have not found a simple example to reproduce this exception. The entity model of the flushed JPA

selective update not working

), which is not allowed in UPDATE queries. See this stackoverflow thread for a more detailed explanation. support Support

Unexpected not reproducable exception in a query

Unexpected not reproducable exception in a query

Unexpected not reproducable exception during commit

Unexpected not reproducable exception during commit

Alias not used in ORDER BY

Alias not used in ORDER BY

@PrePersist not working correctly

@PrePersist not working correctly

jakarta.persistence.criteria.Subquery

Expression.cast , this method does not cause type conversion: the runtime type is not changed ... to Integer , Long , Float , and Double . Support for typecasts between other basic types is not ... to be eliminated. A false value will cause duplicates to be retained. If distinct has not been specified

Step 5: Add a JSP Page

name. The Folder should be WEB-INF (to prevent accessing the JSP directly not through Spring). Click

Spring MVC JPA Tutorial - IntelliJ Project

the Server: Select  File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat