Internal Website Search

11-20 of 78 resultsRefresh

failure to enforce NOT NULL for java.lang.String

@Persistent(nullValue=NullValue.EXCEPTION) private String username; public Long getId() { return ... username; } public void setUsername(String username) { this.username = username; } } public class ... object in the database with username=null. the target/ directory is wiped out by `mvn clean` so i

Spring Data JPA

username 'anonymous' or password) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport ... .java:722) Caused by: com.objectdb.o._PersistenceException: Login Error (bad username 'anonymous' or ... more Caused by: com.objectdb.o.UserException: Login Error (bad username 'anonymous' or password) at com

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

;             <user username="admin ... ;     <user username="$default" password="$$$###">      ... ;               <user username

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") private ... ; this.id = id; } public String getUsername() {   return username; } public void

The server cannot start in CentOS

;user username="admin" password="admin" ip="10.63.0.1-10.63.0.254,127.0.0.1" admin="true">   ... ;   <user username="$default" password="$$$###">    <dir path="/$user ... -space="5mb" />    </dir>   </user>   <user username="user1

General Settings and Logging

>Saving username and password with the URL makes accessing recently used databases in the Explorer

Database Explorer

, port, username and password for a client-server connection. You also have to specify a database path

SSL Configuration

a valid username and password are provided. If authenticating the client machine by the server

javax.jdo.PersistenceManagerFactory

JDO JavaDoc Reference Documentation - The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.