ObjectDB ObjectDB

Internal Website Search

61-70 of 146 resultsRefresh
9

ObjectDB Enincompatible with Quarkus?

-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb ... " /> </server> <users> <user username="OBJECTDB_ADMIN_USER" password="OBJECTDB_ADMIN_PASSWORD"> <dir path="/" permissions="access,modify,create,delete" /> </user> </users
9

client server mod of communication

://localhost:6137/settercode.odb;user=admin;password=admin"); 2)EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb://localhost:6137/settercode.mem;user=admin;password=admin"); i ... ://localhost:6137/ myclienttest.mem;user=admin;password=admin"); EntityManager em = emf.createEntityManager
9

Degrading performance overtime

-timeout="0" /> <url-history size="50" user="true" password="true" /> <log path="$objectdb/log ... ="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore" password="pwd" /> </ssl> </objectdb> Please can you help us to mitigate this? dansmith
9

Performance problem

.createEntityManagerFactory(             "objectdb://10.10.10.14/E_POLICIJA.odb;user=admin;password=admin ... =admin;password=admin");                 //$NON-NLS-1$     em = emf.createEntityManager ... User name, Password and ID, and that class has relationships with few other class (5-10) that store
8

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
8

Spring + Maven + persitence.xml

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

Configure ObjectDB in spring context

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

PersistenceException UserException: Failed to validate persistence.xml

.persistence.jdbc.password", "admin"); factory = Persistence.createEntityManagerFactory("$objectdb/db ... "/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties
1

Can not connect to replication node

/accesslog.odb;user=asli-webmapper;password=admin1"; var emf = Persistence.createEntityManagerFactory(uri ... named objectdb://10.11.12.3:6136/asli-webmapper/accesslog.odb;user=asli-webmapper;password=admin1
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