-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: boolean get/set problem with hibernate
PostPosted: Sat Jun 10, 2006 7:48 pm 
Newbie

Joined: Sat Jun 10, 2006 7:39 pm
Posts: 3
Hi. I have a POJO that has boolean attribute and methods:
Code:
private boolean isWaitListed;

public boolean isWaitListed() {
      return isWaitListed;
}

public void setWaitListed(boolean isWaitListed) {
   this.isWaitListed = isWaitListed;
}


But hibernate can't read the get method. Mapping is configured properly and im getting this error:

Could not find a getter for isConfirmed in class crrs.com.Reservation


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 11, 2006 3:59 pm 
Regular
Regular

Joined: Mon Jun 13, 2005 12:21 pm
Posts: 61
Location: Hannover
Please reread you'posting and the error message, guess you'll find it alone ;-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.