-
Bug
-
Resolution: Done
-
Critical
-
0.2
-
None
-
Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial
-
When a source is federated, the configuration must specify how that source is to be projected into the federated repository. For example, the root of a "Cars" repository might be projected into the federated repository at "/Vehicles". Thus, the "Vehicles" node in the federated repository must exist because of the federated source.
If multiple sources are projected into overlapping (or matching) paths, then the federated connector is not properly merging them. Using the above example, consider another "Airplanes" repository that is also projected into the federated repository at "/Vehicles". There should only be one "Vehicles" node, but the federated connector is at present creating one "Vehicles" node for each projection. This is incorrect, and the "Vehicles" nodes must be merged (since they only exist to get to where the nodes being projected from the sources).
This problem exists in the "repository" example ("docs/examples/gettingstarted/repositories") of the Getting Started document.
- blocks
-
MODE-209 Create Getting Started example application for repositories
- Closed