ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
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

Maven driven compile time ehnancement

>     </executions>     <configuration>      <mainClass>com.objectdb.Enhancer</mainClass ... >com.x.y.b.*</argument>      </arguments>     </configuration>    </plugin> Then, in your output
5

Massive schema update

Hello, I need to rename/move a lot of classes in my project. I know how to do it with the <schema> configuration element, but it's a big database, and I guess that I am going to have a performance ... update (including using the <schema> configuration element) is minimal. After an old object is updated
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

multiple connection using share folder

a configuration file explicitly -port <port> : override configuration's server port -silent
5

Optimistic lock failed

in the configuration:     <database>     <size initial="256kb" resize="256kb" page="2kb ... ) - but it is expected to be officially supported in next versions. Update: The configuration above is now documented
5

Again about $temp from objectdb.conf

I am using the 2.4.5 distribution and I'd like to set up $temp to another folder than the system uses. In my web application I use a servlet to configure some values: public void init(ServletConfig ... that ObjectDB uses in the configuration file. By default ObjectDB uses $temp/ObjectDB where $temp
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
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
1

cannot delete objects after crash (see issue 2283)

attached our configuration hgzwicker Hans-Georg Zwicker You are using recovery in sync="false" mode ... after the configuration change and report as it may have significant effect on speed in applications

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