Re: [Dspace-tech] Deployment of REST API

2015-04-13 Thread Bruno Zanette
Oh.. I forgot to say: To do all this we are using Dspace_5's REST, because Dspace 4's REST doesn't do much of the things that DSpace 5's REST does; 2015-04-13 16:36 GMT-03:00 Bruno Zanette brunonzane...@gmail.com: Hey Terry, Me and my team are developing a VideoCourse plataform, called

[Dspace-tech] Search button issue

2015-04-13 Thread Naveen Srinivasan
Hi, I am getting an empty page when I search using the default search button in dspace .I can see that action for the button uses below line form id=ds-search-form action=/discover method=post I discovered that if I change action=*xmlui*/discover' ,I am getting results .I verified this in

Re: [Dspace-tech] Search button issue

2015-04-13 Thread Hilton Gibson
Hi Naveen Assuming you are using DSpace 4.X, check the folowing https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/dspace.cfg#L39 Remove the */xmlui* part and rebuild. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch

Re: [Dspace-tech] Deployment of REST API

2015-04-13 Thread Bruno Zanette
Hey Terry, Me and my team are developing a VideoCourse plataform, called CursosAbertos, for our University (UFPR) totally based on DSpace REST. The design of the site is very poor because our first concern was to make everything work on the background. The site is already online, and you may

Re: [Dspace-tech] Initial Community Screen really slow to load on 5.1

2015-04-13 Thread Wally Grotophorst
Did a complete rebuild of DSpace 5.1 today and it seems to be working much better now...back to the 1-2 second response time. So I don't know what the problem might have been but I post this followup just in case someone hits a similar issue. - Wally Just upgraded our DSpace instance from 4.3

Re: [Dspace-tech] Initial Community Screen really slow to load on 5.1

2015-04-13 Thread Stuart Yeates
Questions: (a) is it this particular page which is slow, or is it any first page in a user session (which just happens to usually be this page) ? (b) are subsequent reloads of the same page shortly after also slow ? Slowness is likely to be caused by the Java app (or the entire VM) being

Re: [Dspace-tech] jspui browse errors after update from 3.3 to 3.4

2015-04-13 Thread Claudia Jürgen
Hello, if you mean you did upgrade to 4.3 there has been an issue with the browse loosing it's scope which has bee fixed meanwhile see https://jira.duraspace.org/browse/DS-2482 Hope this helps Claudia Jürgen Am 12.04.2015 um 23:14 schrieb IdeaFix: Hi. I have successfully updated

[Dspace-tech] Problems with deleting items

2015-04-13 Thread Shaun Donovan
Hello. I am experiencing problem when trying to delete items. The first is if an item is mapped to another collection. When this is the case, an exception is thrown and the item not deleted. Unmapping the item and then deleting it fixes this issue. Should this not be happening automatically