-->
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: Error: exception setting property value with CGLIB
PostPosted: Mon May 17, 2004 7:42 am 
Newbie

Joined: Fri May 14, 2004 12:18 pm
Posts: 10
I got the following error when I select a table with column MGR as date type int/long in java and NUMBER(4) in oracle:

07:39:29,240 DEBUG - [ora.EmpDaoSql.findListMgr] org.springframework.orm.hiberna
te.HibernateSystemException: exception setting property value with CGLIB (set hi
bernate.cglib.use_reflection_optimizer=false for more info) setter of edu.umich.
umms.my_spring.domain.Emp.setMGR; nested exception is net.sf.hibernate.PropertyA
ccessException: exception setting property value with CGLIB (set hibernate.cglib
.use_reflection_optimizer=false for more info) setter of edu.umich.umms.my_sprin
g.domain.Emp.setMGR

How to fix?

-Henry


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 17, 2004 7:45 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
You have null values in your column, you can't map that to a primitive type, as they can't be null. Use a Long/Integer or a custom UserType doing null conversion.


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.