I'm trying to generate the entities on jHipster, from the .xmi Modelio UML file, this error came up:
An error has occurred: WrongTypeException Error message: The type 'ELong' isn't supported by JHipster.
I'm trying to generate the entities on jHipster, from the .xmi Modelio UML file, this error came up:
An error has occurred: WrongTypeException Error message: The type 'ELong' isn't supported by JHipster.
Copyright © 2021 Jogjafile Inc.
The problem was after exporting the .xmi file, some of the entities attributes where exported in an unsupported jHipster type. The solution can be: open the .xmi file, find the invalid
ELong
type and replace it for a validLong
type, also make sure thathref = pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml