Open juliensadaoui opened 4 years ago
Thanks @juliensadaoui, I'll look into your logs once I get some sleep :)
I think I've got it...
When one generates a microservice application, then the clientRootFolder
option is set to the application's name. This is automatic because, well, nobody sets this option manually when designing app.
However here there's no application definition, just entities, relationships and options.
In your provided .yo-rc.json
file, I see the application is a monolith. That's what JCore will read and remember.
Have you tried using the clientRootFolder
option for your entities?
Overview of the issue
I have generated a new application without server side. When i'm trying to import a JDL file with entities linked at a microservice, it fails with the following information.
Motivation for or Use Case
I would like to generate an angular application without server side.
Reproduce the error
Suggest a Fix
Quick fix: I changed the applicationType option - gateway instead of monolith
JHipster Version(s)
generated with 6.5.1
JHipster configuration
Command:
jhipster --skip-server --db sql --auth jwt
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating Systemgit: 2.23.0
OS: macOS Catalina (10.15.1)
node: v12.13.0
npm: 6.13.4
yeoman: 3.1.1