Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-28 Thread Patrick West
You say the documentation in in his links above. … what links above? On Jun 27, 2013, at 12:07 PM, Michael Guthrie gro...@artfusion.com wrote: Hi Ying, and all those interested in the REST API Just to let you know, we are updating the REST API to be compatible with 3.1 and should be

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-28 Thread Bram Luyten
Hi Patrick, these ones: https://jspace.atlassian.net/wiki/display/DSPACEAPI/DSpace+REST+API+Home The documentation for GET /communities is here: https://jspace.atlassian.net/wiki/display/DSPACEAPI/GET_communities Documentation for the other endpoints (over 60 in total):

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-27 Thread Michael Guthrie
Hi Ying, and all those interested in the REST API Just to let you know, we are updating the REST API to be compatible with 3.1 and should be available next week. As Bram said, the documentation is in his links above. I'll post another message when we release the 3.1 upgrade. Best, Michael

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-22 Thread Bram Luyten
Hi Ying, the wijiti REST API is 3.0 compatible so chances are good it will work with 3.1 as well: https://jspace.atlassian.net/wiki/display/DSPACEAPI/DSpace+REST+API+Home The documentation for GET /communities is here: https://jspace.atlassian.net/wiki/display/DSPACEAPI/GET_communities

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-21 Thread Peter Dietz
Hi Ying, I've had good luck using the Hedtek REST API, you can see it in action at: http://demo.dspace.org/rest-hedtek Github: https://github.com/hedtek/dspace-rest Its /community index is: http://demo.dspace.org/rest-hedtek/communities.json And a specific community is:

Re: [Dspace-tech] dspace-rest api and dSpace 3.0

2012-12-17 Thread helix84
Hi Wesley, the Hedtek version of the REST API should soon be available for 1.8 (by Jorum). As od 3.0, a REST API is not yet an official part of the DSpace distribution, but the DSpace commiters would certainly like to include a REST API for 4.0 if there's cooperation from developers of such API

Re: [Dspace-tech] DSpace REST API Showcase

2012-10-09 Thread Michael Guthrie
Also to participate in the open source project that allows you to replace the default DSpace UIs with a CMS, feel free to sign up here: https://jspace.atlassian.net/ Michael On 8 October 2012 16:17, Hayden Young haydenyo...@wijiti.com wrote: For anyone interested in integrating DSpace with

Re: [Dspace-tech] DSpace REST API

2012-07-25 Thread Peter Dietz
potential. ** ** Regards, Gary ** ** *From:* Hayden Young [mailto:haydenyo...@wijiti.com] *Sent:* Tuesday, 17 July 2012 6:08 PM *To:* Gary Browne *Cc:* dspace-tech Tech *Subject:* Re: [Dspace-tech] DSpace REST API ** ** Hi Gary Good to hear you got it working. Hi Peter

Re: [Dspace-tech] DSpace REST API

2012-07-22 Thread Gary Browne
Tech Subject: Re: [Dspace-tech] DSpace REST API Hi Gary Good to hear you got it working. Hi Peter Yes, there should be separate count endpoints for endpoints such as /items and /communities (E.g. /items/count and /communities/count). I'm working on a CMS-based UI for DSpace but haven't had

Re: [Dspace-tech] DSpace REST API

2012-07-17 Thread Hayden Young
, Somehow I missed that reply -- great, that did the trick! Thanks a lot, Gary *From:*Peter Dietz [mailto:pdiet...@gmail.com] *Sent:* Tuesday, 17 July 2012 12:56 AM *To:* Gary Browne *Cc:* dspace-tech Tech *Subject:* Re: [Dspace-tech] DSpace REST API Hi Gary, Regarding fixing your 500 error, see my

Re: [Dspace-tech] DSpace REST API

2012-07-16 Thread Peter Dietz
@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace REST API Hi Gary Please try changing the following line in your pom.xml from: version1.8.1/version to: version1.8.2/version and see if that solves your issue. Cheers Hayden On 10/07/12 09:55, Gary Browne

Re: [Dspace-tech] DSpace REST API

2012-07-15 Thread Gary Browne
2012 4:17 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace REST API Hi Gary Please try changing the following line in your pom.xml from: version1.8.1/version to: version1.8.2/version and see if that solves your issue. Cheers Hayden On 10/07/12

Re: [Dspace-tech] DSpace REST API

2012-07-11 Thread Hayden Young
Hi Okay we'll research these issues further and come up with some solutions. So the compiled version of the REST API does work despite the mismatches and some build issues? Cheers Hayden On 10/07/12 19:21, helix84 wrote: Hi Hayden, I was trying to build it both as a webapp and as a module

Re: [Dspace-tech] DSpace REST API

2012-07-11 Thread Hayden Young
: helix84 [mailto:heli...@centrum.sk] Sent: July-10-12 4:22 AM To: Hayden Young Cc: dspace-tech@lists.sourceforge.net; DSpace Developer List Subject: Re: [Dspace-tech] DSpace REST API Hi Hayden, I was trying to build it both as a webapp and as a module just to test it. Here are my notes

Re: [Dspace-tech] DSpace REST API

2012-07-11 Thread Hayden Young
Hi Gary Please try changing the following line in your pom.xml from: version1.8.1/version to: version1.8.2/version and see if that solves your issue. Cheers Hayden On 10/07/12 09:55, Gary Browne wrote: Hi Hayden, I'm keen to try this out, however I am unable to install it - should it

Re: [Dspace-tech] DSpace REST API

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 8:20 AM, Hayden Young haydenyo...@wijiti.com wrote: Hi Okay we'll research these issues further and come up with some solutions. So the compiled version of the REST API does work despite the mismatches and some build issues? Yes, it does. I didn't find any problems

Re: [Dspace-tech] DSpace REST API

2012-07-10 Thread helix84
Hi Hayden, I was trying to build it both as a webapp and as a module just to test it. Here are my notes and observations so far: 1) Here's what I got after I ran mvn package for the first time building as a webapp: Downloading:

Re: [Dspace-tech] DSpace REST API

2012-07-10 Thread Ben Sheaff
; DSpace Developer List Subject: Re: [Dspace-tech] DSpace REST API Hi Hayden, I was trying to build it both as a webapp and as a module just to test it. Here are my notes and observations so far: 1) Here's what I got after I ran mvn package for the first time building as a webapp: Downloading

Re: [Dspace-tech] DSpace REST API

2012-07-09 Thread Gary Browne
Hi Hayden, I'm keen to try this out, however I am unable to install it - should it run ok on 1.8.2? On building (mvn package), I get the following error: [INFO] Unable to find resource 'org.dspace:dspace-rest:war:1.0' in repository central (http://repo1.maven.org/maven2) [INFO]

Re: [Dspace-tech] DSpace REST API: SQL error (500)

2012-02-23 Thread maurice . bouchard
I solved this problem. The REST API is using class oracle.jdbc.OracleDriver which is found in the ojdbc14.jar This jar was not in my classpath. I copied it to $JAVA_HOME/jre/lib/ext and after that, the API works. Everything is obvious in retrospect but I am still confused as to why my

Re: [Dspace-tech] DSpace REST API: SQL error (500)

2012-02-22 Thread Bojan Suzic
Hi Maury, this error refers to the problem with the database access, connection cannot be established. Can you check the contents of org/dspace/rest/servlet/DS16DirectServlet.java, method startProviders? Maybe it is not initialized there. Regards Bojan Am 22.02.2012 16:58, schrieb

Re: [Dspace-tech] DSpace REST API: SQL error (500)

2012-02-22 Thread maurice . bouchard
Thanks for the response, but I'm not sure what I'm looking in that java file. In the startProviders method, I found the following code: // for dev testing only COMMENT IN WORKING ENVIRONMENT if (config.contains(dspace.dir)) { config = /devel/dspace/config/dspace.cfg;

Re: [Dspace-tech] DSPACE Rest API (problem)

2011-11-08 Thread Dennis Tobar
mmm... I just see the pom.xml file in dspace-rest (svn) and in the parent node appears version1.8.0-SNAPSHOT/version. You must replace this line with you dspace version. In step 5a) you must copy any pom.xml from anywhere (pe: /modules/jspui). On Tue, Nov 8, 2011 at 3:03 AM, Abhishek Raval

Re: [Dspace-tech] DSPACE Rest API (problem)

2011-11-07 Thread Dennis Tobar
Hi, I think that you must rename the dspace version in pom.xml in the dspace-rest directory, because pom is looking for dspace 1.8.0. Snapshot, but I think that you aren't using that version. I just playing with it around two months ago, an this was the first problem to resolve. Regards, Dennis

Re: [Dspace-tech] DSPACE Rest API (problem)

2011-11-07 Thread Abhishek Raval
Hello Dennis, thanks for the help .. i m still not getting wat to do in step 5a) ???. i just take pom.xml from ../modules/jspui put into ../modules/rest/is it right ? pom.xml file need to edit or not ??? On Mon, Nov 7, 2011 at 5:02 PM, Dennis Tobar dennis.to...@gmail.com wrote: