ObjectDB Database Search
51-57 of 57 resultsReplication error on slave restart this on slave after step 3: com.objectdb.o.UserException: Optimistic lock failed (see multiple nested | |
Criteria query error: Unexpected query token) @GeneratedValue private Long id; /** * Version of object, supporting optimistic lock */ @Column (name = "opt | |
Remove not working.PersistenceManagerFactoryClass", "com.objectdb.jdo.PMF"); properties.setProperty("javax.jdo.option. Optimistic ", "true | |
ObjectDB 2.7.6 lock free Synchronization ( issue #2327 ). Fixed a regression optimistic lock exception bug | |
Removed entities can be found by query in the same transaction. It solves another issue (unexpected optimistic lock exception) but you may want to check if it also solves this issue. support Support | |
ObjectDB 2.1.0 Added Online Backup utility ( issue #16 ). Added Master-Slave Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects (included in the download). Added support of disabling optimistic locking | |
Entity Version History ObjectDB manages automatic entity versioning (for optimistic lock purposes). Every entity object modification is reflected by a new version number. Naturally, previous values in the entity object that are overridden by new values are discarded. Some applications may benefit from the ability |