ObjectDB ObjectDB

Internal Website Search

81-90 of 150 resultsRefresh
9

Undeployment of an remote Glassfish application locks objectdb log file

"/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties> </persistence ... forget to set an admin password on the Glassfish server and enable "secure admin". Now, log in remotely
9

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
9

Cannot save or update entity on Spring App

.put(PROPERTY_NAME_JDBC_PASSWORD, environment.getRequiredProperty("objectdb.password
9

Open several objectdb databases the same time

;password=admin" /> --> </server> 2. Use in source code following rules: try { // For first ... _EntityMgrFactory = Persistence.createEntityManagerFactory( "objectdb://localhost:3333/;user=admin;password
9

First query takes 4+ minutes to complete

="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr ... " /> <!-- <replication url="objectdb://localhost/test.odb;user=admin;password
9

Drop in Client/server mode not working

Hi, can't seem to get drop to work in c/s mode: version: objectdb-2.3.5_04 config: <extensions drop="tmp" /> url: 'objectdb://localhost/testStorage1.tmp;drop;user=admin;password=admin' suggestions ... .createEntityManagerFactory(             "objectdb://localhost/testStorage1.tmp;drop;user=admin;password=admin
9

Externalising persistence.xml properties in Glassfish?

name="LogLevel" value="0"></property> <property name="Password" value="xx_yy_zz"></property ... /pgsqlPool to a database url, user and password. i.e. to use the jta-data-source value
9

JBoss 7 startup fails

="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc.password ... .password" value="admin"/>         </properties>     </persistence-unit> </persistence> I wonder
1

ObjectDB can't be activated

.odb;user=admin;password=admin"); System.out.println(emf.createEntityManager().createQuery("objectdb ... .createEntityManagerFactory("objectdb://localhost:1234/database.odb;user=admin;password=admin"); // Check
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

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