ObjectDB ObjectDB

Internal Website Search

111-120 of 187 resultsRefresh
7

problem with lazy loading - unittest project attached

> <repository> <id>spring-maven-milestone</id> <url>http://maven.springframework.org/milestone</url> </repository> </repositories> chris Christoph Ernst
7

Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers

>   <properties>    <property name="javax.persistence.jdbc.url" value="$objectdb/db/test.odb ... .BasicDataSource">   <property name="driverClassName" value="com.mysql.jdbc.Driver" />   <property name="url
7

First query takes 4+ minutes to complete

> <temp path="$temp" threshold="64mb" /> <network inactivity-timeout="0" /> <url-history size ... " /> <!-- <replication url="objectdb://localhost/test.odb;user=admin;password
7

Replication Issue

="64mb" />                 <network inactivity-timeout="0" />                 <url-history size="50 ... url="objectdb://12.345.678.910:6001/KAKI.odb;user=admin;password=admin" />         </server
7

JPA 2.1 and AttributeConverter

own adapter for storing property, which is File and URL class. Bot01 Frantisek Novak You can use a transient field for the File or URL and convert it from/to byte[] or String in JPA lifecycle events methods
7

Remove not working

{ public static void main(String[] args) { String url = "objectdb:$objectdb/db/test.tmp;drop"; EntityManagerFactory emf = Persistence.createEntityManagerFactory(url
5

Using explorer with a live embedded db

port 10306 in the url of the embedded database? Can you try using an ordinary disk rather than a ramdisk (just as a check)? support Support
5

PersistenceException UserException: Failed to validate persistence.xml

> <properties> <property name="javax.persistence.jdbc.url
5

Jboss 6 persistence.xml startup error

> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb
5

Compare old and new schema

to compare with. To do so, I create a new URLClassLoader with a URL pointing to the folder containing

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