On Jul 5, 2010, at 9:13, Niels Hoogeveen wrote: > MetaModelClasses are cached in a map, so while the property may be renamed > and reindexed, the map still holds the original name value. After a restart > of the application the new value should be applied. To make renaming possible > a method needs to be added to MetaModelNamespace. > Niels
Thank you for the info! Restarting the application is not an option in dynamic environments, where classes come and go (and change their names) at runtime. BTW: deleting a class is also an issue with the meta-model component. Is it possible for you to add a setName() method to MetaModelObject (or elsewhere)? This would allow developers to use the meta-model component in dynamic applications. Cheers Jörg _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

