ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
2

Measurement of the test coverage of enhanced classes

"coverage" of our tests? btc_es BTC EmbeddedSystems Enhancement adds code to persistent classes so it would affect test coverage measurements. Maybe measurement that is based on the source code (e.g. line coverage) rather than on the class file and JVM instructions may not be affected by code
2

Working with a cleared cache

footprint. The code snippet below is part of a Callable task that is run repeatedly with a given list of commands. When I run the code as written I start getting the stack traces that are listed ... (AbstractObjectDBDatabase.java:307) carr.onstott Carr Onstott I should note, that while this code
2

Online backup problem

. Please post the code that you are using to run the backup. support Support This is the code I used ... . The code runs, result is "OK", but no files are created in ObjectDB home directory on db server. I ... ();     em.close();   emf.close(); kborkowski Karol Borkowski Your code is ok
2

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

is a groovy closure), however: that code has been running without any problem for some time. The problem arose when different code was run against the same database. ie: it appears to be related to some state ... " /> <query-cache results="32mb" programs="500" /> <activation code="xxxxx" /> </database> dmoshal David
2

find() cost unreasonable time!

unnecessary code"! Ok, Class of Nodes: package fpg; import java.util.List; import javax.persistence ... ()+""; } } test codes: package src.run; import java.util.Iterator; import java.util.LinkedList ... possible - remove unnecessary code"! Anything that is required for the sample application
2

zip file or JAR manifest missing

. support Support The codes is ok in MySQL, but not in ObjectDB. Before update a value, my threads ... .class); support Support I found this is a weird thing, the same codes run the different results in my office pc and home pc. I use svn to keep my codes. My ObjectDB path is the same. But, My home pc
2

Memory Leaks after COMMIT operation (checked on versions 2.6.5 & 2.6.6.b01)

what we did incorrectly or investigate how to fix it ASAP. Source code which causing memory leaks ... _EntityManager.clear(); m_EntityManager.close(); } After executing code above (write a 10-15 Mbytes) need to check remaining memory in any available profiler. Stack trace for mentioned code
0

Error on commit

such as: BTree ID: BTree Name: BTree Page: Request code: ... Please post them. support Support I ... _***Number] [2012-04-20 11:56:07 #203 store] BTree Page: 402548 [2012-04-20 11:56:07 #204 store] Request code ... Code: -11 [2012-04-20 11:56:07 #207 store] Request Real Key: 6142 [2012-04-20 11:56:07 #208 store
0

Update query bug

Some code. Problem in UPDATE query. TypedQuery<List<Transport>> query = (TypedQuery<List<Transport>>) em.createQuery("SELECT t FROM Person p JOIN p.transports t WHERE p.personalCode = :code"); query.setParameter("code", personalCode); List<List<Transport>> list = query.getResultList
0

Issue with DISTINCT Select

selection in our code (no changes else) and suddenly receive invalid identifiers in queries exceptions ... as this causes more issues in explorer because the generated code from criteriaquery is NOT valid ... our code.. and as said, without the distinct it works!?? Alex quasado Alexander Adam Note: We're

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