ObjectDB ObjectDB

Internal Website Search

61-70 of 188 resultsRefresh
9

Configure ObjectDB in spring context

"/> <property name="url" value="jdbc:hsqldb:file:db/jminer"/> <property name ... .springframework.jdbc.datasource.DriverManagerDataSource"> <property name="url" value="$objectdb/db ... .getRequiredProperty("objectdb.db.url")); return emf; } } I've used
9

persistence.xml classes not respected by ObjectDB

> <properties> <property name="javax.persistence.jdbc.url" value="objectdb://localhost/xxx/p1.odb ... .persistence.jdbc.url" value="objectdb://localhost/xxx/p2.odb"/> <property name="javax ... .url" value="objectdb://localhost/xxx/p2.odb"/>     <property name="javax.persistence.jdbc.user
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

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

_PersistenceException: Failed to open file

is : <property name="javax.persistence.jdbc.url" value="$objectdb://localhost:8080/db/guests.odb"/> What could be the problem? my best regards hussamcs Ibrahim Hussam The url that you were trying to use ... directory. Your url should be: "objectdb://localhost:8080/db/guests.odb" and not "$objectdb://localhost:8080/db/guests.odb" support Support
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

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

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

.persistence.jdbc.url" value="objectdb://localhost:6136/dp.odb"/> <property name="javax ... .jdbc.url" value="objectdb://localhost:6136/dp_sessions.odb"/> <property name="javax ... (the connection line is the absolute path to the database) <property name="javax.persistence.jdbc.url
9

best practice for DB recovery

, and when the master fails, switch your web application to the slave (not by using a dual url, but by using only the master url and when it fails switching to the slave url by your DAO layer
1

Automatic Switch to Replicated Server Limitations

to another server when a server goes down, by specifying a composite url. Currently this feature has the following limitations: The first server in the composite url has to be available when connecting ... should address these issues and improve the ability of automatic url switch. support Support

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