ObjectDB ObjectDB

Internal Website Search

71-80 of 146 resultsRefresh
8

Cannot save or update entity on Spring App

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

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
8

Need disk usage and delete some old files

: File root = com.objectdb.Utilities.getServerFileSystem(     host, port, username, password, false ... .getServerFileSystem(     host, port, username, password, path, false); support Support what about backup
8

Error 363 - Failed to read value of inverse relationship

String playerName, password, email; @Temporal(TemporalType.TIMESTAMP) private Date ... .persistence.jdbc.user", "admin");         properties.put("javax.persistence.jdbc.password", "admin
8

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

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

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
8

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
8

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
8

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
8

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

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