[Dspace-tech] Creating handle.net handles retrospectively

2011-08-29 Thread Mark Melia
Hi Guys, My handle server wasn't working for a while and some contributors added items. These items obviously got the default 123456789 handle - instead of the handle.net one. Does anyone know how to give these a handle.net handle? Thanks, Mark

Re: [Dspace-tech] REST API for DSpace

2011-03-29 Thread Mark Melia
you may have put this in as a fix to the connection leak problem outlined into a previous mail. Does this sound right to you? Thanks, Mark -- Dr. Mark Melia Analyst Programmer Enovation Solutions Ltd. The Friary, Bow Street, Dublin 7. Follow us on Twitter: http://twitter.com/enovationire/ See our

Re: [Dspace-tech] Workflows in DSpace 1.7, XMLUI

2011-03-25 Thread Mark Melia
that the way to setup these files is cumbersome. Is there a way in the XMLUI to edit the many Choice Control lists we may have? How are you currently setting these up? Thanks, Mark -- Dr. Mark Melia Analyst Programmer Enovation Solutions Ltd. The Friary, Bow Street, Dublin 7. Follow us o

Re: [Dspace-tech] REST API for DSpace

2011-03-15 Thread Mark Melia
nal server error, what do the logs say? > > cheers, > Steve > > > On 15/03/2011, at 9:03 PM, Mark Melia wrote: > >> Hi Bojan, >> >> I have taken the latest code from the SVN address above and the >> authentication issue is still there. I am not sure how you

[Dspace-tech] REST API for DSpace

2011-03-15 Thread Mark Melia
getting HTTP Status 500. If I have time I will look more deeply into this - if you have no ideas on what is causing it? Thanks, Mark On 14/03/11 16:14, Mark Melia wrote: > Hi Bojan, > > Thanks a million for your reply. I am thinking maybe I do have an > earlier version of the code - Toda

Re: [Dspace-tech] REST API for DSpace

2011-03-14 Thread Mark Melia
Hi Bojan, Thanks a million for your reply. I am thinking maybe I do have an earlier version of the code - Today I tried to get details on one particular collection using http://localhost:8080/rest/communities/29.xml - this resulted in an error - HTTP Status 500 - Failure processing entity reque

Re: [Dspace-tech] REST API for DSpace

2011-03-10 Thread Mark Melia
.getName(); } else { throw new EntityException("Bad username or password", user, 403); } Any idea would be much appreciated. We are creating a plug-in for Moodle 2.0 so that DSpace can be used as a repository. Thanks, Mark -- Dr. Mark Melia Analyst Enovation Solutions Ltd. The Friary, Bo

[Dspace-tech] REST API for DSpace

2011-03-09 Thread Mark Melia
Hello everyone, Just wondering if anyone else has played around with Bojan Suzic's great REST API extension? I am trying to allow for REST queries to be done on my DSpace. With our DSpace anonymous users can search. It seems to me that you must log in as an authenticated user to do anything wit

Re: [Dspace-tech] Withdrawn items showing in collection

2011-02-09 Thread Mark Melia
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 Geor

Re: [Dspace-tech] Withdrawn items showing in collection

2011-02-09 Thread Mark Melia
> 501 Olin Library > Cornell University > Ithaca, NY 14853 > 607-255-8924 > > > -Original Message- > From: Mark Melia [mailto:mark.me...@enovation.ie] > Sent: Wednesday, February 09, 2011 10:41 AM > To: George Stanley Kozak > Cc: DSpace-tech@lists.sour

Re: [Dspace-tech] Withdrawn items showing in collection

2011-02-09 Thread Mark Melia
Library > Cornell University > Ithaca, NY 14853 > 607-255-8924 > > -Original Message- > From: Mark Melia [mailto:mark.me...@enovation.ie] > Sent: Wednesday, February 09, 2011 9:26 AM > To: DSpace-tech@lists.sourceforge.net > Subject: [Dspace-tech] Withdrawn

[Dspace-tech] Withdrawn items showing in collection

2011-02-09 Thread Mark Melia
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

Re: [Dspace-tech] SOLR Performance

2011-01-25 Thread Mark Melia
Hi Bram, Sounds interesting and might be the answer - I will into this! Thanks for your help, Mark On 25/01/11 12:49, Bram Luyten wrote: Hi, we made a page on SOLR performance optimization, with 2 hints: - the SOLR autocommit feature - Query warmup Both hints, and some helper scripts can be

Re: [Dspace-tech] Home page not cming on windows

2011-01-25 Thread Mark Melia
Hi Palash, How did you deploy your application to your web server? Did you use the ant scripts. Generally you access DSpace using either the XMLUI or JSPUI at http://localhost:8080/xmlui or http://localhost:8080/jspui respectively. HTH, Mark On 25/01/11 11:13, Palash Kumar Nandi wrote: Dea

[Dspace-tech] SOLR Performance

2011-01-24 Thread Mark Melia
Hi all, We have a particularly large SOLR DB. This seems to be causing problems when users ask for a report as tomcat will timeout before the report can be rendered. Has anyone dealt with such performance issues with SOLR statistics. Does anyone have any strategies for dealing with it? Thanks,

[Dspace-tech] Extending Solr Stats

2011-01-24 Thread Mark Melia
Hi all, We have functionality in DSpace 1.6.2 that allows a user to 'request an item' if access to the bitstream is restricted. I would like the number of times a bitstream is requested to be captured in SOLR statistics. Is there any documentation that anyone knows of for extending what SOLR is

Re: [Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all, Found the processing step I was looking for in org.dspace.submit.step.DescribeStep.java Thanks, Mark On 14/01/11 14:47, Mark Melia wrote: > Hi all, > > I am having a problem with an XMLUI submissions screen. The problem is > that some fields are not been parsed correctly

[Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all, I am having a problem with an XMLUI submissions screen. The problem is that some fields are not been parsed correctly, the symtom being that in correct values are in the database. I am a little unsure of the path the data takes from the XML UI to the database. Are there any documentatio

Re: [Dspace-tech] Editing Item View

2011-01-14 Thread Mark Melia
:57 AM, Mark Melia <mailto:mark.me...@enovation.ie>> wrote: Hi all, I want to remove editor from items simple/summary view. Is there a config setting to do this (i think i have tried them all) or do I have to edit the JSP (I am using JSPUI). T

[Dspace-tech] Editing Item View

2011-01-14 Thread Mark Melia
Hi all, I want to remove editor from items simple/summary view. Is there a config setting to do this (i think i have tried them all) or do I have to edit the JSP (I am using JSPUI). Thanks, Mark -- Protect Your Site an

Re: [Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-11 Thread Mark Melia
Hi Helix84, I was able to add a vote today. Perhaps if refresh the page it might work? Mark On 11/01/11 09:53, helix84 wrote: > On Mon, Jan 10, 2011 at 18:38, Tim Donohue wrote: >> I'd encourage you to add your additional comments to that issue, and/or >> 'vote' for that issue. Unfortunately t

Re: [Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-11 Thread Mark Melia
in 1.7.0). We need to find a developer > to work on this issue and provide a patch which resolves it. > > - Tim > > On 1/10/2011 11:21 AM, Mark Melia wrote: >> Hi Tim, >> >> To give a little more details what I am trying to do: >> A user who is a community

Re: [Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-10 Thread Mark Melia
on section are commented > out. This defaults to allowing a Community Admins perform all actions > on any Sub-Community, Collection or Item in their Community. If > you've customized these settings in any way, this obviously will > affect what a Community Administrator can

Re: [Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-10 Thread Mark Melia
> of all Sub-Communities, Collections or Items within that Community. > > Can you let us know what version of DSpace are you using? It's > possible you may be running into a bug in an old version of DSpace. > > - Tim > > On 1/10/2011 8:32 AM, Mark Melia wrote: >> Hi

Re: [Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-10 Thread Mark Melia
but these privileges do not seem to extend on down to the School of Civil Engineering collections. Does anyone know if this is how DSpace is meant to behave. I would appreciate any information on this. Thanks in advance, Mark On 06/01/11 14:21, Mark Melia wrote: > Hi all, > > I am

[Dspace-tech] Privileges in top-level communities and lower-level communities

2011-01-06 Thread Mark Melia
Hi all, I am trying to specify user privileges at a top level community and have those privileges for users using sub-communities within the top level community. So for example if I am admin in topLevelCommunity1 and communityA is in topLevelCommunity1 I should have admin privileges in communi

[Dspace-tech] Debugging filter-media script

2010-11-23 Thread Mark Melia
t? Thanks, Mark On 23/11/10 08:49, Mark Melia wrote: > Hi Debashree, > > Thanks for sharing your experience. I can confirm that the bitstream is > present, but is owned by root. How do you stop it been owned by root? > > Thanks, > Mark > > On 22/11/10 19:33, Debashree Pat

[Dspace-tech] Debugging filter-media script

2010-11-23 Thread Mark Melia
Hi Debashree, Thanks for sharing your experience. I can confirm that the bitstream is present, but is owned by root. How do you stop it been owned by root? Thanks, Mark On 22/11/10 19:33, Debashree Pati wrote: > Hi Mark, > > I remember encountering this one time and it made no sense at all as t

[Dspace-tech] Debugging filter-media script

2010-11-22 Thread Mark Melia
Hi all, I am trying to debug the XPDF media filter - I keep getting the following exception: java.io.IOException: Unknown failure while transforming file to preview: no image produced. This seems to be caused by the XPDF2Thumbnail.java when it tries to create a BufferedImage named source but th

[Dspace-tech] Submitting license file using SWORD

2010-11-02 Thread Mark Melia
Hi all, Does anyone know if you can submit a license file with an item using SWORD? Thanks, Mark -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 fo

[Dspace-tech] Different licenses depending on access settings with SWORD submission

2010-11-01 Thread Mark Melia
Hi Everyone, I am using SWORD (through EasyDeposit) to add items to DSpace - and this is working great except for one issue. I have a Boolean field for public access. If public access is allowed I want to attach one license to the bundle if it is not I want to attach another. Does anyone know w

[Dspace-tech] Easy Deposit responding with HTTP 202

2010-10-22 Thread Mark Melia
Hi all, I have set up easy deposit to deposit items into our DSpace IR. When an item is submitted I can see it in DSpace but DSpace is returning a HTTP 202 response. This seems to me to be okay but EasyDeposit is set up to only consider 200 and 201 a success? Does anybody have any thoughts on t

Re: [Dspace-tech] Original license not displaying.

2010-10-21 Thread Mark Melia
bundle (often just the > deposit > # licence in standard DSpace installation > webui.licence_bundle.show = false > > Per default it is turned off. Afaik the older xmlui versions (pre > 1.6.0) did ignore this setting. > > Hope that helps > > Claudia Jürgen > > &

[Dspace-tech] Original license not displaying.

2010-10-20 Thread Mark Melia
Hi all, I am also having this problem - I have amended DIM-Handler.xsl as described below but the problem persists. Does anyone know of any other factors that might cause this? Thanks for your help, Mark On Wed, Oct 13, 2010 at 11:27 AM, Debashree Patimailto:dp...@oln.org>> wrote: Hi Er