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

GM / Marketplace / Creating new items #173

Open
Christoph-Meyer opened this issue Jan 9, 2019 · 2 comments
Open

GM / Marketplace / Creating new items #173

Christoph-Meyer opened this issue Jan 9, 2019 · 2 comments
Assignees
Labels
bug An error that needs to be fixed

Comments

@Christoph-Meyer
Copy link
Collaborator

When editing a new item and hitting save, the following exception is thrown. Saving the item does not work.

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : com.viadee.sonarquest.entities.Artefact.minLevel -> com.viadee.sonarquest.entities.Level; nested exception is java.lang.IllegalStateException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : com.viadee.sonarquest.entities.Artefact.minLevel -> com.viadee.sonarquest.entities.Level
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)

@Christoph-Meyer Christoph-Meyer added the bug An error that needs to be fixed label Jan 9, 2019
@Christoph-Meyer Christoph-Meyer changed the title Bug Marketplace / Creating new items GM / Marketplace / Creating new items Jan 9, 2019
@Christoph-Meyer Christoph-Meyer self-assigned this Feb 8, 2019
@Christoph-Meyer
Copy link
Collaborator Author

Just noticed that it is also not possible to create an artefact without any powers. That should also be fixed.

@Christoph-Meyer
Copy link
Collaborator Author

Bug is still relevant.

See log
exception_artefact_saving_with_skill.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error that needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant