ObjectDB Database Search

101-150 of 183 results

Failed to generate dynamic type

for every topic and use the issue tracking for clear ObjectDB bugs. Regarding logging - the ordinary

Database size is much larger than expected (x2)

: Why objectdb cause so many memory that it fails with "-Xmx1432m", even if em. clear () at every 0xFFF

Bulk Delete and Update - best practice?

.getTransaction().begin(); em.persist(data); em.getTransaction().commit(); em. clear (); TypedQuery q = em

Clarification on free license restrictions

Hello,   My apologies if the answer is already on the website, but I’m struggling to find a definitive answer.  The 10 entity class restriction is very clear , but can each of these classes use unrestricted numbers of embeddable classes?  Do embeddable classes count as

java.sql.Time field off by 30 minutes

back all         em. clear (); ///

Issue with orphanRemoval and multiple EntityManagers

; originalOrganisation.getElectronicAddresses(). clear ();          

Possible issue with String fields

, and clearing the EntityManager at transaction end. support Support Hi Great support .. thanks for the timely

enumeration table? how to on pure jpa?

there is no field value on Column annotation but i need solution like that on pure JPA if possible. Fastest clear

Entity Update - Is the documentation up to date?

; So to be absolutely clear ... the enhancement takes place around the assignment of a persistent field, not

Extra uninitialised entities spawned on merge()

." Grateful for feedback (although the problem is somewhat academic as a solution is clear ), Webel

Is ObjectDB the only object database that supports JPA?

help. Please clear my doubt I know JPA is just a Specification and ORM Frameworks like Hibernate

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

Updating existing persistence entries

. Is there a similar option für ObjectDB? If I were unable to make myself clear , here's what I want in

"Attempt to lock a non entity object" error

- from the ObjectDB manual - by: "The following operations clear the entire persistence context

IN expression in a Criteria Query

Source) mimac Milan Fabian OK. Apparently the problem is clear now, and we are working on a quick fix

Objectdb server out of heap space

We should add this ability in future ObjectDB versions, thank you for making this point clear

Great product - needs better marketing - more popularity

;are clear selling points. (JPA and JDO APIs versus an elegant proprietary API is a negative

Like fails if both underscore and percent are used

you for this report and for the clear test case. Please try build 2.5.4_03, which should fix

Failover from Master to Slave

is clear . This solution could work with multiple applications only if all the applications always select

Memory leak

Hi, We have a memory leak in our application which seems to be related with ObjectDB. Basically, we use single instance of EntityManager, which is opened on aplication initialization and closed when the user logs out, as well as EntityManagerFactory. We use em. clear () after every commit

multi thread application, id field sporadically null

to overcome the problem by using flush(), clear () and refresh()  hgzwicker Hans-Georg Zwicker Good

Error during cascaded merge

to pass a non entity object to merge should throw an exception with a clear error message

Roadmap - no progress - any plans - transparency?

already made, but they seem to be ignored. So, my (and my company's) wish is to see a clear roadmap of ObjectDB

Thread in BLOCKED state

completely clear . A blocked thread is not necessarily a problem. There is an essential synchronized

Field in Generic Class not persisted?

;    em. clear ();         TypedQuery q = em

Query results are not up to date for entities, not primitives

",     personID)   .executeUpdate(); em2   .flush(); em2   . clear (); tr

Understanding limitations of schema evolution

update page http://www.objectdb.com/java/jpa/setting/schema it is not clear how to handle this case

Dependency from enhanced classes to the objectDB library

described in post #3 clear enough. The other message is because we have referenced the ObjectDB

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

Hi, I am running a java application that records data from 100 feeds into 100 different database - this is done is one thread. It works fine several hours - and suddenly i got an out of memory issue (I checked there is no leak in java - I cleared the entity manager every 10 new entity) - I run

Schema Update: class hierarchy change

subclasses of NamedEntity the field will be initialized as null . support Support Perfect. Thanks for clearing up. btc_es BTC EmbeddedSystems

Is it possible to commit only specific elements?

Hello, As stated above, I would like to know if it is possible to commit only specific elements, or at least update a single table, disregarding the other entities loaded in the persistency context? I have a complex hierarchy of intertwined objects. Currently I am clearing my persistency context

IMK Stall with certain query

Key is separate so i can use indexes, thank you for the documentation on this topic, concise and clear as usual. Thank you support lo Hoel

JSON serialization and __odbHidden members

is clear I guess. Must add that I am using the Glassfish server 4. I didn't somehow configure JAX-RS

Problem witch CriteriaBuilder isMember(..)

regards Arne   PS.: maybe I should make clear , that Testclass uses its own equal and hash methods

Resource leaking via a rogue Shutdown Hook

A shutdown hook is registered upon ObjectDB initialisation. The hook is loaded from the web application's class loader. When the application is stopped (not the server, just the application) the hook is not cleared . This leads to web-application class-loader leak, that results in huge resource

@PrePersist not working correctly

(..) call the object is ok. Inside the @PrePersist method all fields are cleared .  mosi0815 Ralph Moser

Eager load Map

- the map is loaded and its contents are printed. On the second run (without deleting or clearing

Blocked by find

(JpaQuery.java:722) ... 15 more This occured when the app tried to clear data for a particular id

Persist & remove in same transaction

Remove the entity object, EntityManager is flushed & cleared , Transaction is not committed Count

ArrayIndexOutOfBoundsException on flush

it but we're not clear what is happening yet 2) No replication is in use - the database in question

Issue with cascade delete & add/remove

to clear the collection first, commit that and then remove the Contact? thanks! quasado Alexander Adam

NoResultException: No matching results for a unique query

of that exception? It is clear that you get a NoResultException that you do not expect. A test case

NullPointer on query

it - it could help. In this case the test can be complex since the bad result is very clear . Your last test

Issue with DISTINCT Select

this specific case is in the query or in ObjectDB. It is clear , however, that $3 should be replaced

InternalException

.class); bensteele Ben Steele Maybe it was a cache problem and restarting the database cleared the cache

JDO PersistenceManager.getSequence() returns null sometimes

this problem. Regarding the sequence names, the JDO specification is not completely clear . Do you expect

Unexpected exception (Error 990) - NullPointerException

only stated, that the transaction has been marked for rollback. Why it has been marked was not clear

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

, and on complete clean and build in NetBeans, and also after complete NetBeans cache clear

GC Memory

for each, and possibly also  clear  after commit ) Using classes that are not enhanced. In

ObjectDB 2.6.4

of embedded objects to collections. Fixed database page objects reuse to release to be cleared