Reference to ConceptDeclaration cannot be resolved during generation

Hello!

I have a concept MappingConfiguration which contains a reference to a ConceptDeclaration. I can create an instance of MappingConfiguration and have it point to an existing ConceptDeclaration. During generation, however, I get the following error:
cannot resolve required reference; role: 'conceptDeclaration' in output node [root] MappingConfiguration <no name>[5488341941789824384] in my.lang.structure@2_0.

The MappingConfiguration instance and the referenced ConceptDeclaration instance both reside in the same module (my.lang.structure).

Am I missing an import or dependency declaration?
0
4 comments
Looks like somethig is wrong with the generator in this language. You can try switching on "save transient models" generator option, regenerate this model and check if this reference can be resolved in the intermediate models or not and why.
0
Avatar
Christian Gudrian
I'll have a try. Thanks!
0
Avatar
Christian Gudrian
The referenced concepts did not have a generator attached. Could this have lead to unresolved references during generation?
0
Yes. I think you should generate it into something reasonable in order to have a reference target in the end.
0

Please sign in to leave a comment.