ObjectDB Database Search

51-100 of 200 results

jakarta.persistence.JoinTable

: {} Since: Jakarta Persistence (JPA) 2.1 CheckConstraint[] check (Optional) Check constraints to be applied

jakarta.persistence.JoinColumn

CheckConstraint[] check (Optional) Check constraints to be applied to the column. These are only used

jakarta.persistence.Column

CheckConstraint[] check (Optional) Check constraints to be applied to the column. These are only used

jakarta.persistence.SecondaryTable

effect. Default: {} Since: Jakarta Persistence (JPA) 2.1 CheckConstraint[] check (Optional) Check

jakarta.persistence.Table

. Default: {} Since: Jakarta Persistence (JPA) 2.1 CheckConstraint[] check (Optional) Check

jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...)

attribute, the persistence provider must also perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown. If the lock mode type ... call is made. OptimisticLockException - if the optimistic version check fails. TransactionRequiredException

jakarta.persistence.EntityManager.lock(Object,LockModeType)

checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown ... lock call is made. OptimisticLockException - if the optimistic version check fails

jakarta.persistence.EntityManager.lock(Object,LockModeType,Map)

, the persistence provider must also perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown. If the lock mode type is pessimistic ... call is made. OptimisticLockException - if the optimistic version check fails

jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...)

and the entity has a version attribute, the persistence provider must perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown. If the lock ... version check fails. TransactionRequiredException - if there is no transaction and a lock mode

jakarta.persistence.EntityManager.find(Class,Object,LockModeType)

attribute, the persistence provider must perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown. If the lock mode type ... . PersistenceException - if an unsupported lock call is made. OptimisticLockException - if the optimistic version check

jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map)

has a version attribute, the persistence provider must perform optimistic version checks when obtaining the database lock. If these checks fail, the OptimisticLockException is thrown. If the lock mode ... call is made. OptimisticLockException - if the optimistic version check fails. TransactionRequiredException

jakarta.persistence.EntityManager.find(Class,Object,FindOption...)

optimistic version checks when obtaining the database lock. If these checks fail ... version check fails. TransactionRequiredException - if there is no transaction and a lock mode

Mismatch client-server protocol prefix

:757) I checked multiple times if the versions match. They do. DB server version 2.6.2. Client ... starts with a prefix that is checked by the server before handling the request. That check could fail ... with this exception. Please check the log files for other exceptions, possibly before this exception is thrown

500Mb ObjectDb database opening issue

the database since they are checked and analyzed. But it should not take more than a fraction ... that just open the database? Alternatively, please check opening the database with a Profiler ... which show problem with long data base open operation issue. Could you check from ObjectDb

Left join fetch behaviour doesn't retrieve children?

;      // Ok my em is now closed, let's check if children are retrieved ... , let's check if children are retrieved   em.clear();   em.close();   emf.close();   ... that : 1- Broken index could happen ? 2- How to check if index is broken ? 3- If previous anwser if "test

jakarta.persistence.criteria.CriteriaUpdate

optimistic locking checks . Portable applications using bulk update operations must manually update

evictAll() behavior

is the same like before evictAll() mth and i in the result i get OutOfMemory How I can check size od ... additional action (such as evict). support Support hi I've checked in debuger that every data model class ... Tomasz Tomasz Wozniak OK. So please check the state of the objects before evictAll . evictAll affects

virtual servers and one file

? Are the database and the OS on separate hard drives? and maybe the most important check ... you for the quick reply, I have checked all the links to VMware's knowledgebase for matches ... ; objectdb.conf file that is not is use). Check which configuration file in actually used in the log

Memory Leak in EntityManagerFactory ?

and removed from memory ( checked in the Profiler) 4. nevertheless there are lots of identical Copies ... it. Anyway, if this diagnosis is correct then a possible solution on your side may be to check and commit ... (but I'll check ). Should I remove the isOpen() Condition B? I will also try to call clear. The close

Updating Entities

{ private int level; private int rate; ... public boolean setRate() { //Error Checking ... .getText(); //Error Checking - all checks get passed if(/*No Errors*/) { p.setRate(rate); controller ... thought it was a problem in my code for how I loaded the content into the table, but then I tried checking

Can't post on your forum

Something to check that maybe could help. Log out from the website. Delete all the browser cookies. Log in ... ) PS. Now I'm writing from IE. zmirc Mircea Chirac To check if this is a cache issue, could you please try adding a dummy parameter (e.g. ?x) to urls on our website? In addition, could you please check

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

. support Support Thank you for the link to the class enhancing confirmation checking code.  ... check into our application.)   Yet, I STILL see the issue even after confirming that ObjectDB ... to check what change could cause your enhanced entity classes to be inaccessible to ObjectDB. support

Is 2 level cache in use?

Hi, Is there any way to check , if 2 level cache is in use? Right now I've done two things: 1 ... You cannot check if the L2 cache is enabled directly but you can check its content , by using emf ... and then check if it is cached. The L2 cache doesn't always improve performance. It depends on the application

Handling deleted references

and no version. To simplify the use case I added a @PostLoad method to the User class, which simply checks ... ? This would simplify my use case since all I have to do is to check if the reference is null and create a new ... whatever check to identify previously deleted Entity instances profile = ....; // create new Profile

Activated ObjectDB still throws "Too many persistable types"

have already reactivated and checked that my objectdb.conf is correctly used (by inserting random chars ... be the problem with that? There was a problem in versions until 2.3.7, causing incomplete license checks ... and usve6844? Could you please check both with 2.4.4 and tell which works and which doesn't? support

Maven host down?

for new ODB build and m2.objectdb.com seems to be down. Can you check this please? Thanks. lwalkowski ... . Could you please check again? support Support It's working fine now. Thanks for checking . lwalkowski Lukasz Walkowski No, it is still down actually. These links are not working. satinder_2000 Satinder Singh Checked

Remove an entity which attributes were changed - OptimisticLockException

flushing changes to the database. You may also  disable optimistic locking checks   ... the different plugins? Could you please check if the same Java instance is used by the two operations (as ... both plugins are identical. I checked all of this with a debugger.   We had a similar issue last year 2015

EM close causes an exception

checked the update. But we still get the following exception, if parallel threads access the db: java ... databases, but on the same JVM rather than to multiple JVMs? support Support I checked it in ... . support Support Please also double check that when the exception is thrown with 2 JVMs running the test

Pre-detach loading: retrieval by navigation not working in if statement

; It's the Schrödinger's cat of JPA. Darren Kelly, Webel IT Australia webel Dr Darren Kelly I checked some ... the Machine, there must be a point of difference. I checked again and again, the reports ... Enhancer as a Java Agent, every loaded class is checked and automatically enhanced in memory (if applicable

Feature Request for database.obj$ file

to check when everything is done after closing the database? background : As far as we recognized ... . thanks and best regards Arne Arne Arne Stocker   a) is there a valid method to check ...  but short-lived EntityManager connections. Check if you have an EntityManager that is open

jakarta.persistence.EntityManager.runWithConnection(ConnectionConsumer)

the transaction for rollback. Parameters: action - the action Throws: PersistenceException - wrapping the checked

jakarta.persistence.EntityManager.callWithConnection(ConnectionFunction)

: PersistenceException - wrapping the checked Exception thrown by ConnectionFunction.apply , if any. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.CheckConstraint.constraint

Jakarta Persistence (JPA) Method in jakarta.persistence.CheckConstraint String constraint (Required) The native SQL expression to be checked . Since: Jakarta Persistence (JPA) 1.0

Optimistic locking: prevent version increment on entity collection attribute

create the readings in one call and I try to read them in another call. I checked the database ... is detached between the calls, check this issue and the no-detach solution. I have tried to clear ... with the containing entity. Check what the object contains in the debugger, and try to access the collection

Failed to commit transaction: Attempt to commit a rollback only transaction

state change to the database file. Is that possible?   dmoshal David Moshal I don't know. Check ... config file update 2: problem goes away with this check :          ... . It is possible that this is some sort of a locking issue. Notice that disabling version check

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

option of build 2.6.5_03 for disabling the ORDER BY restriction checks :      ... ObjectDB (possibly also as a JVM -D argument). When these checks are disabled ... " solution would suggest. Could you check these issues again? bklink Benjamin Klink The first point

Cast exception?

). Please post details about both class loaders. Run the query as Query rather than TypedQuery and then check the result type (Player) and its class loader. Check also the class loader of Player.class . support ... and the objectdb package. I've also checked that objectdb is actually loaded by: trace("$$$$$"); trace

disabling JDO in objectdb embedded mode

part of ObjectDB and the stack trace does not mention ObjectDB at all. Please check ... get an exception that mentions X.jdo where X is the name of an entity class. I will check whether I ... external XML files in addition to annotations. Therefore, ObjectDB must check if such XML files exist

missing merger

to check . Strangely, the errors in the log (at #1) indicate IDs 9, 10, 3885, 3577 - maybe ... , we are using could that cause problems like these ?     hgzpincher Hans-Georg Zwicker we checked ... ; hgzpincher Hans-Georg Zwicker please check that again, we have again a more than bad situation hgzpincher

Internal objectdb exception when using different language on a machine

with an internal reference to a type id that doesn't exist. Could you please check the database file ... was not enhanced and caused the exceptions above. Although the enhancement check was activated: the enhancement check does not throw an objectdb exception. Have you an idea why the enhancement check does

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

of the original method, and then irrelevant checks are performed by ObjectDB. For example when setting a generated primary key value an "Attempt to modify a primary key" exception is thrown due to a check ... . Build 2.6.9_02 supports an option to disable the "Enhancement ... is old" check and error:   

NullPointerException using with "refresh" method

. Maybe you should also check if ObjectDB is safe here. Just in case, because both issues came ... _and_potential_data_loss itsme Martin Petzold Please check the recovery setting in your ObjectDB ... ". Check the database in the Doctor, if it is already corrupted then first fix it using

combined index not used

more, but you could check in the Action table, typically we take an endDate that is 30 days from ... seconds. Could you please check running that query in the Explorer? support Support Execution time of this query fells to 1457 on repeating runs (when cache is disabled), will be checked now

Unexpected Exception (java.lang.NullPointerException: Cannot invoke "com.objectdb.o.ORS.Z9())

EntityManager . This happens on a check whether the entity object has been modified by comparing ... this check is not needed when entity classes are enhanced, so enhancing the class may solve the issue ... , so double check that all your entity classes are enhanced. Something else to check is that all objects

Unexpected error when loading all entity instance

instances 2. Check for each entity instance if it is references using queries (select from where field ... the database is corrupted. Checking it with the ObjectDB Doctor produces errors. After using the Doctor ... the database file. I shutdown the application by closing all EntityManager instances. Please check

Indexes broken after schema update

) bensteele Ben Steele Could you please check the database with the Doctor? support Support java -cp ... result, dateCreated is not indexed. bensteele Ben Steele Please check the attached file ... - it checks that the data is fine and that the indexes are fine but currently it doesn't check

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

. Could you please double check it (sometimes the old objectdb.jar file remains in the classpath and the wrong ... checked the version and also use Maven we did run Doctor after switching to the latest version ... by the Doctor in May when you switched to 2.7.1_01 it could help in checking if the issue happened

Unexpected exception during query, if entity is not enhanced

Hello, the entity TCVector is not enhanced and the enhancement check in the objectdb.conf ... that the activated enhancement check would throw an exception. In a parallel secondary thread we got ... of the type system. This might be the result of the previous error, so you may want to check

Query fails with failed to read

that nothing is written to ObjectDB log, please check both the client and the server log, or ... ObjectDB? maybe Jetty restart?). You should try to check the system log for activity at the time ... This is strange. ObjectDB throws an exception. Just checked all the way in this stack trace from

ArrayIndexOutOfBoundException

: Can you reproduce this specific exception? Please check the database with the ObjectDB Doctor ... Support We are not able to reproduce the problem. Result from ObjectDB Doctor check is attached ... . We are currently checking this problem, and apparently it looks related to the other issues that you reported