[Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Craig Brute
Hi I am working with the JSP interface making some changes, hoowever im not sure how to turn on debugging so that i get more detailed error messages. currently i am only able to get the 'internal server error' message. Thanks Craig

[Dspace-tech] OAI-PMH crosswalk plugin for marcxml

2011-03-10 Thread Kristian Roberto Salcedo
Hi, Has anyone made a marcxml crosswalk plugin for the OAI-PMH data provider? regards, Kristian Salcedo -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization -

Re: [Dspace-tech] REST API for DSpace

2011-03-10 Thread Chris Hawkins
I have used it and so far it works perfectly. Our test repository does not use authentication and the plugin seems to work fine. Chris - Original Message - Hello everyone, Just wondering if anyone else has played around with Bojan Suzic's great REST API extension? I am trying to

Re: [Dspace-tech] REST API for DSpace

2011-03-10 Thread Mark Melia
Hi Bojan and Chris, Thanks for your reply. The action I am calling is the search rest call I am making is search - http://localhost:8080/dspace/search.xml?query=testitem When this is called it looks like the method refreshParams is called in the AbstractBaseProvider class. This method checks

Re: [Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Peter Dietz
Hi Craig, The first thing you'll want to do is look at your logs. There's a guide here: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error In the terminal, its easy to watch the logs with: tail -f /dspace/log/dspace.log.*-MM-DD* After that, if you need to do deeper forensics,

Re: [Dspace-tech] spanish messages_es translation for DSpace 1.7

2011-03-10 Thread Álvaro López Criado
It's just created as improvement: https://jira.duraspace.org/browse/DS-837 El 10 de marzo de 2011 13:29, Álvaro López Criado alo...@arvo.es escribió: Hi. Here is the translation of messages_es.xml file for DSpace 1.7 It has been tested on DSpace default instalation 1.7.0 version. We

Re: [Dspace-tech] DSpace Mets profiles

2011-03-10 Thread Mark Diggory
Tossing in my $0.02, I've worked on the the following proposal for adjusting the Packager Architecture, I think it has a similar vein. Please fee free to grab this proposal and mutate it to your needs. Our goal is to get the File type (zip, ta, gz, pdf, etc) of the package separated from the

Re: [Dspace-tech] DSpace Mets profiles

2011-03-10 Thread Tim Donohue
Mark All, Although I agree with the ideas of Mark D's proposal, I'd like to point out that there are two separate tasks here, which are only loosely related. So, the person or persons volunteering for one, need not be responsible for the other. The two tasks are: (1) Update/Create METS

Re: [Dspace-tech] DSpace Mets profiles

2011-03-10 Thread Mark Diggory
I do agree they are separate, my advice is simply that once have your hands under the hood in the METS Packager it would be a great opportunity to just take into consideration (2) when your making your changes so that we separate the processing of the mets file from the packager itself so it will

[Dspace-tech] Problems when I modified sitemap.xmpa ArtifactBrowser in dspace 1.7

2011-03-10 Thread neanlos
Good evening. I'm having a problem when i modified the sitemap.xmap in ArtifactBrowser in dspace 1.7. Any help? Modification in sitemap.xmap in ArtifactBrowser aspect in dspace 1.6.2, working fine (in order to show static pages in xmlui), in v. 1.7 it fails. map:match pattern=pages/**

Re: [Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Steve Swinsburg
Hi, These are logged to the dspace logs, if you tail those you'll see the stacktrace. Although I'd be interested in knowing if we can present the stacktraces in the UI as well, maybe on that 'Internal Server Error' page. cheers, Steve On 10/03/2011, at 9:11 PM, Craig Brute wrote: Hi

Re: [Dspace-tech] REST API for DSpace

2011-03-10 Thread Kim Shepherd
Hi Chris, Do you have a public-facing repository that is making use of this? It would be great to see it in action. I feel I may be a bit behind the times as far as this project goes..! Also, kudos to Bojan for continuing to support his work. Sounds like I need to give it another go :-) Cheers,