You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the online document, I use "with jpaDerivedIdentifier" for one-to-one relationships in a JDL file. There is a related message during the JDL file import process,
info Option useJPADerivedIdentifier is deprecated, use id instead
Based on this message, I make the change. With the change, however, I get an error message during the import process:
Error: EarlyExitException: Expecting: expecting at least one iteration which starts with one of these possible Token sequences::
<['jpaDerivedIdentifier']>
but found: 'id'
The above two messages contradict each other.
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
7.9.3
JHipster configuration
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
Overview of the issue
Following the online document, I use "with jpaDerivedIdentifier" for one-to-one relationships in a JDL file. There is a related message during the JDL file import process,
Based on this message, I make the change. With the change, however, I get an error message during the import process:
The above two messages contradict each other.
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
7.9.3
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: