ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
5

Selective merge/cascade of detatched entity

for this approach). All potential changes are checked with application logic before being committed to the database, so a commit will never fail. Any time an object is modified it is checked ... ); for (Salesman s : salesmen) em.merge(s); This appears to have the effect of checking and merging
5

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

checks:     System.setProperty( "objectdb.temp.no-distinct-order-restrictions", "true"); Set the property before using ObjectDB (possibly also as a JVM -D argument). When these checks ... -clause, as the "correct" solution would suggest. Could you check these issues again? bklink
5

Query to search for common elements in two separate collections.

collections by identical hash code. Candidate collections should then be further filtered by checking ... ? if so, that's not what I was after. I just want to check if a collection contains an element ... until all have been checked. I just wasn't sure if there was something in the JPA that allowed me to put this into
5

JVM crash when using IBM JDK 1.6.0

/jpa/EMF.createEntityManager(EMF.java:160) 4XESTACKTRACE at com/ibm/check/cmvc2git/database/Database.<init>(Database.java:52) 4XESTACKTRACE at com/ibm/check/cmvc2git/CMVCSync.runCommand(CMVCSync.java:100) 4XESTACKTRACE at com/ibm/check/cmvc2git/CMVCSync
5

Cast exception?

rather than TypedQuery and then check the result type (Player) and its class loader. Check also the class loader ... the same class loader as the current web app and the objectdb package. I've also checked that objectdb ... there...maybe someone else might come across this problem later :L Flying Banana Jiacong Xu Please check
5

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

="." mode="write" />                 <locking version-check="true" />                 <processing cache ... ="all" />                 <locking version-check="true" />                 <processing cache="64mb" max-threads="10 ... that failed to connect to the master server (which is down), but not the errors that you got. Please check
5

Occasionally slow requests in load testing

during query processing. Check the active query. Maybe you have to define a new index or rephrase ... " /> <recording enabled="false" sync="false" path="." mode="write" /> <locking version-check="true ... for checking: Smaller processing => max-threads (the default is 10 and you are using 400). Different
5

Spring LTW Problem

. However, since annotations are checked using the Java reflection API - the check itself involves class loading. The stack trace indicates that an attempt to check annotations of some class leads to a failure due to a missing class in the classpath. Maybe future versions of ObjectDB should check annotations by reading
5

Optimistic locking: prevent version increment on entity collection attribute

), I 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
1

ArrayIndexOutOfBoundException

exception? Please check the database with the ObjectDB Doctor. Are there any errors? What is the size ... the problem. Result from ObjectDB Doctor check is attached. The size of the database is cca 42 MB ... to the reported exception. We are currently checking this problem, and apparently it looks related

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support