Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra support broken by User Management feature #2026

Closed
cmorgant opened this issue Sep 21, 2015 · 1 comment
Closed

Cassandra support broken by User Management feature #2026

cmorgant opened this issue Sep 21, 2015 · 1 comment
Milestone

Comments

@cmorgant
Copy link

Generating a new project from scratch - or updating an existing project - with Cassandra option as a database is not compiling/running properly since the User Management feature has been introduced.

.yo-rc.json

{
  "generator-jhipster": {
    "baseName": "jhipster",
    "packageName": "com.mycompany.myapp",
    "packageFolder": "com/mycompany/myapp",
    "authenticationType": "session",
    "hibernateCache": "no",
    "clusteredHttpSession": "no",
    "websocket": "no",
    "databaseType": "cassandra",
    "devDatabaseType": "cassandra",
    "prodDatabaseType": "cassandra",
    "searchEngine": "no",
    "useSass": false,
    "buildTool": "maven",
    "frontendBuilder": "grunt",
    "javaVersion": "8",
    "enableTranslation": true,
    "rememberMeKey": "###"
  }
}

Log

Here is the partial log of the mvn spring-boot:run command:

[ERROR] diagnostic: C:\jhipster\src\main\java\com\mycompany\myapp\web\rest\UserResource.java:88: error: cannot find symbol
    public ResponseEntity<UserDTO> updateUser(@RequestBody ManagedUserDTO managedUserDTO) throws URISyntaxException {
                                                           ^
  symbol:   class ManagedUserDTO
  location: class com.mycompany.myapp.web.rest.UserResource
@jdubois
Copy link
Member

jdubois commented Sep 21, 2015

Yes you are correct!
And those bloody "integration test" look OK because, once again, our Git index is broken. I can't understand why the Git index of the sample projects are always broken!!!!! This makes the whole point of having those samples useless.

@cmorgant cmorgant changed the title User Management feature breaks cassandra support Cassandra support broken by User Management feature Sep 22, 2015
@jdubois jdubois modified the milestone: 2.21.1 Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants