 11 | in ObjectDB (and in JPA) is always at the database object level, i.e. each database object is locked ... by another transaction. When using ObjectDB, optimistic locking is enabled by default and fully ... , are detected earlier. Optimistic Locking ObjectDB maintains a version number for every entity |
 11 | in objectdb explorer ObjectDB 2.x is usually faster than ObjectDB 1.x, so it should be possible to get at least similar performance for this query with ObjectDB 2.x. Maybe an index is missing ... String commandLine = java -cp objectdb.jar com.objectdb.Doctor old.odb new.odb As i am doing |
 11 | The following error is reported for objectdb-2.6.9.jar:
Failed to commit transaction: Failed to set numeric value of field property com.greensoft.objectdb.test.entity.Element.id using reflection (error 613) Did not happen with objectdb-2.6.3_04 (which one can easily test and compare in the test |
 11 | is generating this exception:
[ObjectDB 2.5.1_05] Unexpected exception (Error 990)
Generated by Java ... .objectdb.com/database/issue/new
com.objectdb.o.InternalException: java.lang.ClassCastException: com.objectdb.o.RFV cannot be cast to com.objectdb.o.RSV
java.lang.ClassCastException: com.objectdb.o.RFV |
 11 | objectdb-2.6.9_06 NetBeans8.1+Glassfish4.1.1 Mac OS X Possibly related: How to Use a SF ... switches at: https://www.webel.com.au/downloads/objectdb/GreensoftObjectdbTestWebMini3683.2016-09-29 ... .1 and then: Set DO_FORCE_COMMIT_AFTER_BUILD = false in com.greensoft.objectdb.test.mini.ejb |
 10 | Hello, we have found another exception in objectdb.log:
java.lang.ClassCastException: com.objectdb.o.SLV cannot be cast to com.objectdb.o.RSV
at com.objectdb.o.RSV.compareTo(RSV.java:158)
at com.objectdb.o.INV.compareTo(INV.java:215)
at com.objectdb.o.INV.J(INV.java:315)
at com.objectdb.o.PAG |
 10 | an exception "com.objectdb.o.NLV cannot be cast to com.objectdb.o.RSV"
SELECT DISTINCT $1
FROM ... server]
java.lang.ClassCastException: com.objectdb.o.NLV cannot be cast to com.objectdb.o.RSV
at com.objectdb.o.RSV.compareTo(RSV.java:158)
at com.objectdb.o.SQI.compare(SQI.java:195 |
 10 | );
}
// Getter/setters omitted
} Below in the stacktrace from ObjectDB Explorer when trying to execute the Query "select c from Customer c".
Exception in thread "AWT-EventQueue-0" [ObjectDB 2.5.4 ... OS X 10.9.2).
Please report this error on http://www.objectdb.com/database/issue/new
com.objectdb |
 10 | can be defined in JPA XML mapping files instead of using the @NamedQuery annotation. ObjectDB supports JPA XML ... mainly for Object Relational Mapping (ORM) JPA providers and less so when using ObjectDB ... must be available. ObjectDB makes the definition of a persistence unit optional. Named queries are automatically |
 10 | name attribute has no specific role but might be presented in the ObjectDB Explorer and in logging ... ;
:
}
Indexes in Queries ObjectDB manages a BTree for every index. A BTree is an ordered map data structure that ObjectDB maintains in the file system rather than in memory. The keys of the BTree |