Internal Website Search

1-45 of 45 results

Database Schema Evolution

after a schema change. Automatic Schema Evolution ObjectDB implements an automatic schema evolution mechanism ... might also be located in a different place in the class hierarchy. That makes automatic schema evolution ... ) The automatic schema evolution mechanism, as described above, is based on matching fields by

Schema evolution & renamed/moved enum

schema evolution is currently not supported. If you have to update a field type into a non

Understanding limitations of schema evolution

Hi, I am trying to understand the limitations of schema evolution and have read the material on http://www.objectdb.com/java/jpa/entity/schema as well as the link therein regarding manual schema update when changing a field’s name Yet, i am confused regarding how to handle the case

Automatic schema evolution causes ArrayOutOfBoundsException

the duplicate name field. According the ObjectDB schema evolution rules , the first change is not supported

Schema Evolution Question

Schema Evolution Question

ObjectDB Object Database Features

enhancement is optional (recommended before deployment). Schema Evolution Fully automatic schema evolution

PersistenceException: Failed to locate field

. pretty sure that in the past schema evolution would not have triggered errors, is this case, a simple ... David Moshal The schema evolution should work in this case, nothing was changed. An exception ... . So, back to this question: does schema evolution work where you're relying only on the enhancement setting in the config

Complex Schema Upgrade not working

), but this is probably only in this post and not in your application. The ObjectDB schema evolution support consists of: Automatic schema evolution - for adding and removing fields and for class

Schema Update: class hierarchy change

Hello, we try to change the class hierarchy of an Entity. You wrote www.objectdb.com/database/forum/899 that ObjectDB support automatic schema evolution for adding and removing fields and for class ... up and down in the class hierarchy as part of the automatic schema evolution . You can also move the name

Unexpected exception during open the database

certain that we use the correct configuration file, as we also define schema evolution inside ... configuration file, as we also define schema evolution inside of it and a few other things

ODB should auto-restart if it detects it's necessary

already contains a mechanism for supporting live schema evolution without restarting the server ... to be more dynamic, and then schema evolution will be more natural and this issue will not exist. support Support

Corrupted Database or error in ObjectDBExplorer?

scema evolution mechanism of ObjectDB, when changing hierarchy. As a work ... EmbeddedSystems Please try build 2.6.9_07 that includes an attempt to repair the schema evolution issue

Best practice: Database update/migration of embedded databases in products

btc_es BTC EmbeddedSystems The ObjectDB schema evolution support consists of: Automatic schema evolution - for adding and removing fields and for class hierarchy change. Configuration schema changes

[ODB1] Chapter 3 - Persistent Classes

, the two referred Point instances are deleted with it. 3.5  Automatic Schema Evolution ... , have to be converted to the new schema. ObjectDB implements an automatic schema evolution mechanism

Schema-Update: Rename superclass and remove one subclass

you for this report and for the test. It demonstrates well a bug in schema evolution that includes renaming

Update Entity references if we change the type of an entity

it seems that we cannot provide a quick implementation of this type of automatic schema evolution

Database corrupted after schema change

;application log wrote any errors, so it looks to me that it is some failing schema evolution . When I tried

ObjectDB version 2.1 has been released

with ordinary objects. Fixed a schema evolution bug when adding a new super entity class .   support Support

ObjectDB version 2.2 has been released

a critical database corruption bug ( issue #187 ). Fixed a critical bug in schema evolution

drop a column from table

Hi, I want to drop one column from my database table suppose i have 3 column (id, name, address) now i want to drop address. then what will be the query or procedure..   Bimal Bimal kumar dalei Just remove the field from the entity class. See Automatic Schema Evolution . Space in the database

InternalException when reading a HashMap

evolution , if you changed your persistable classes recently. support Support For now I just add

Support of modifying an ObjectDB Entity class (Schema Change)

evolution is automatic and transparent.   support Support Thanks a lot for the reply here and on StackOverflow! dahui58 John-Paul Anderson

alter table

Evolution in the manual).  alter table add index ... Add the index definition and rebuild the database

Insert a new entity class in a class hierarchy does not work

Hello, we have an entity class hierarchy and we want to insert a new entity in this hierarchy and our database must be automatically updated by schema evolution . Unfortunately it does not work, because the class hierarchy had already always existed and the "new" entity class needed

com.objectdb.o.NLV cannot be cast to com.objectdb.o.CMV

a missing value, maybe as a result of schema evolution or index definition changes Please provide relevant

Managing software release cycles.

Schema Evolution Schema Update As you can see most schema changes are either fully automatic or

ArrayIndexOutOfBoundsException

of this exception is unclear but according to the stack trace it is related to failed schema evolution

Removing an entity throws exception

images (used mainly to detected changes when enhancement is not in use) - after schema evolution

Error reading UTF string

after a schema evolution ? Have you restarted the server as requested ? support Support

Extending model by "common entity"

- it demonstrates a bug in ObjectDB schema evolution . Please check build 2.0.5_01 that should fix

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

had many previous schema evolution changes (you might have a longer history of schema changes in ... necessarily causes exceptions, but if you are sure about the number of schema evolutions then it reduces ... that check that schema evolution work, including when fields of all types are added, and every build

ObjectDB 2.2.3

to the bundled examples. Fixed a schema evolution bug in renaming user types. Fixed a bug in handling schema evolution (regression of 2.2.0). Fixed a bug in queries on large objects . Fixed a bug in using persistent properties with incomplete enhancement.

NullPointerException in __odbGetNumMember

that it has to do with enhancement? quasado Alexander Adam It may also be related to schema evolution . Can you post the database

ObjectDB 2.8.9_07

Improved the error message on exception during commit, reported in issue #2882 . Improved automatic schema evolution of enum fields. Fixed A NullPointException when using EntityManagerFactory with different class loaders. Fixed a missing call to @PostUpdate when object change is detached by 

ObjectDB 2.7.2_x Doctor Yields "Index Requires Rebuild" Always

evolution of indexes.") ... I can confirm that ObjectDB 2.7.2_05 also works as expected. CBE CBE Thanks for the update. support Support

ObjectDB 2.2.0

schema evolution of modified ancestor classes. Fixed a bug in handling indexes in a new ancestor

ObjectDB 2.7.0

( issue #1959 ). Fixed a schema evolution bug in handling hierarchy change . Fixed setting JDO's

ObjectDB 2.8.6_07

Fixed Explorer issue after schema evolution ( issue #2726 ).

NullpointerException at a normal select

worked well before, it could be the result of a recent schema evolution . Particularly if you changed

ObjectDB 2.7.1

#2050 ). Fixed a bug in schema evolution of non entity class to entity class in multi level hierarchy. 

ObjectDB 2.0.0

through inverse (mapped by) fields. Fixed some bugs in automatic schema evolution . Fixed a Server

ObjectDB 2.1.0

replacing proxy objects with ordinary objects. Fixed a schema evolution bug when adding a new super entity class .

ObjectDB 2.9.0

evaluation. Improved automatic schema evolution of enum fields. Improved exception throwing from

Schema-Update: Rename superclass and remove one subclass

you for your report. The test demonstrates a bug in schema evolution that includes renaming a super class

ObjectDB 2.8.7

evolution ( issue #2726 ). Fixed field renaming schema upgrade of previous schema versions ( issue #2713 ).