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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: