ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
6

Database is locked when in use

a string <Dir Absolute path> or new File (diectory path); binitbhaskar Binit Bhaskar
6

Replaying recorded requests...

" sync="false" path="." max="128mb" />     <recording enabled="false" sync="false" path="." mode="write
6

Source not found error after downloading ObjectDB 2.3.7_04

of my existing project. I added the Objectdb.jar file in build path. There were no compile time errors. I ... the source path so I added file objectdb-2.3.7_04\objectdb-2.3.7_04\src\jdo_2.2.zip as source code
6

Explorer in 2.3

-login of last opened (remote) database puts the full URL into the Database Path field, when it should be only the database path. This causes an error on starting Explorer.exe. Same when opening
6

Activation Issue

="true" sync="false" path="." max="128mb" /> <recording enabled="false" sync="false" path="." mode
6

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

enabled="true" sync="false" path="." max="128mb" /> <recording enabled="false" sync="false" path
6

Problem with @UniqueConstraint

[] args) { int r = (int)(Math.random() * 1000000); String PATH = "c:\\temp ... .createEntityManagerFactory(PATH); EntityManager em = emf.createEntityManager(); em.getTransaction
6

Soft Reference Object Cache Recommendation

[] that is not released and you expect to be released? Can you see a path of strong references from a root ... what did NOT get freed. Presumably, all items listed therefore have a strong reference path from some
6

Getting com.objectdb.o.UserException:

? binitbhaskar Binit Bhaskar You can either: Change the location of the log files to another path. Or ... with ObjectDB 2.4.3_01 by specifying an empty path. support Support
1

Strange Error with Criteria API and Sorting

, which is another variable. You can fix this specific query by using Path (which is not a separate variable) instead of Join: //final Join<?, ?> otherJoin = root.join("other"); final Path<Object> otherJoin = root.get("other"); support Support

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