ObjectDB ObjectDB

Internal Website Search

11-20 of 146 resultsRefresh
134

ObjectDB Explorer Exposes Username and Password

How can I prevent my embedded database's username and password from being exposed by ObjectDB Explorer? billdotnet Bill See url-history setting and the user and password attributes. support Support ... and password would again be exposed. My ultimate question is, under any circumstances, how do I prevent
134

Password Protect Database File

the data without some kind of password? I would imagine accessing the database from java could just ... for a password for encrypted odb files. ThreaT Ashton Hogan The way to keep an ObjectDB database ... . This could be avoided if there was a password string in a java class (not in an xml/json/txt
133

Password in Embedded Mode?

, such that it is locked with a password. Thereby making it impossible to use ObjectDB to access the contents of the file without providing the correct password when obtaining a connection. In my case, I'm interested in ... .blah.password", "mypassword"); EntityManagerFactory emf = Persistence.createEntityManagerFactory
132

does ObjectDB / JPA support simple password field encryption of an entity class?

We are persisting certain passwords entered by user in a form binded with an entity. Is there any direct ObjectDB support to just encrypt the password field? We would like to either encrypt or make it unreadble when object DB database file is opened. There are many standard Password based
130

Login Error (bad username 'admin' or password)

._PersistenceException: Login Error (bad username 'admin' or password)] with root cause com.objectdb.o.UserException: Login Error (bad username 'admin' or password) at com.objectdb.o.MSG.d(MSG.java:61) at com ... .createEntityManagerFactory(         "objectdb://10.10.10.14/test.odb; user=admin; password=admin
25

General Settings and Logging

" />   <url-history size="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb ... -history size="50" user="true" password="true" /> ObjectDB manages a list of the recently accessed ... if user names should be saved with URLs (in client server mode). The password attribute specifies
16

Server Configuration

" />   <!--   <replication url="objectdb://localhost/my.odb;user=admin;password=admin" />   --> </server ... > elements <replication url="objectdb://localhost/my.odb;user=admin;password=admin" /> The <replication
16

JPA Persistence Unit

"/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties ... , username and password, as demonstrated above. XML Mapping Metadata ObjectDB supports using XML metadata
11

Database Explorer

select File > Open C/S Connection... and provide host, port, username and password for a client-server
2

Step 2: Entity Class and Persistence Unit

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

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