ObjectDB ObjectDB

Internal Website Search

141-150 of 150 resultsRefresh
6

Should I be able to persist a JFrame (or gui components in general)?

.createEntityManagerFactory("objectdb://localhost/thecontacts.odb;user=admin;password=admin
6

Problem with log file in an embedded db with netbeans platform application

.persistence.jdbc.url" value="proteo.odb"/>             <property name="javax.persistence.jdbc.password
6

Failed to validate XML

.persistence.jdbc.password" value="admin"/> </properties> </persistence-unit> </persistence
6

UserException: Invalid configuration in 'internal' - Check permissions

("objectdb:/path/to/dataset.odb;user=admin;password=admin"); In order to be able to get the same error, I
6

Occasionally slow requests in load testing

-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb/log
6

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

"/>          <property name="javax.persistence.jdbc.password" value="admin"/>       </properties
6

Deploy ObjectDB in WildFly 10

" value="admin"/>             <property name="javax.persistence.jdbc.password" value="admin
6

Change path for urls2.xml file

:     <url-history size="0" user="true" password="true" /> The url history is used to enable
6

Changing from client server to embedded mode

Hi, I have created a java web application and used ObjectDB in client Server mmode. It worked as per my expection. In Client server mode I used     Persistence.createEntityManagerFactory(         "objectdb://localhost/myDB.odb;user=admin;password=admin"); Now to switch to embedded mode, I
1

Unexpected Exception during commit

://xxxxxxxxxxxxxxx.compute-1.amazonaws.com/dev8-26.odb;user=x;password=x");     EntityManager em

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