ObjectDB Database Search

101-150 of 200 results

Class loading problem with private packages in OSGi environment

What is the relationship between CodeArchitectureExt and  CodeArchitectureImpl ? Please try ... between CodeArchitectureExt and CodeArchitectureImpl is that the entity class CodeArchitectureImpl

EntityManager.find(entityClass, primaryKey) is slow when accessing non-existent IDs

Is this problem solvable? --- package debug; import static java.lang.System.out; import static java.time.Duration. between ; import static java.time.Instant.now; import static javax.persistence ... t = now(); em.clear(); out.println("clear\t" + between (t, now()).toString()); } public static void

Query vs Extent for retrieving data

and closing and I'm using ObjectDB 2.3.4. carr.onstott Carr Onstott The difference between using Extent ... going to look over the deltas between what I came up with and our production code and see if I can come

Relationships and tracking changes

Hello !! I am new in JPA / ObjectDB development and I have many questions:   3. Object relationship I try to create a 1-n relation (EBVerlag is 1 and EBUser is n) between two tables: Table ... .1. Please take a look at column names and tell me, if I did the connection between

Caching/Paging Questions...

Greetings ObjectDB team, All below questions assume a very large database (~1,000,000,000 objects): Q1: Two queries with a big overlap between their result sets. If I query the first set and hold ... . For cache purpose - consider soft references, which are something in the middle between weak

Master database switching to read-only mode, possibly caused by slave failure

during 3 minutes between 13:22:43 and 13:25:43 returned at 13:25:44 with Exception: [ObjectDB 2.3.7_08 ... , which certainly rule out some options. The replication is implemented by a simple open socket between

Question: remove and recreate an object, do the references survive ?

between that would remove the orphane references) ?   hgzwicker Hans-Georg Zwicker References ... our moving of objects between the databases consistent hgzwicker Hans-Georg Zwicker We hope to release

Difficulty with the BIRT plugin

BETWEEN :low AND :high" I get the error "Type Point is not found". I checked that the points.odb file ... is invalid or no connection to the server. Do you see a difference between using embedded mode or

query hint

must match one of the query plans logging text. Logging format and text might have changed between ... Zwicker Just to make sure, no difference between the two versions, i.e. #11 is an update to #10? support

Exporting the data out of the ObjectDB

Sandeep Dhamale Currently, migrating data between ObjectDB and other data stores requires writing

Not releasing locked MST object

(EMImpl.java:292) jakab Gergely Jakab The new stack trace indicates a collision between automatic schema

Filename.odb$ Persisting Issue

time, stopping the program, and modifying code for extended time and all variations in between

Possible cause for "Enhancement of type ... is old and cannot be used"

yet tried versions between  objectdb-2.6.3_04 and objectdb-2.6.6_07 (bracketing to find

JPQL query to get entities that does not have a child entity in their child entities

queries. FINISHED Jobs between a time interval: @NamedQuery( name

query on calendar class

" type Query query=em.createQuery("select c from Cdr c where c.start between {ts '2044-12-01 00:00:00

Problem of query With an aggregate function

.nb4xx),SUM(h.nb5xx) FROM HttpEntity h WHERE h.host = :host and h.date_http BETWEEN to_date

Custom collection types

, nevertheless it causes some questions. I checked that i can easily change the type of collection between

joining of tables

the relationship between Employee and Address as a Java reference field in  Employee or

problem with lazy loading - unittest project attached

that EntityManager is closed and the result object becomes detached. Since the relationship between Foo And Bar

How to Use a SF with extended Persistence Context?

between calls. When I call the SF directly no problem happens but if I use SL to hold a reference

Level 2 cache not hit in @ManyToOne

round trip. Similarly, traversal between objects which requires transparent retrieval of referenced

DB Explorer and Doctor unable to open DB file

The difference between your application and the Explorer/Doctor is that your application has access

Activation Issue

on different machines). support Support ok, one more question. The only difference between home

Mismatch client-server protocol prefix

weird. Maybe it is a conflict between embedded Tomcat / new Spring and ObjectDB. support Support

Update Entity references if we change the type of an entity

as a pair of (type + id) rather than just an id. This enables faster navigation between objects, as

ORDER BY problem, when String starts with language specific character

' is between 'C' and 'D'. Is there any way, how to sort the records correctly? Thank you   Michael

Missing Data on Retrieval (0, null values)

match between the two Resultlists Tested with  Version 2.6.7 and 2.4.5  - same behaviour

Memory use in OneToMany relationships

is LAZY). There is a difference between using reflection mode and enhancement mode. In enhancement

Problem with distinct select, order by and equivalent alias/attribute path

to me switching from alias to attribute path between projection and order by part... bklink Benjamin Klink

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

Are Queries in ObjectDB Multithreaded ?

Greating again ObjectDB team, Will ObjectDB query engine use multithreading whenever possible ? Thank you indeed ! geekox86 Mohannad AlAwad The ObjectDB engine has an internal mechanism that can split many types of operations between threads, including operations that are part of query execution

Connection is closed Caused by: java.io.EOFException

.g. after a certain period of time,  because the time  periods between exceptions are not

OneToMany and cascade delete problem

Store and Product . In the relationship between Store and Product - Store is the owner

Replication Question

. You can manually make the switch between the master and the slave to enable write operations as well. support Support

Online Backup in client-server mode

to minimize the time that the database is locked for backup (e.g. when the connection between the client

virtual servers and one file

difference between running with VMware and without. We cannot provide support and advice for setting

Optimization Question

of data is incorrect.  I could do some synchronization between the threads to ensure

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

a  feature request was add now to the issue tracking. The difference between these jars is that 

@ElementCollection query returning extra result per element in collection

is defined as entity rather than as embeddable. It may help understanding the difference between

newbie - lots of exeptions

. There is no known difference between build 6 and 16 that may cause this exception. If this doesn't help

Evaluating ObjectDB for SaaS Application

of one writer and multiple readers provides better performance because the coordination between the servers

java 8 LocalDateTime is not working in query

.date BETWEEN :startDate AND :endDate ORDER BY t.date"); query.setParameter("startDate", LocalDateTime ... @Convert ( http://www.objectdb.com/database/forum/849 ). So we are between a rock and a hard place

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

I am running a stress test with 2 users, each making a request to the JSON API (which uses as storage ObjectDB) each 50 milliseconds. An API call might have between 1-4 db calls ... All these exceptions are related to breaking the synchronization between the client and the server

Multiple files support for search and persist

and multiple disks, and splitting read activity between slave servers. increasing RAM

Adding objectdb-jee.jar to the maven repository

between these jars is that objectdb.jar includes JPA 2 (javax.persistence, etc.) and objectdb-jee.jar

Compare two schemas or odb files

For example, if we make a backup of our database it would be helpful to have the possibility to compare the backup schema (odb file) with the current version in the database and as result we should get the difference between the two schemas. It would also be sufficient, if we can compare object

spuriously objectdb objects have null references

) between a collection that is really empty and a collection that was just not loaded. You may avoid

JDO PersistenceManager.getSequence() returns null sometimes

being used to prefix sequence name to avoid name clashes between different packages

Use temporary files to enable very large transactions

seems to work. support Support Following the heap dump information which is a different view between

ArrayIndexOutOfBoundException

if it fails. If necessary, add a delay between successive find attempts. This may serve as a temporary