-->
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: org.hibernate.PropertyAccessException
PostPosted: Thu Oct 13, 2005 8:19 am 
Newbie

Joined: Tue Jun 07, 2005 6:54 am
Posts: 17
hi,
iam executing the followinf hql query :
String qsMember = " select new com.v2solutions.gn.cdtool.dto.UserList(m.memberId," +
"m.username,m.firstName,m.lastName,m.email,m.active,m.adminFlag,tm) " +
" from Member m,TeamMember tm" +
" where tm.teamMemberId In (select max(tmember.teamMemberId) from TeamMember tmember group by tmember.member)" +
" And m.memberId = tm.member"+
" order by m.memberId";


but iam getting this exception:

net.sf.cglib.beans.BulkBeanException

exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.v2solutions.gn.cdtool.dto.TeamMember.setMember

org.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of com.v2solutions.gn.cdtool.dto.TeamMember.setMember


Iam unable to figure it out.I have been struggling with it for 2 days with no solution.

Kindly help me in this.Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 9:48 am 
Expert
Expert

Joined: Fri Aug 19, 2005 2:11 pm
Posts: 628
Location: Cincinnati
check this thread out

http://forum.hibernate.org/viewtopic.php?t=926299

_________________
Chris

If you were at work doing this voluntarily, imagine what you'd want to see to answer a question.


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.