Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Claudia Jürgen
Hello Jose, this is for one item in a collection, in order to move all items in a collection, execute with backup of your db first: 1. update item set owning_collection=NewCollectionID where item_id in (select item_id from item where owning_collection=OldCollectionID); 2. update

Re: [Dspace-tech] [Dspace-general] DSpace RESTful API

2010-03-26 Thread Hayden Young
Hi Bojan What are your plans for maintaining the rest project? I'm happy to help out where I can, I'm not a Java programmer by trade but I can have my Java programmers review code and add/update source when/where required. I understand you've had problems with testing in the past, and while

[Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi All I want to setup thumbnails to our institutional repository, I done some changes in dspace.cfg file but I can't see the results on the browser, can anyone who have setup thumbnails on dspace assist. Regarsd, Lewatle htmlpfont face = verdana size = 0.8 color = navyThis

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young
Try running filter-media, it is located in your dspace bin directory. Cheers Hayden On 26/03/10 16:38, Lewatle Phaladi wrote: Hi All I want to setup thumbnails to our institutional repository, I done some changes in dspace.cfg file but I can’t see the results on the browser, can anyone

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi Hayden and Dspace Team I am now running filter-media as my files in a repo are many I am still waiting for the command to finish its task, I will indicate if anything is working as expected or not. Regards, Lewatle From: Hayden Young [mailto:haydenyo...@wijiti.com] Sent: 26

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi Hayden and Dspace Team No changes I can see on web browser. Below is what I have done inside dspace.cfg and I then run filter-media in my dspace bin directory and also restarted tomcat. Please sent me copy of your configuration files where you setup only thumbnails part and steps

[Dspace-tech] FW: Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
I am running XMLUI From: Hayden Young [mailto:haydenyo...@wijiti.com] Sent: 26 March 2010 02:42 PM To: Lewatle Phaladi Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Dspace Thumbnails Are you running JSP or XMLUI? On 26/03/10 20:16, Lewatle Phaladi wrote: Hi Hayden

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young
Are you running JSP or XMLUI? On 26/03/10 20:16, Lewatle Phaladi wrote: Hi Hayden and Dspace Team No changes I can see on web browser. Below is what I have done inside dspace.cfg and I then run filter-media in my dspace bin directory and also restarted tomcat. Please sent me copy of your

[Dspace-tech] Complicated Nested XML Schema

2010-03-26 Thread RENTON Scott
Hi folks, I'm working on a project which intends to harvest metadata using a non-dublin core schema (entitled LIDO. This schema is quite involved- the XML is nested into chunks of fields; here's a typical wrap of which there are many within the overall schema. lido:objectMeasurementWrap

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
What do I have to type inside the file ./config/xmlui.xconf's Please give step by step From: Hayden Young [mailto:haydenyo...@wijiti.com] Sent: 26 March 2010 02:58 PM To: Lewatle Phaladi Cc: DSpace Subject: Re: [Dspace-tech] Dspace Thumbnails Ah, okay. You'll need to make some changes to

[Dspace-tech] [GSOC] query regarding application procedure

2010-03-26 Thread Gaurav Paliwal
I have few question regarding GSOC : 1. Can I use third party API (open source) into DSpace project : provided I take care of licensing policies of those API's/Open Source Projects. 2. In the Student Application Process at

[Dspace-tech] Deficiencies in Dspace

2010-03-26 Thread AMJAD USMAN
Hello everybody, In the last survey of dspace, did you people collected a list of deficiencies from the community.. from deficiency i mean features that dspace is lacking like semantic search etc. secondly, the controlled vocabulary module that is made available in dspace 1.6 package, is not

Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Mark H. Wood
On Fri, Mar 26, 2010 at 07:52:59AM +0100, Claudia Jürgen wrote: 1. update item set owning_collection=NewCollectionID where item_id in (select item_id from item where owning_collection=OldCollectionID); 2. update collection2item set collection_id=NewCollectionID where

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young
Ah, okay. You'll need to make some changes to your layout or try a different theme as the XMLUI controls thumbnail display and not the config file. Check out the ./config/xmlui.xconf's themes section if you want to change the theme. On 26/03/10 20:43, Lewatle Phaladi wrote: I am running

Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Claudia Jürgen
Hi Mark, yes you're right in case of multiple items the order should be reverse. Claudia Am 26.03.2010 14:55, schrieb Mark H. Wood: On Fri, Mar 26, 2010 at 07:52:59AM +0100, Claudia Jürgen wrote: 1. update item set owning_collection=NewCollectionID where item_id in (select item_id from item

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young
What does your themes/themes section look like? Also, when you run filter-media, are thumbnails being created? Look for image files ending with extensions such as png.jpg. On 26/03/10 21:09, Lewatle Phaladi wrote: What do I have to type inside the file ./config/xmlui.xconf's Please give

[Dspace-tech] Can't access Dspace

2010-03-26 Thread Henry Atsu Agbodza
I've been able to fix the last problem i reported. I no more have any internal dspace error problem. My current problem is my inability to access Dspace on any of the LAN computers. The Dspace server runs on fedora and i gave it a private IP for now. Actually i'm currently testing before i give a

[Dspace-tech] date.issued in input-forms.xml

2010-03-26 Thread Lucas Mocellin
Hi folks, regarding this: http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg09920.html If you check the item has been published before during the initial questions the date issued etc. will appear. in the submission process.. my scenario is that ALWAYS it is checked, so I don't

[Dspace-tech] Feeback link and register user error

2010-03-26 Thread Heh, Gregory
I'm getting the following in the Dspace log when clicking the feeback link or trying to register a new user. Internal System Error appears on the webpage. Any assistance is appreciated. Thanks. 2010-03-26 12:58:23,989 WARN org.dspace.app.webui.servlet.InternalErrorServlet @

[Dspace-tech] Question about setting embargoes

2010-03-26 Thread George Stanley Kozak
Hi... I have a question about using the new Embargo feature. Previous to DSpace 1.6, I used an altered version of the code developed by Terry Owen (U of Maryland). Now I am trying to use the new Embargo feature. I created two fields: dc.embargo.terms and dc.embargo.liftdate and added them

Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread Antoanne Christopher
George, Try to run dspace/bin/dsrun org.dspace.embargo.EmbargoManager -c But, with this command you can´t change the bitstreams authorizations, just check the state of embargoed Items. Antoanne Pontes On Fri, Mar 26, 2010 at 4:02 PM, George Stanley Kozak g...@cornell.eduwrote: Hi… I have

Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread George Stanley Kozak
Thank you, Antoanne: This helps. It recognizes the items where I set the embargo fields, so I know I am doing something correct. Do you know what the embargo is supposed to look like? I am expecting to see some message when I try to view an embargoed item, but that's not what I am not

Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread Richard Rodgers
Hi George: A couple of observations: first, the dc.embargo.terms only get 'applied' when an item is installed into the repository - it will have no effect on items already in the repo. So to test, create a new Thesis, and submit it via the web submission UI (or via batch, etc): be sure that