ObjectDB Database Search

101-129 of 129 results

Puzzler: Not getting cascades on read from Spring context

see this issue  and as a workaround you may try setting objectdb.temp.no-detach . support Support

InternalError on query of empty database

. Please try it. support Support I'm now getting an empty set returned on empty database. Thanks!!!! pedwards Paul Edwards

Custom collection types

is one of java.util.Collection , java.util.List , java.util. Set or java.util.Map - it may contain

Low performance when getting grove roots

an index for this field? Regards, Vladimir tsichevski Vladimir Tsichevski Of course. Setting indexes

Multiple Collection Fields not update correctly

it from the database and set the values: position has values 7.0f, 7.0, 7.0 rotation has values 8.0f

Guestbook Tutorial (Eclipse/Glassfish)

I have the tutorial working which has been a great help in understanding how to use ObjectDB. I have found one problem. The database file (C:\glassfish3.1\glassfishv3\glassfish\domains\domain1\eclipseApps\Guestbook\WEB-INF\db\guests.odb) is reset on occasions; I am not sure what set of events

Academic license limitations?

something else could be wrong? I have a large entity set that I am persisting and far exceeds the 10

Level 2 cache not hit in @ManyToOne

without performance penalty. You can change this behavior by setting the  "objectdb.result-fetch" query hint

deadlock with newest version 2.4.4_16

J visual vm is complaining of deadlock since upgrading to the 2.4.4_16 from _06 and using setting -Dobjectdb.temp.no-resize-clear=true The only other change is that we no longer create recovery or replay files as we were not using these. i have attached our full server strack trace

Refresh Explorer

Feature requests: 1) shortcut key for Explorer data refresh 2) ability to set 'auto-refresh' for explorer when run in client-server mode. ie: current view will refresh every n seconds. Thanks David   dmoshal David Moshal A new Refresh toolbar button and an accelerator key (Ctrl+R) were added in build 2.5.6_04. support Support

Activation Issue

Paul Edwards Please verify that your objectdb.conf file is used by the server. The activation setting

Mismatch client-server protocol prefix

? We are persisting a new instance of LoginEvent. The Id field is not explicitly set and the field

ObjectDB Manual

Hello, I would like to be able to read or refer to the ObjectDB manual (v2) on my Kindle. Unfortunately, I didn't find any option to download the manual, either as a .pdf (most convenient) or as a zipped set of .html files (a single file would be better for an easier conversion to .pdf

suddenly a batchquery appears

of the $ file check the recovery max setting . support Support thanks, that helps hgzpincher Hans-Georg Zwicker

EntityManager.merge gives EntityNotFoundException

managed entity objects with no primary key (which is generated automatically or set after merge

Update Entity references if we change the type of an entity

option to version 1.7.0_02, which can be enabled by setting a system property before accessing

LEFT JOIN FETCH over empty embedded collection returns no results

of the first collection, the result of the overall query is an empty set . To use the example from

connection pooling

until another open connection is closed.     http://www.objectdb.com/java/jpa/ setting /server

Import data from MySQL

Hi, I tried the objectdb in my research, find it very easy to handle without setting up xml files. However, I cannot find the import/export functions between other database, then how can I transfer mysql data into objectdb? gzdillon Lai Yang Currently to import data from other databases

zip file or JAR manifest missing

one of the solutions in #2 - set a persistence unit or use an alternative solution. For example, replace

Cast exception?

().getContextClassLoader(); and if it is not the same as  java.net.URLClassLoader@*** , set

RT Java application recording into 100DB run OOM after a few hours.

._RollbackException EKK Emmanuel Keskes All the settings in the ObjectDB configuration file

java.sql.Time field off by 30 minutes

Hihi, I'm wondering if this is a bug. I have a simple entity with java.sql.Time field. On writing and readback, the field is found to be 30 minutes off. It is observed on objectdb explorer as well. Timestamp works perfectly fine. Ps. dont think its a UTC issue. My system is set at far off UTC

package not found running ObjectDB under OSGi

to the NamedCoreObj class. Also package datamodel.core.base was set in my primary plugin as

spuriously objectdb objects have null references

this by using the no-detach setting : System.setProperty("objectdb.temp.no-detach", "true"); before first

InternalException caused by OOM: Metaspace

) If the JVM MaxMetaspaceSize parameter is set you may want to try increasing the limit. In addition

UPDATE statemen crash when i put the WHERE clause.

().begin() ; updateEm.createQuery( "update Record as n set n.lab_points=:points where n.student.nume=:nume

Cascade.ALL with LAZY fetchtype does not clean up all references on remove

first. This creates an initial database set . Then uncomment the method delete() in and comment

ObjectDB 2.2.3

Added support of @ElementCollection  (for setting eager fetch of non entity collections, such as List ). Improved performance of eager fetch in queries. Added Maven build enhancement to the bundled examples. Fixed a schema evolution bug in renaming user types. Fixed a bug in handling schema