ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
43

setting activation code in persistence.xml or env file or system properties

Wondering if it's possible to add the activation code either: - in persistence.xml - or in a .env file - or system properties dmoshal David Moshal These options are not supported. However, you can embed the configuration file with the activation code as a resource, e.g. by replacing the objectdb
43

Start ObjectDB inside java code.

, you should be able to run it also from your own code by calling the main method directly:     com ... activate those line of code now? i mean where do i put the <server> <connection port="6136" max="100
42

The drop code word does not work?

The drop code word does not work?
29

Spring LTW Problem

Hello! I use ObjectDB with Spring. Today i tried to swich from AspectJ compile time weaving to load time weaving. (To get Jrebel working properly) So i added <?xml version="1.0" encoding="UTF-8 ... configuration. Now Spring oviously tries to weave every class that get's loaded. The problem arises
8

Enhancer: non-zero exit code at exceptions

Hello, we have found that the enhancer returned an non-zero exit code on errors. You can change this so that the error of the enhancers can be detected. btc_es BTC EmbeddedSystems Thank you for this report. Starting build 2.6.1_04 the Enhancer exits with non zero code on errors. Note
8

Generating new activation code gives 500 server error

Trying to generate a new activation code using our site license key gives a 500 error every time. Code generated using version 2.7.4_04 and openjdk 1.8.0_171. spiffy Jonathan Harley There was a problem, thank you for this report. Please try again now. support Support
8

Can't open DB-file with explorer, but from within my code it works

programatically (from within my code) without any errors 4) the db doctor ends without error messages
8

Generating new activation code gives 500 server error

Generating new activation code gives 500 server error
0

[ODB1] Chapter 6 - Persistent Objects

the following code: pm.currentTransaction().begin(); Person person = new Person("George", "Bush ... . Therefore, the following code is legal and equivalent to the code above: Person person = new Person ... to Utilities.bind(...)). Persistence By Reachability The Address instance in the code
0

[ODB1] Chapter 5 - JDO Connections

a PersistenceManagerFactory The following code demonstrates how to obtain a PersistenceManagerFactory ... that are set in the code above are usually essential: javax.jdo.PersistenceManagerFactoryClass ... .getPersistenceManagerFactory(properties); } finally { in.close(); } Notice that the code

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