Mark: On my system (DSpace 1.6.2), if I enter the handle for my withdrawn item, I get the display that says "Item Withdrawn ... The item you are trying to access has been withdrawn from eCommons. If have any questions, please contact the administrators."
If I try and search on the author and title of a withdrawn item, I don't get any hits. I think my code for org.dspace.app.webui.jsptag.BrowseListTag.java and org.dspace.app.webui.jsptag.ItemListTag.java is the same is yours. So, I am not sure why your set up is working differently than mine. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 -----Original Message----- From: Mark Melia [mailto:[email protected]] Sent: Wednesday, February 09, 2011 11:19 AM To: [email protected] Subject: Re: [Dspace-tech] Withdrawn items showing in collection Hi George and Claudia, In the code - org.dspace.app.webui.jsptag.BrowseListTag.java and org.dspace.app.webui.jsptag.ItemListTag.java it checks whether an item is withdrawn - if it is withdrawn the item is still shown with no hyperlink. This is the behaviour I am seeing. So this would seem to be the correct behaviour? else if (field.equals(titleField) && items[i].isWithdrawn()) { metadata = Utils.addEntities(metadataArray[0].value); } Thanks, Mark On 09/02/11 16:03, Mark Melia wrote: > Hi George, Claudia, > > Just to add the confusion in the database for the item in question > withdrawn is TRUE and in_archive is FALSE > > I will let you know if I find the problem. > > Mark > > On 09/02/11 15:56, George Stanley Kozak wrote: >> Mark: >> >> I run an index update nightly, but I agree with Claudia Jürgen that doing >> the withdrawl shouldn't require an index. I'm stumped that you are still >> seeing the item. This wouldn't be a case of the display of the item page >> being cached in your browser? Did you try clearing your browser cache? I >> know that this might sound crazy, but I have had a problem with users >> thinking that I didn't fix a problem because their browser cached the page >> that they were looking at. >> >> George Kozak >> Digital Library Specialist >> Cornell University Library Information Technologies (CUL-IT) >> 501 Olin Library >> Cornell University >> Ithaca, NY 14853 >> 607-255-8924 >> >> >> -----Original Message----- >> From: Mark Melia [mailto:[email protected]] >> Sent: Wednesday, February 09, 2011 10:41 AM >> To: George Stanley Kozak >> Cc: [email protected] >> Subject: Re: [Dspace-tech] Withdrawn items showing in collection >> >> Hi George, >> >> Thanks for the reply. Yes the item is appearing in the "Withdrawn Items" >> listing in DSpace admin. The item in the listing is also not clickable. >> It is just text as opposed to a link so I think it is withdrawn. >> Interesting that yours is gone from the collection listing. Did you have >> to update your indexes or anything? >> >> Thanks again for your help, >> Mark >> >> On 09/02/11 14:38, George Stanley Kozak wrote: >>> Mark: >>> >>> I checked my own repository and withdrawn items are not appearing in the >>> collection. Do the items that you withdrew appear in "Withdrawn Items" in >>> the DSpace Admin? One time I thought I had a problem but it turned out >>> that a user had resubmitted an item that I had withdrawn for him. >>> >>> George Kozak >>> Digital Library Specialist >>> Cornell University Library Information Technologies (CUL-IT) >>> 501 Olin Library >>> Cornell University >>> Ithaca, NY 14853 >>> 607-255-8924 >>> >>> -----Original Message----- >>> From: Mark Melia [mailto:[email protected]] >>> Sent: Wednesday, February 09, 2011 9:26 AM >>> To: [email protected] >>> Subject: [Dspace-tech] Withdrawn items showing in collection >>> >>> Hi everyone, >>> >>> I have withdrawn an item from a collection but the item continues to >>> appear in the collection listing. The cron to update the index has also >>> run but the item remains visible in the collection. Am I missing >>> something. I was under the impression that withdrawn items would not be >>> visible in the collection? >>> >>> Thanks for your help, >>> Mark >>> >>> >>> ------------------------------------------------------------------------------ >>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: >>> Pinpoint memory and threading errors before they happen. >>> Find and fix more than 250 security defects in the development cycle. >>> Locate bottlenecks in serial and parallel code that limit performance. >>> http://p.sf.net/sfu/intel-dev2devfeb >>> _______________________________________________ >>> DSpace-tech mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

