Within my metamodels I use annotations for derived features and validations. These rely on the extension points for injection of functionality.
I would like to know how I can start the server within an Eclipse headless instance so that the extension points get activated on property access or validation call.
I am aware that I can manually register the extensions using EMF registries, but if the functionality has transitive bundle dependencies, this gets messy.