-->
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.  [ 3 posts ] 
Author Message
 Post subject: Cannot make an immutable entity modifiable (3.5.0)
PostPosted: Wed Apr 07, 2010 1:31 pm 
Newbie

Joined: Wed May 18, 2005 12:14 pm
Posts: 7
I tried dropping Hibernate 3.5.0 into a project that currently uses Hibernate 3.3.2, but I started running into an exception that I hadn't experienced before:

IllegalStateException: Cannot make an immutable entity modifiable.

As far as I can tell, this is happening when refresh is called on a detached object for a class (representing a database view) that is mapped with mutable="false". After loading the refreshed object in DefaultRefreshEventListener.onRefresh, Hibernate sets the object's read-only status to whatever the defaultReadOnly is for the session (which is false by default). That then conflicts with the fact the class is mapped as immutable, causing the IllegalStateException in EntityEntry.setReadOnly.

Is this expected behavior? If so, how should I adapt the code since this appears to have worked prior to 3.5.0?


Top
 Profile  
 
 Post subject: Re: Cannot make an immutable entity modifiable (3.5.0)
PostPosted: Thu Apr 08, 2010 2:39 am 
Expert
Expert

Joined: Tue Jun 16, 2009 3:36 am
Posts: 990
Sounds truly like a real bug.
(I cannot imagine this as expected or intended behavior)


Top
 Profile  
 
 Post subject: Re: Cannot make an immutable entity modifiable (3.5.0)
PostPosted: Mon May 10, 2010 9:47 am 
Newbie

Joined: Wed May 18, 2005 12:14 pm
Posts: 7
An update ... one of my colleagues created a test case and filed HHH-5207 in JIRA. Looks like it was confirmed as a bug and will be fixed in 3.5.2.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.