[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2759) hibernate 3.2.5 local resultset list didn't get refresh

Tiffany Hsu (JIRA) noreply at atlassian.com
Wed Aug 1 12:04:11 EDT 2007


hibernate 3.2.5 local resultset list didn't get refresh
-------------------------------------------------------

                 Key: HHH-2759
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2759
             Project: Hibernate3
          Issue Type: Bug
          Components: caching (L2), core
    Affects Versions: 3.2.5
         Environment: Hibernate 3.2.5, Ehcache1.3, spring2.0 and jboss4.2.1
            Reporter: Tiffany Hsu


when I update a status to a current data using hibernate saveOrUpdate().
I retrieve data (find) from the same table and bring back to a resultlist which contained the old data.
The updated data is still in the list.

It works in 3.1the status was updated and it is not in the resultlist after select (find)
3.2.X the updated data still in the resultlLst after another select (find) utile I manually reload the page.


daoCustomerContent is a hibernate data object

 customerContent.setCustomerContentStatus(
                            CustomerContentStatusEnum.SUBMITTED);
                    daoCustomerContent.save(customerContent);//save locally in the hibernate

fgetHibernateTemplate().executeFind(
                new Page(_queryString, _values, _page, _pageSize)); // the update data after .save still exist in this result List





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list