ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
5

Check for index existence ?

configuration and check the server logs (queries are executed on the server, enhancement messages are client ... by "*" xirt Sylvain Maybe ObjectDB doesn't use that specific configuration file. Check the location
5

unable to update table in slave server database

.doCommitInsert(ObjDBem.java:75) at code.db.jpa.oodb.ObjDBem.Update(ObjDBem.java:224) This is the configuration done in objectdb configuration file. <database> <size initial="256kb" resize="256kb" page="2kb
5

Start ObjectDB inside java code.

. SimonKhan Simon Bedard You still need a separate configuration file. Only the path of that this configuration file is provided as argument to main (using -conf), not its content. support Support
5

Java 6/7 Performance Comparison

of the entity manager and I was wondering if there are any additional configuration options I ... configuration when downloaded and then again after adjusting the objectdb.conf to grant more memory
5

locks on pure query activities

configuration (we have a 16 cpu cores, 32 GByte machine): <!-- ObjectDB Configuration --> <objectdb
5

Server vs embedded mode in multi-instance scenario

other clients. You may enable it by adding the embedded-server element to the configuration: <server ... more on the best way to configure the server when using a combined embedded-server mode? What I am wanting
5

Session lost

configuration which can fix this problem.......... best babak.naddaf babak naddaf It may be a firewall restriction. If it is, specifying inactivity timeout in ObjectDB configuration may solve the problem. support Support
5

Multi-tenant capability with hierarchies

here. You will have to configure the EntityManagerFactory creation to accept a parameter, if you want to open multiple ... ("../db/default-database.odb"); } Is this how you meant > You will have to configure
5

Replication error on slave restart

. Could you please post the configuration files of your servers? support Support MASTER <objectdb> <general ... the problem, could you please try changing the master recording configuration:     <recording enabled="true
1

References to objects of missing obsolete entity classes

workaround that you can try is to change the configuration file and allow reflection, or include ... the configuration to enable reflection mode (see #2 above)? Do you have a sample database or a test case

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