ObjectDB ObjectDB

Internal Website Search

1-10 of 77 resultsRefresh
181

ObjectDB Explorer Exposes Username and Password

How can I prevent my embedded database's username and password from being exposed by ObjectDB ... If I understand correctly, if someone were to remove the configuration file, the username ... anyone from accessing my embedded database without knowing the username and password? billdotnet Bill Note
174

Login Error (bad username 'admin' or password)

I am getting following error when i am trying to connect to server: [com.objectdb.o._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
56

Server User List

and specifies their specific settings (username, password, permissions, quota). The default configuration file contains the following <users> element: <users> <user username="admin" password="admin ... " /> </user> <user username="$default" password="$$$###"> <dir path="/$user/" permissions="access
28

Database Connection using JPA

- for specifying a username in client server mode. password - for specifying a user password in client ... to an ObjectDB server registered username and password have to be specified: EntityManagerFactory emf ... ;password=admin"); This is equivalent to specifying a username and a password in the persistence unit or in
16

Privacy Policy

, username, full name, user name, profile picture, profile signature, company name, phone number, billing
16

JPA Persistence Unit

, username and password, as demonstrated above. XML Mapping Metadata ObjectDB supports using XML metadata
10

setConnectionUserName(userName)

Method javax.jdo.PersistenceManagerFactory void setConnectionUserName( String userName ) Set the user name for the data store connection. Parameters: userName - the user name for the data store connection. Since: JDO 1.0
3

[ODB1] Chapter 5 - JDO Connections

identification and permission checking. Username and password are optional in a client server ... here, username and password can also be specified later when obtaining a PersistenceManager instance, as ... .getConnectionURL()); System.out.println("Username: " + pmf.getConnectionUserName()); // No getter
2

[ODB1] Chapter 8 - ObjectDB Server

username and password can be shared by all the database connections. The following is a simple ... . The required name and password attributes specify a username and a password to be used ... , might be less selective and allow connections from any machine, as long as valid username and password
1

[ODB1] Chapter 9 - ObjectDB Explorer

the Open dialog you have to fill in the host, port, username and password of the remote connection

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