ObjectDB ObjectDB

Internal Website Search

71-80 of 192 resultsRefresh
9

Replication error - parsing objectdb config

="100" /> <data path="$objectdb/db-files" /> <replication url="objectdb://localhost:6126/DEV1 ... -files" /> <replication url="objectdb://localhost:6136/TestReplication.odb;user=admin;password=admin ... that the replication works, but I notice now that the slave url is invalid. It should be: objectdb
9

Spring 4 setup

>            <url>http://m2.objectdb.com</url>       </repository> In the Application class ... (                     "javax.persistence.jdbc.url", "test.odb
9

Objectdb Server Mode set up with glassfish

is the database connection url. If specified in the persistence.xml a client-server url ... ="javax.persistence.jdbc.url" value="objectdb://localhost/my.odb"/>        <property
9

Replication error on slave restart

> <temp path="$temp" threshold="128mb" /> <network inactivity-timeout="0" /> <url-history size ... inactivity-timeout="0" />   <url-history size="50" user="true" password="true" />   <log path ... " />   <replication url="objectdb://xxx.com:6136/SM/sm.odb;user=xxx1;password=xxx2" /> </server
9

Problem with entities detection

.jdbc.url" value="$objectdb/db/curso3.odb"/> <property name="javax.persistence.jdbc.user ... -unlisted-classes> <properties> <property name="javax.persistence.jdbc.url" value ... </exclude-unlisted-classes> <properties> <property name="javax.persistence.jdbc.url" value
9

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

" /> <property name="javax.persistence.jdbc.url" value="... ... </properties> clicker clicker I've finally ... .persistence.jdbc.url" value="objectdb:D:/databases/guests.odb"/>    <!-- locking issue ... located outside the application    <property name="javax.persistence.jdbc.url" value="$objectdb/db
9

Master database switching to read-only mode, possibly caused by slave failure

on the master? In that case, if you use a combined master/slave url requests to the master ... straight away. > In that case, if you use a combined master/slave url > requests to the master ... /slave url in our client as read-only access is not sufficient for our needs. The only reason
8

Remove not working

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

mapping file is not being loaded

>             <property name="javax.persistence.jdbc.url" value="objectdb://localhost:6136/project ... -unlisted-classes/>   <properties>    <property name="javax.persistence.jdbc.url" value="objectdb
8

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

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