Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1049633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:38:52+00:00 2026-05-16T16:38:52+00:00

Using Grails i’m trying a dynamic finder like this one Policy.findAllByResourceAndUser(resource,user) But When i

  • 0

Using Grails i’m trying a dynamic finder like this one

Policy.findAllByResourceAndUser(resource,user)

But When i call this, grails raise this exception

Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: object references
an unsaved transient instance - save the transient instance before flushing: gmedia.User;
nested exception is org.hibernate.TransientObjectException: object references an unsaved
transient instance - save the transient instance before flushing: gmedia.User

Do we need to save the parameter of the finder?
Where i’m wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:38:52+00:00Added an answer on May 16, 2026 at 4:38 pm

    http://www.grails.org/DomainClass+Dynamic+Methods#findAllBy*

    Policy.findAllByResourceAndUser(resource,user)

    capital “B” in “By” is the first thing I see wrong? Is that a type on the question?

     def res = new Resource(name:"resource name").save()
     def user = new User(name:"My Name").save()
     def policy = new Policy( user:user, resource:res, right: "right string").save()
    
     println Policy.findAllByResourceAndUser(res,user)
    

    not elegant, but you get the idea, there must be a problem in the way you are saving your objects

    your user object will “never” get saved with that code… you have to specify values for all of you properties or define your constraints appropriately. I think you should review the documentation for Domain Objects in Grails because it appears there are fundamental problems in your approach see http://www.grails.org/GORM+-+Creating+a+domain+class

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are using grails-groovy with Hibernate, I have a SQL query like this in
Using Grails and CXF, I have published a small web service that looks like
I am new to using Grails plugins and this is most likely a novice
I'm using Grails scaffolding and would like to make a change in the default
I am trying to persuade my boss about using Grails. I tell him it
I have been using Grails for some time now, but in school they are
I have been using Grails for the past few months and I really like
We're using Grails but with an existing model layer and DAO layer. We have
I have been heavily using grails with netbeans for one of my projects, I
Using grails searchable plugin, I would like to search for all products within a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.