ObjectDB Database Search

101-138 of 138 results

Pessimestic Locking doesn't release when application unexpectedly terminates.

with expiration time. For example, if you know that transactions that need that specific lock ... , and if the locking client unexpectedly fails during that transaction (which is expected to be rare

Optimistic lock failed

Hi, I frequently see exceptions during development such as com.objectdb.o._RollbackException: Failed to commit transaction : Optimistic lock failed for object com.example.MyEntity#3 (object ... . If you still get the error then you can try waiting before trying the transaction again or trying multiple times. jgleoj23 Joseph Gardi

Multithreading Test and Deadlock

is even slower, but I found that using smaller transactions (2,000 instead of 10,000 entity objects per transaction ) brings 1-thread and 4-threads runs to equivalent results, so maybe in this test 4

Exporting the data out of the ObjectDB

Hi, We are currently looking at ObjectDB for high performance / high volume transaction processing system. However we want to work on one of the aspects that is the data should be able to pulled out of the ObjectDB to some sort of Big Data File system or Relation DB for reporting / analytics

mapping file is not being loaded

. The prototype is running in a  Tomcat server with a RESOURCE_LOCAL transaction scope over a plain

Replaying recorded requests...

) Is this because I'm somehow not closing a transaction properly, or a PersistenceManager, or

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

a console test case link this evening): Issue #1924 - ObjectDB-2.6.9: Failed to commit transaction

Activation Issue

.springframework. transaction .interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java

Using of Second Level Cache

In our use case we want to find some entity types always again very quickly by primary key or query in many short transactions . The entity MyEntity1 and its relationships to MyEntity2/MyEntity3 was load and the entity MyEntity1 is taken in the second level cache, the other entity types not

Missing (null) elements in eager loaded references

They are always closed. My @ Transactional is on service level, it is opend to load all needed

General Performance Issues Illustrated with a Specific Method

Cloud HIMS is a JSF/JPA (EclipseLink 2.3)/MySQL application designed to capture data in Health Care Centres across Sri Lanka. We've recently migrated to ObjectDB to improve performance. Despite the migration, we're experiencing general performance issues across all transactions . As requested in

Populating JavaFx table from ObjectDB

://stackoverflow.com/questions/22183175/javafx-tableview-with- transaction -support They are on JPA in general with JavaFX.   support Support

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

()=com.objectdb.o._RollbackException: Failed to commit transaction : GC overhead limit exceeded e

Executing JUnit "all tests" throws "Object ... belongs to another EntityManager" Exception

.locks.ReentrantReadWriteLock locks, and varying the length (number of actions) within a transaction

objectdb on single server 20TB storage possible ?

factors include the number of concurrent users, transaction duration, query patterns, index usage

Schema evolution & renamed/moved enum

the changes after that? oudjanef Farid Oudjane Yes, make the updates within an active transaction and commit. support Support Thanks. Farid oudjanef Farid Oudjane

WORM (Write once read many) support

which acts as archiving device for processing and storing logs, records and transactions . Hardware

Handling deleted references

other value) should be done in the same transaction , to avoid a reference from User to a deleted Profile

How to disable Transparent Update.

How to disable Transparent Update. I have done 2 task in a single transaction . 1. Find a entity by a em.find(Class cls,Object o) and change some fields.(not updating) 2. Persist a new entity. But i found the in 1st case the changed value was updated. I have attached the sample program

Server connection management

with the transaction commited and manager closed at the end of each action

Is it possible to remove parent/child entities without refresh?

.persistence.RollbackException Failed to commit transaction : (error 613)). Do you have an idea? package

UPDATE query to set a new field after schema change

a simple console application) that update the objects in a loop within an active transaction

Suspected memory leak

list, and each transaction or query execution could use several values lists, so high database activity

failure to enforce NOT NULL for java.lang.String

Failed to commit transaction : Unique constraint (org.wroth.ws.signup.Request[username]) failed

Online backup in embedded mode fails

.springframework. transaction .interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110

ObjectDB License Error I got

.LocalContainerEntityManagerFactoryBean; import org.springframework. transaction .annotation

Broken @ManyToOne reference

. Please run the main() in the testobjectdb.Main class. In this method: # in a transaction

NullPointerException when using multithreading

. Persisting bulk of objects every transaction (instead of a transaction per entity object). support

ObjectDB 2.6.9

Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query

Sometimes the ObjectDB throws an internal expeption if a persist() was executed

(and our application), we add for all entities an instance in the database and rollback the transaction . (As ... an instance in the database and rollback the transaction . This step is just to increase

Adding objectdb-jee.jar to the maven repository

;     javax. transaction          jta  

JQL-Update Queries fails with activated L2-Cache

When using JQL-Update Queries it is basically not working without calling entityManager.clear() after a transaction commit. When the clear() method isn't called the entityManager will never return a container the updated Entities. Scenario 1 : Disabled L2 Cache, updating elements using UPDATE

NullPointer when accessing persistent field

and db files ( transaction is rolled back )   The packages were all enhanced ( static weaving

Can not have unique index on Byte Array

to commit transaction : Unique constraint (id.co.ecoin.test.objectdb.ObjectDbTest$OdbByteArray[key

Exception on the recovery of a database

is incomplete. In that case the last record is ignored (since it represents a transaction that has not

ObjectDB 2.8.8

#2750 ). Fixed an error on closing an  EntityManager  with non-comitted flushed transaction

Navigation through lazy loading from Detached Objects

: on accessing lazy loaded relationships outside a transaction , after a query, from Glassfish forum thread

Collection update does not increase entity version and is not persisted

an attachment via addAttachment() method and checks in another transaction if this change was written or not