[Dspace-tech] DSpace integration with netbeans, problem saving changes in project properties

2012-07-13 Thread Arjumand
Hello All! I am trying to integrate DSpace 1.8.2 with NetBeans 7.1.2. I am following instruction on https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+NetBeans For this purpose, i want to configure a web application project in NetBeans for which i am following the steps from

[Dspace-tech] DSpace error message

2012-07-13 Thread Lewatle Phaladi
HI All I am getting this error on dspace and I have tried to solve it with no luck org.apache.cocoon.ResourceNotFoundException: Page cannot be found regards, Lewatle htmlpfont face = verdana size = 0.8 color = navyThis communication is intended for the addressee only. It is

Re: [Dspace-tech] DSpace error message

2012-07-13 Thread helix84
On Fri, Jul 13, 2012 at 3:09 PM, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: I am getting this error on dspace and I have tried to solve it with no luck org.apache.cocoon.ResourceNotFoundException: Page cannot be found Hi Lewatle, it's impossible to know if this even is a problem

Re: [Dspace-tech] DSpace error message

2012-07-13 Thread Lewatle Phaladi
Hi Helix Thanks for the respond as always, this problem has been forwarded to me so I have already asked if the person can forward screenshots to me and list activities that he was performing so it can also be clear to me , I will request data that he is entering as you said he may be

Re: [Dspace-tech] DSpace error message

2012-07-13 Thread Lewatle Phaladi
Hi Helix Below is the respond from the guy. Regards, Lewatle -Original Message- From: Warren Windvogel Sent: 13 July 2012 03:35 PM To: Lewatle Phaladi Subject: RE: [Dspace-tech] Dspace login issues Think I fixed it. I set xmlui as the ROOT app and didn't change it in the config

Re: [Dspace-tech] DSpace error message

2012-07-13 Thread helix84
That makes sense. He was requesting the xmlui URL fragment from the XMLUI webapp, to which it of course responded it doesn't exist (in fact it means page not found). Just to put things in perspective, he was asking for URL which with the old base_url would be:

Re: [Dspace-tech] DSpace error message

2012-07-13 Thread Lewatle Phaladi
Ok, noted. -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: 13 July 2012 03:48 PM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net; Warren Windvogel Subject: Re: [Dspace-tech] DSpace error message That makes sense. He was requesting the xmlui URL fragment

Re: [Dspace-tech] [Dspace-devel] DSpace REST API

2012-07-13 Thread Peter Dietz
I've finally gotten around to building this dspace-rest module. So here are some technical notes on my getting started. The only surprise was to have to implement a method in dspace-api ItemIterator.skip() Otherwise the module/pom wiring went pretty smoothly. I've pasted my git diff's to both