Stream: conformance
Topic: Forge doesn't find extensions
Simone Heckmann (Dec 05 2018 at 11:06):
Hi, the current version of Forge shows no extensions, when I add an extension to an element, even though I have the extension definition in the same folder and I can open it without issues in the same sessions. What am I missing, @Michel Rutten ?
Simone Heckmann (Dec 05 2018 at 11:07):
Simone Heckmann (Dec 05 2018 at 11:07):
Mirjam Baltus (Dec 05 2018 at 11:37):
I could reproduce, and found that restarting Forge helped for datatype extensions. We will work on improving this to show these extensions right away, just like resource type extensions.
The extension used in your example contained an extra problem, listing it as a primitive-type in the 'kind' field instead of complex-type. After changing that and restarting Forge, it shows up.
Michel Rutten (Dec 10 2018 at 10:52):
Hi @Simone Heckmann, thank you for reporting this issue! Probably some bug in lazy/async loading logic. I'll investigate and fix this in the next release.
For now, I suggest you try Mirjam's workaround and restart Forge.
Simone Heckmann (Dec 11 2018 at 09:02):
Pretty sure it was the switching from simple to complex type that fixed it.
Last updated: Apr 12 2022 at 19:14 UTC