ObjectDB ObjectDB

Internal Website Search

21-30 of 83 resultsRefresh
12

PostUpdate on array changes

Given this config: <entities> <enhancement agent = "true" reflection = "error"/> <cache ... when run by JUnit in IntelliJ, this had been working fine. - I now need to explicitly set the config ... ) So, now that I'm sure that objectdb.conf is found - The config path as set above is printed
12

Replication issue, Replayer failing due to NullPointerException.

and slave config files in case there is something obvious I am doing wrong: Master <objectdb ... 100% fine with: "objectdb://master:2122/x.odb;user=backend;password=password" and the above config. I was expecting I should be able to point that slave config at a master without any existing DB files
12

Can I Disable the Creation of the "log" Directory?

(objectDbConFile)) System.out.println("objectdb.config FOUND"); else System.out.println ("objectdb.config NOT found"); Path logDirectory = Paths.get(currentDirectory, "log ... \Programming\UniLogical\ObjectDbTest objectdb.config FOUND log does NOT exist before test ObjectDB
10

Error using query with MAX() function

if( (count % config.getUpdateFreq()) == 0) { em.getTransaction().commit ... the manual. if( (count % config.getUpdateFreq()) == 0) { em.flush
10

ObjectDb.conf Defaults

("objectdb.config FOUND"); else System.out.println ("objectdb.config NOT found
10

Dirty checking

config settings to track changes to collections, e.g: http://www.objectdb.com/java/jpa/setting ... the config file to track array changes. 2) capture all entities changed during the transaction
10

ObjectDB Roles and Groups

Hello, How can I incorporate roles/group in ObjectDB config file? I see no support for this. For example, I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Is it possible to have this? st.clair.clarke St
10

Unexpected NoSuchFieldError exception

out whether configuration settings have been found (e.g. is it possible to print out the config that ObjectDB is using, ie: in case it hasn't found the right config file). [ObjectDB 2.6.9_09] javax.persistence
10

Log is almost empty (log level 'trace')

sometimes accidentally quits without any notice.. My log file (independently on whats specified in config file ... , so I doubt it's a problem of VPS config. Regarding 'Inactivity period', I indeed saw
2

Support for roles/groups in ObjectDB

ObjectDB should incorporate roles/group in ObjectDB config file? I see no support for this. I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Maybe under the $default, or any particular user

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