ObjectDB ObjectDB

Internal Website Search

51-60 of 150 resultsRefresh
15

Replication error - parsing objectdb config

/NewMessagePipe.odb;user=admin;password=admin" /> </server> The 6126 server is running fine but the 6136 ... =admin;password=admin is unavaliable (error 538) at com.objectdb.jpa.EMF.createEntityManager(EMF.java ... :6136/TestReplication.odb;user=admin;password=admin is unavaliable at com.objectdb.o.MSG.d(MSG.java
15

Find the error...JPA ENTITY HIBERNATE

String username; @Column(name = "password") private String password; @Column(name = "email ... = username; } private String getPassword() {   return password; } public void setPassword(String password) {   this.password = password; } public String getEmail() {   return email
14

EntityManager getMetamodel() causes crash

.createEntityManagerFactory("Test_PU"); // "objectdb://localhost/test.tmp;user=admin;password=admin;drop ... .jdbc.password" value="admin"/> </properties> </persistence-unit> Nota Bene: Getting ... .password" value="admin"/> </properties> </persistence-unit> It's just the one class. I have also attached
12

Can't post on your forum

). We had to change your password so please set your password again. We received a similar report from another user and apparently after a similar action of changing his password the problem was solved ... get it to work with the new password. I tried in Chrome and Firefox. I tried in incognito, but nothing. Just in
11

JSON serialization and __odbHidden members

(String eMail & password with relevant getters/setters) RESTful service class: @Path("/user ... ":    {        "eMail": "foo@bar.fb",        "password": "somepass"    },    "loginInfo__odbHidden":    {        "eMail": "foo@bar.fb",        "password": "somepass"    },    "profile
11

Performance problem

.createEntityManagerFactory(             "objectdb://10.10.10.14/E_POLICIJA.odb;user=admin;password=admin ... =admin;password=admin");                 //$NON-NLS-1$     em = emf.createEntityManager ... User name, Password and ID, and that class has relationships with few other class (5-10) that store
11

persistence.xml classes not respected by ObjectDB

.persistence.jdbc.password" value="xxx"/> </properties> </persistence-unit> <persistence-unit ... .persistence.jdbc.user" value="xxx"/> <property name="javax.persistence.jdbc.password" value="xxx ... " value="xxx"/>     <property name="javax.persistence.jdbc.password" value="xxx"/>   </properties
2

How to change properties in urls2.xml ?

see it exists a file name "urls2.xml". <url><main>/var/lib/tomcat7/db/myDb.odb;user=admin;password=admin</main><alt>objectdb://127.0.0.1:38059/;user=$code;password=a2e54ea3-d889-41a7-953c-dabc42877742 ... and their port / user / password properties. I have no control on the port and password used. :( Does
2

Unable to stop server after starting in SSL mode

" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false ... /test.odb;user=admin;password=admin" /> --> </server> <users> <user username="xxx" password ... " password="xxxxxx" /> <client-truststore path="$objectdb/lib/ssl/keystore" password="xxxxxx
2

Cannot activate ObjectDB

. Everything was OK (I stated username, password etc), and I got the web address for activation. But opening the web ... Unfortunately there is an issue with the error message when a bad username/password are specified ... we see the real error: "Unknown username or bad password." Please try again, and make sure you type the username and password correctly. support Support

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