Internal Website Search

91-100 of 200 resultsRefresh

Updating Entities

int level; private int rate; ... public boolean setRate() { //Error Checking ... (); //Error Checking - all checks get passed if(/*No Errors*/) { p.setRate(rate ... the content into the table, but then I tried checking the content from my Query.employeeTable

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

> webel Dr Darren Kelly I checked some more things. This is enough to "provoke ... Running with check-if-the-jit-compiler ... checked again and again, the reports about the if statement test failing when both default run-time

Can't post on your forum

to another host.  support Support Something to check that maybe could help. 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 the cookies after login

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

enhancing confirmation checking code.  (It helped me find a build order priority issue.  I will also use the technique to put a safety check into our application.)   check what change could cause your enhanced entity classes to be inaccessible to ObjectDB.

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

. Check the database file with the ObjectDB Doctor and look for exceptions in the log file.   <locking version-check="false" />   <processing cache="64mb" max-threads ... to true in config file update 2: problem goes away with this check:   

Is 2 level cache in use?

Hi, Is there any way to check, if 2 level cache is in use? Right now I've ... > lwalkowski Lukasz Walkowski You cannot check if the L2 cache is enabled directly but you can check its content, by using

Handling deleted references

. 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 ... () { if (profile == null) { // or whatever check to identify previously deleted Entity instances

Performance problem

of that PartolniNalogImpl instance takes too long. Please check ... > but you should check the entire closure, i.e. the complete graph of objects that are reachable from ... the system. Could you please check our sample application we sent. Regards.

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

on a check whether the entity object has been modified by comparing its up to date content to a snapshot of the object when retrieved from the database. In most cases this check is not needed ... enhanced and non-enhanced classes is not supported and may cause various issues, so double check

Unexpected error when loading all entity instance

a transaction and load 10.000 entity instances 2. Check for each entity instance if it is references using ... >Unfortunately the database is corrupted. Checking it with the ObjectDB ... file. I shutdown the application by closing all EntityManager instances. Please check