ObjectDB ObjectDB

Internal Website Search

41-50 of 77 resultsRefresh
14

unable to connect to remote server using VPN

follows. <users> <user username="admin" password="admin" > <dir path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###" ip="10.11.12.0-10.11.12.244 ... " disk-space="5mb" /> </dir> </user> <user username="user1" password="user1" /> </users> eko EKO FAJAR
14

Replication Issue

>         <users>                 <user username="admin" password="admin">                         <dir ... >                 <user username="$default" password="$$$###">                         <dir path="/$user/" permissions ... username="user1" password="user1" />         </users>         <ssl enabled="false
11

Configure ObjectDB in spring context

="username" value="sa"/> <property name="password" value=""/> </bean> <!--Defining ... /guests.odb"/> <property name="username" value="admin"/> <property name="password
11

openejb jpa jaas module

<String, Object>(); private String username; private char ... (); try { info = entityManager.find( UserInfo.class , username
11

Get list of database files

= Utilities.getServerFileSystem(                     host, port, username, password, false ... .getServerFileSystem(                     host, port, username, password, path, false); support Support
11

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

= "/user/{username}", method = org.springframework.web.bind.annotation.RequestMethod.GET, headers ... getGuest(@org.springframework.web.bind.annotation.PathVariable String username) { return guestDao
11

JPA-Query does not lead to any result

help us what the problem is? SELECT FROM UserModelData usr WHERE usr.userName = 'admin' Attached ... . skolb Sebastian Kolb The query is executed using an index on field userName. In not-working.odb
11

Problem connecting to the replicated server

user. Trianglehead Json Error In the connection url try to specify a username/password for the master server. support Support Hi I have tried that, when I do that it will say "Login Error (bad username
2

Internal Exception and Index Problems

". Try to change the userName attribute of this entry then the following error occurs: Unexpected ... object in field userName is not synchronized with the index on that field. It is unclear ... object by the corrupted field userName=...). Even the doctor finds no error which makes it pretty hard
2

Internal Exception: null

The query SELECT COUNT(t) FROM TrackerUser t WHERE NOT t.username = :username with :username -> "admin" leads to the following exception: com.objectdb.o.InternalException: null com.objectdb.o.InternalException at com.objectdb.o.InternalException.f(InternalException.java:236) at com.objectdb

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