ObjectDB ObjectDB

Internal Website Search

71-80 of 150 resultsRefresh
9

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

.password" value="admin"/>   </properties> </persistence-unit> </persistence> Spring xml ... " />   <property name="password" value="" />   <property name="validationQuery" value="SELECT 1
9

Configure ObjectDB in spring context

="username" value="sa"/> <property name="password" value=""/> </bean> <!--Defining ... /guests.odb"/> <property name="username" value="admin"/> <property name="password
9

Replication Question

.createEntityManagerFactory( "objectdb://localhost:6000/my.odb;user=a;password=a|" + "objectdb://localhost:6001//localhost:6000/my.odb;user=b;password=b" ); Main point I want to ask: Can I conclude that ODB
9

Connecting to a remote objectdb server

="admin"/> <property name="javax.persistence.jdbc.password" value="admin ... this url too, "objectdb://localhost:6136/db/myapp.odb;user=admin;password=admin" to connect
9

Composite Index error 328

<Integer, Long, Long> login(int gid, long id, long password, String ipAddr) { try ... ; } if (usrlistEntity.getPwd() == password) { return new Triplet<Integer, Long, Long>(1
9

newbie - lots of exeptions

.persistence.jdbc.password" value="admin"/> </properties> </persistence-unit> </persistence ... "/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties
9

Replicated cluster recovery

is the connection url: javax.jdo.option.ConnectionURL=objectdb://localhost:6000/test.odb;user=admin;password=admin|objectdb://localhost:6001/localhost:6000/test.odb;user=admin;password=admin and thread stack
9

Bulk Delete and Update - best practice?

( "objectdb://localhost/testDrop.tmp;user=admin;password=admin"); EntityManager em = emf ... ;password=admin"); em = emf.createEntityManager(); em.getMetamodel().entity(CacheData.class
9

Get list of database files

= Utilities.getServerFileSystem(                     host, port, username, password, false ... .getServerFileSystem(                     host, port, username, password, path, false); support Support
1

Can't open replicated database

(just read, no update) but it fails with the error below. The code I'm using is (user & password ... ( "objectdb://SE101388:6136//SE101352:6136/WorkflowHistory.odb;user=...;password

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