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
The error message indicates, that the AccessCodeEntity requires an identifier, however, after adding the following code to src/main/java/accesscodemanagement/dataaccess/api/AccessCodeEntity.java:
@Id@GeneratedValuelongid;
... and executing mvn clean install, the same error persisted.
Affected version:
Using the devonfw IDE scripts 3.0.0 beta 25 from here.
OS: Windows 7
Browser: not applicable
The text was updated successfully, but these errors were encountered:
phschimm
changed the title
Maven tests are failing during deployment
Tests fail during Maven install (when following the tutorial documentation)
Jan 13, 2020
Expected behavior
As a developer, I want test deployment with Maven so that I can make sure, my app runs on a server.
Actual behavior
When running the command
mvn install
as described here, the following error occurs:Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
This is related to issue #47.
Comments/Hints:
The error message indicates, that the AccessCodeEntity requires an identifier, however, after adding the following code to
src/main/java/accesscodemanagement/dataaccess/api/AccessCodeEntity.java
:... and executing
mvn clean install
, the same error persisted.Affected version:
Using the devonfw IDE scripts 3.0.0 beta 25 from here.
The text was updated successfully, but these errors were encountered: