ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
8

Problem with Composite indices

class Client { @Index (unique = "true") private String name; } and a User class which looks like: @Index (members = {"client", "emails"}) public class User { private Client client; private List<String> emails; } So I want to be sure that each User which belongs
7

OneToMany and cascade delete problem

.objectdb.type.user.UserMember.newException(UserMember.java:868) at com.objectdb.type.user.UserMember.write(UserMember.java:544) at com.objectdb.type.user.UserMemberList.write(UserMemberList.java:516 ... .TypeWriter.writeElement(TypeWriter.java:262) at com.objectdb.type.user.UserMember$ReflectionMember.write0
7

EntityManager getMetamodel() causes crash

.createEntityManagerFactory("Test_PU"); // "objectdb://localhost/test.tmp;user=admin;password=admin;drop ... "/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence ... "/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc
7

Possible Bug in MEMBER OF

Hello! I maybe found another bug in version 2.3.3. I'll send you a test DB via support ticket. Try the following query in explorer: SELECT u FROM Unit u WHERE :user MEMBER OF u.users Set user ... .TrackerUser for operator MEMBER OF SELECT u FROM Unit u WHERE :user MEMBER OF u. ==> users <== In my opinion
7

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 ... url and their port / user / password properties. I have no control on the port and password used
7

client server mod of communication

://localhost:6137/settercode.odb;user=admin;password=admin"); 2)EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb://localhost:6137/settercode.mem;user=admin;password=admin"); i ... . Persistence.createEntityManagerFactory("objectdb://localhost:6137/settercode.mem;user=admin;pass=admin;); in
7

Can't post on your forum

and posted your email about this issue as a test (and to let other users know about this problem ... another user and apparently after a similar action of changing his password the problem was solved ... that are used to identify a logged in user. I use Chrome and do not have that problem, so it doesn't affect
7

ObjectDB Roles and Groups

for this. For example, I would like to place several users under a given group or role, but I see no way of doing ... user and all the other users will inherit these settings. It would be possible to support inheritance from other virtual users (in addition to $default) in next versions - will this help? If you need this feature please fill a feature request. support Support
1

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 ... " /> </user> </users> <ssl enabled="true"> <server-keystore path="$objectdb/lib/ssl/keystore
1

Page cache File handling produced an java.io.IOException: Negative seek offset

The Exception: Failed to read from file 'C:\Users\DEVELO~1\AppData\Local\Temp\objectdb ... .PersistenceException Failed to read from file 'C:\Users\DEVELO~1\AppData\Local\Temp\objectdb_541100773067300498 ... .java:745) Caused by: com.objectdb.o.UserException: Failed to read from file 'C:\Users\DEVELO~1

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