Guest User

Untitled

a guest
Jul 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Error 500: org.springframework.dao.InvalidDataAccessApiUsageException: object references an unsaved transient instance - save the transient instance before flushing: com.patheos.writersportal.Article; nested exception is org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: com.patheos.writersportal.Article
  2. Servlet: grails
  3. URI: /WritersPortal/grails/article/originalSubmission.dispatch
  4. Exception Message: object references an unsaved transient instance - save the transient instance before flushing: com.patheos.writersportal.Article
  5. Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: object references an unsaved transient instance - save the transient instance before flushing: com.patheos.writersportal.Article; nested exception is org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: com.patheos.writersportal.Article
  6. Class: ArticleController
  7. At Line: [245]
  8. Code Snippet:
Add Comment
Please, Sign In to add comment