MetadataSchema: cache out of sync after calling delete()
--------------------------------------------------------

                 Key: DS-761
                 URL: https://jira.duraspace.org/browse/DS-761
             Project: DSpace
          Issue Type: Bug
          Components: DSpace API
    Affects Versions: 1.6.2
            Reporter: Janne Pietarila
         Attachments: MetadataSchema.patch

How to reproduce the bug:

1) Delete a metadata schema by calling delete() method of the MetadataSchema 
class.

2) Call find() method of the MetadataSchema class with the ID of the previously 
deleted metadata schema.

Expected return value: null
Actual return value: already deleted metadata schema

This happens because the value is fetched from the cache and not from the 
database. The attached patch should fix the issue by adding a call to decache() 
method in delete() method.


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

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to