ObjectDB ObjectDB

Internal Website Search

41-50 of 137 resultsRefresh
11

Primary key generation problem after changing entity package

information in objectdb.conf file (placed in the same directory as objectdb.jar - lib/). Now when I try to run ... message may indicate that the configuration is not found. Try putting the objectdb.conf file in ... were right. After putting objectdb.conf in parent directory everything works fine. Unfortunately, in
11

Setting temp directory location in ObjectDB

HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB.conf ... the following conf file <general> <temp path="$temp/ObjectDB" threshold="64mb" /> <network ... " /> </general> But can you please let me know, if i dont want to use the conf file, how can i set the temp
11

Dependency from enhanced classes to the objectDB library

to load the classes). To use your ObjectDB configuration replace the META-INF/objectdb.conf file that is embedded in objectdb.jar with your objectdb.conf file. Similarly to 3, you may embed META-INF ... your own activation code in the objectdb.conf. Clean up the project and execute the enhancerall.xml
11

lockfiles in client/server mode

i have an objectdb server running on localhost as user "objectdb", spawned like so: java -server -cp /usr/local/share/objectdb/objectdb.jar: com.objectdb.Server -conf /etc/objectdb/objectdb.conf ... .conf does not help. for example, <temp path="$objectdb/work" threshold="64mb" /> /usr/local/share
11

Sample JDO Architecture for Follow Up Questions

. * I attached my objectdb.conf file that shows the configuration option settings I chose. * My server ... about this proposed architecture: "Where Does ObjectDB Block/Lock?" "How Should I Configure objectdb.conf ... the Creation of the "log" Directory?" "Understanding Database max-threads objectdb.conf Settings Option
11

Problems Running ODB Explorer

Eugene Brobby Apparently you added the activation code to the objectdb.conf file that is in use by your application (and this is why it works in Eclipse in embedded mode), but not to the objectdb.conf file ... one activation that can be used in all the objectdb.conf files. We had reports about computers in
11

DB Files permissions

no stack overflow is expected when the objectdb.conf cannot be accessed. ObjectDB uses an internal objectdb.conf resource (in the objectdb.jar file) when no external objectdb.conf file exists
9

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

.conf <Schema> to match, as described here: https://www.objectdb.com/java/jpa/setting/schema. Adding an ObjectDB.conf entry as follows corrected the issue: <schema> <package name="com
9

RT Java application recording into 100DB run OOM after a few hours.

it on a VPS with about 4GB of RAM. 1/ I use the default objectDb.conf (i mean i dont use any ... too much? Is there something in object.conf that i should tweak? I think I need to understand how the RAM is managed by
2

javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL

the configuration. support Support I've set <persist serialization="true" /> in objectdb.conf, but still got ... Support Thanks. I forgot to set configuration file in client. Just set System.setProperty("objectdb.conf", "[PATH of objectdb.conf]"); before open database. fxp007 xiaopingfeng

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