Internal Website Search

141-150 of 200 resultsRefresh

Query and commit simultaneously

, so you can query and update the database at the same time using multiple threads. multiple EntityManager

how to operate with same object but two different Thread on database.

you. Bimal Bimal kumar dalei Usually multithreading with JPA involves multiple multiple separate memory objects in different entity managers and threads. Locks are used

Entity factory - best practices

-safe? Can multiple entity managers exist at the same time? Flying Banana Jiacong Xu Creating multiple EntityManagerFactory instances is thread safe

Selective merge/cascade of detatched entity

are kept in memory is that they are shared between multiple threads (all using 'synchronized' operations ... . To avoid multiple memory objects for the same database object you may try sharing one

java.lang.ClassCastException in OSGi runtime when loading data from DB

should get this working when I have multiple bundles using objectdb (e.g. Person, Buildings ... extensive use of OSGi with ObjectDB including multiple bundles with entity classes. Unfortunately

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

Hello. We are currently using ObjectDB in application server Jboss as 7.1.1.final. ObjectDB version is 2.5.3_02. The following errors occur when multiple ajax requests are executed: Caused by: com.objectdb.o.InternalException: Error

Pessimistic Lock Timeouts setting

.timeout" I have a situation where multiple threads can hit a shared counter (which is used

EntityManagerFactory objects being locked during EntityManager creation

of the EntityManager instances). Using multiple 

Online backup problem

Hi, We are trying to create a servlet that performs database online backup. Unfortunately, even though no exception is thrown, backup files aren't created. When I turn on DEBUG logging in ODB, I get multiple ClassNotFoundExceptions like :

combined index not used

with multiple JOIN operations with very slow execution time you may be able to manually select the best query