ObjectDB ObjectDB

Internal Website Search

1-10 of 137 resultsRefresh
153

ObjectDb.conf Defaults

Is it expected that all objectdb.conf entries are optional and when they are not provided defaults ... .get(currentDirectory, "objectdb.conf"); if(Files.exists(objectDbConFile)) System.out.println ... System.setProperty("objectdb.conf", objectDbConFile.toString()); Properties properties = new
152

Is an objectdb.conf required when providing test case projects here?

.conf (as long as <activation> is not required for > 10 entity classes). Q: In the case where omitting the objectdb.conf does not impact on a problem being reported and diagnosed, is it acceptable to completely omit the objectdb.conf when providing (links to) mini test projects here on this forum
145

objectdb.conf Information

Hello, Is it possible to get detailed information on objectdb.conf client vs server? We do have an objectdb.conf for our client and one for our server instance. Now there're several questions ... ? quasado Alexander Adam Yes, this is confusing. The objectdb.conf file has 7 main elements. <general
143

Git seems not to commit objectdb.conf

git version 1.8.4.1 (Mac OS X) For some reason my Git seems to be "ignoring" (although not in .gitignore) the web/WEB-INF/objectdb.conf in a web app. I can't find anything about the .conf suffix being ignored. Has anybody noticed this and/or found a solution ? webel Dr Darren Kelly
143

Access objectdb.conf as class loader resource

Hi, is it possible configure ObjectDB so it searches the objectdb.conf file as a class loader resource? Regards, Vladimir tsichevski Vladimir Tsichevski If a configuration file is not found at the expected path, then it is loaded as a resource from: META-INF/objectdb.conf Default configuration
143

How Should I Configure objectdb.conf to Obtain 256KB Disk IO Requests and Maximize Shared PersistenceManager Entity Cache?

These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". I tried to configure my objectdb.conf ... /to the disk, but in a 256 KB sized IO packets. Is the objectdb.conf file (attached to forum thread mentioned
140

Understanding Database max-threads objectdb.conf Settings Option

These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". In the objectdb.conf file (attached to forum thread mentioned above), I set Database max-threads. In the documentation, it was not
140

Again about $temp from objectdb.conf

",config.getInitParameter("OBJECT_DB_HOME")); // sets $objectdb System.setProperty("objectdb.conf
35

Chapter 6 - Configuration

, the configuration file is loaded from $objectdb/objectdb.conf where $objectdb represents the ObjectDB home ... file is loaded from $objectdb/objectdb.conf. You can specify an alternative path by setting the "objectdb.conf" system property: System.setProperty("objectdb.conf", "/my/objectdb.conf
3

[ODB1] Chapter 8 - ObjectDB Server

below: Usage: java com.objectdb.Server [options] start | stop | restart options include: -conf ... the –conf command line parameter to specify the location of your server configuration file, as shown ... -conf config.xml start If you name your configuration file server.xml, you do not need to use

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