Internal Website Search

41-50 of 200 resultsRefresh

Internal exception when updating date filed (TemporalType.DATE)

when commiting update Date field (javax.persistence.TemporalType.DATE). update Calendar calendar = Calendar ... .set(1981, 3, 1); dates.add(calendar.getTime()); // update birthday field

Schema update: package, class and field

" schema update and then the "automatic" schema update or is that a coincidence?   update mechanism (which generally works well), but you will have to be aware and report

How to enable and disable auto schema update?

Hello, Can I enable and disable the auto schema update? In some cases if multiple ... ; Expected : Instate of updating the schema with old library db should throw some error and data ... > Any update on this? the above command is not working for me. Manoj Manoj Kumar Maharana

Schema Update large refactoring

and hence need to do an automatic schema update of our database using the objectdb.conf file. We are now wondering, if it is possible to perform some sort of wildcard schema update ... , if it is possible to perform some sort of wildcard schema update Wildcards are not supported.

Version 2.5.6 enhancement problem solved by updating to version 2.5.7_03

After updating some of my code to java 8, enhancement threw "unexpected" exceptions ... > Problem might or might not have been related to the java 8 update. In any event, my enhancement problem went away when I updated ObjectDB from 2.5.6.x to 2.5.7_03. Maybe 

JPQL: Update fails using external object param

the same condition for an UPDATE query: UPDATE Book b set b.title ... JOIN, and unfortunately JOIN is not supported in JPQL UPDATE queries. A better error

ObjectDB BIRT Driver Update

> However, since the client-server protocol is occasionally being updated, there should be a match between ... > There is a report of an exception on attempt to update the ObjectDB BIRT plugin in an existing ... server versions, and maybe also help with updating the plugin in an existing Eclipse workspace. 

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

we plan to extends our application via plugins and then we will get problems with our update concept ... >   We appreciate the other features of the automatic schema update ... more limitations like this.   UPDATE: The described scenario works

boolean field flips after schema update (in class) of another field

and they must have been between 1-5 maximum. However, we maybe updated the ObjectDB version once or twice. support Support Any updates regarding this issue? Did it happen ... >Thank you for the update. No argue that it should never happen. Anyway, if there are no records

Collection update does not increase entity version and is not persisted

(all classes are enhanced) the version of the event does not increase and the updated event is not stored ... ) attachments = new ArrayList<>(); return attachments; } and update