Internal Website Search

91-100 of 200 resultsRefresh

virtual servers and one file

, although the database is only 3GB in size. The speed problems also occur only from 3 simultaneous users ... that the change was applied to the correct objectdb.conf file (frequently users change

Performance tuning, best practices

="50" user="true" password="true" />   <log path="$objectdb/log/" max="8mb" stdout ... >   <replication url="objectdb://localhost/test.odb;user=admin;password=admin" />   --> </server> <users>   <user username="admin" password

Find the error...JPA ENTITY HIBERNATE

; @SuppressWarnings("unused") @Entity @Table(name = "user") public class user implements Serializable { private ... ) {   this.email = email; } public user() { } }     ... ") private Set<user> user; public Set<user> getUser() { return user; } public

Entity Type is not found (error 301) in Query

will occure. [ObjectDB 2.4.7_17] select u from ==> User <== u where u.email = :email javax.persistence.PersistenceException Type User is not found (error 301) (position 14 ... (DAOjpa.java:326) at at.sciencesoft.user.User.checkConstraints(User.java:11

Level 2 cache not hit in @ManyToOne

Hi! I have 2 entities: User and Item, both @Cacheable. Item has @ManyToOne private User user. Level 2 JPA cache is activated and it works ok for find by id (tested by ... , it hits the cache, but not for its field "user". "user" is loaded each time from the DB (tested by

Connection is closed Caused by: java.io.EOFException

" /> <!-- <replication url="objectdb://localhost/test.odb;user=admin;password=admin" /> --> </server> <users> <user username="admin" password="admin" ip ... ; </user> <user username="$default" password="$$$###"> <dir path="/$user

Optimistic Locking

to try to induce an optimistic lock. I have two users logged on to our system.  They both read and display the same data.  Then I change the data with user 1 and submit, and then I change it with user 2 and submit. User 2 does not get an optimistic lock exception

Dirty checking

messages based on that graph of objects.  e.g: if a collection of User Entity objects changed in a transaction, I'd like to generate a Json object with a list of the Users ... do this sort of thing. There are plenty of reactive user interface libraries, knockoutjs

OutofMemory error with Object DB 2.0

>   madhuarish Bhanu Pathak Meanwhile other users used the FTP successfully ... ;network inactivity-timeout="0" /> <url-history size="50" user="true" password="true" /> < ... ;replication url="objectdb://localhost/test.odb;user=admin;password=admin" /> --> <

database corrupt

. There are no similar reports from other users and the stack traces are not very useful because they indicate ... -history size="50" user="true" password="true" />         <log ... ;   <replication url="objectdb://localhost/test.odb;user=admin;password=admin" />