Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When Odysseus at Runtime does not find such a combined metadata it will create a new one and compile it. This is slower and does not always work. So it is better to create a combination.

You could use: GenerateMetadataClassCode (https://git.swl.informatik.uni-oldenburg.de/projects/ODY/repos/odysseus_core/browse/common/core/src/de/uniol/inf/is/odysseus/core/metadata/GenerateMetadataClassCode.java) as a generator for the combined metadata. 

Remark: Typically, it is best to put each combination of metadata to an own bundle to avoid to many dependencies.

...