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 8698897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:49:28+00:00 2026-06-13T01:49:28+00:00

I wrote the following domain class with its unit test. When I run the

  • 0

I wrote the following domain class with its unit test. When I run the tests, I get the error message
No such property: admittedMobileUser. When I comment that line in domain class I get the same problem on other fields. Does anyone knows how to solve it?

class MobileUser {
    String userName
    String userDevice="Android"
    Integer userCluster
    Boolean admittedMobileUser
    Date lastTimeUpdatedUserSpaceTime=new Date()
    byte[] userSpaceTimeXml

    static constraints = {
        userName blank:false, unique:true
        userDevice blank:false
        userCluster validator : {val-> return val > 0}
        admittedMobileUser
        lastTimeUpdatedUserSpaceTime
        userSpaceTimeXml maxSize:1024*1024
    }

    String toString(){
        return "${userName}_${userCluster}"
    }

}
  • 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-06-13T01:49:29+00:00Added an answer on June 13, 2026 at 1:49 am

    remove such rows from constraints :

        ....
        admittedMobileUser
        lastTimeUpdatedUserSpaceTime
        ....
    

    or add minimum one constraint to each!

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

Sidebar

Related Questions

i wrote following code to create a linkbutton programmatically, but its showing like lable
I wrote following code...but i am getting Error like: Error 1 'LoginDLL.Class1.Login(string, string, string)':
I wrote the following sample code to see how ARC works @property (nonatomic, weak)
I wrote the following Jena code. But It is an error and I didn't
I have the following SML code that I wrote for a class: fun lookup
The following Groovy code creates a GORM-persisted domain class called Foo when written to
I'm new to grails and trying to write unit tests for Service class has
I have the following Domain Object: public class DomainClass { public int Id {
I want to redirect http://subdom.domain.com/guidelines/article1 http://subdom.domain.com/guidelines/article2 http://subdom.domain.com/guidelines/article3 to http://subdom.domain.com/notsoguideline/noarticlepage/blahblah so I wrote the following
I wrote following function void validateUser(void) { string uName; string uPassword; char c; map

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.