ObjectDB ObjectDB

Internal Website Search

11-20 of 77 resultsRefresh
28

failure to enforce NOT NULL for java.lang.String

) private String username; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } } public class RegressionTest { /** */ @Test
19

Spring Data JPA

._PersistenceException: Login Error (bad username 'anonymous' or password) at org.springframework.beans ... : Login Error (bad username 'anonymous' or password) at com.objectdb.o._PersistenceException.b ... username 'anonymous' or password) at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.HND.K(HND.java
19

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue
19

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

>                 <user username="admin" password="password">                         <dir path="/" permissions="access,modify,create,delete" />                 </user>                 <user username="$default" password ... " />                         </dir>                 </user>                 <user username="user1" password
19

Find the error...JPA ENTITY HIBERNATE

") @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; @Column(name = "username") private String username; @Column(name = "password") private String password; @Column(name = "email ... getUsername() {   return username; } public void setUsername(String username) {   this.username
19

The server cannot start in CentOS

=admin" />   --> </server> <users>   <user username="admin" password="admin" ip="10.63.0.1-10.63 ... " />   </user>   <user username="$default" password="$$$###">    <dir path="/$user/" permissions="access ... >   <user username="user1" password="user1" /> </users> <ssl enabled="false">   <server
16

General Settings and Logging

if passwords should also be saved with URLs. Saving username and password with the URL makes accessing
16

Database Explorer

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

SSL Configuration

machine as long as a valid username and password are provided. If authenticating the client machine by
0

javax.jdo.PersistenceManagerFactory

void setConnectionUserName(String userName) Set the user name for the data store connection. Set the user name for the data store connection. Parameters: userName - the user name for the data store

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