[Dspace-tech] Requesting Troubleshooting Suggestions - AIP Export Errors

2011-08-17 Thread Patrick Etienne
DSpace Techies,

I've been attempting to leverage the new AIP tool in order to export
data from one dspace instance into another for the purpose of testing
development instances (with which I'm building themes) and have come
across a java error that I can't seem to figure out how to resolve.
I'm not the sys admin of servers responsible for hosting the instances
but do have access to enough that I should be able to do some
troubleshooting. The error is as follows:

-

[dspace_gkr@gkr-dev exports]$ ../gkrtest/bin/dspace packager -d -a -t
AIP -o manifestOnly=true -e patrick.etie...@library.gatech.edu -i
GKRTEST/0 harvest_test-aip.zip

Disseminating DSpace SITE [ hdl=GKRTEST/0 ] to harvest_test-aip.zip

Also disseminating all child objects (recursive mode)..
This may take a while, please check your logs for ongoing status while
we process each package.
Exception: An I/O error occured while sending to the backend.
org.postgresql.util.PSQLException: An I/O error occured while sending
to the backend.
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:214)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at 
org.dspace.storage.rdbms.DatabaseManager.queryTable(DatabaseManager.java:225)
at 
org.dspace.authorize.AuthorizeManager.getPolicies(AuthorizeManager.java:511)
at 
org.dspace.content.crosswalk.METSRightsCrosswalk.disseminateElement(METSRightsCrosswalk.java:156)
at 
org.dspace.content.packager.AbstractMETSDisseminator.crosswalkToMetsElement(AbstractMETSDisseminator.java:1342)
at 
org.dspace.content.packager.AbstractMETSDisseminator.makeMdSec(AbstractMETSDisseminator.java:597)
at 
org.dspace.content.packager.AbstractMETSDisseminator.addToAmdSec(AbstractMETSDisseminator.java:710)
at 
org.dspace.content.packager.AbstractMETSDisseminator.addAmdSec(AbstractMETSDisseminator.java:737)
at 
org.dspace.content.packager.AbstractMETSDisseminator.makeManifest(AbstractMETSDisseminator.java:889)
at 
org.dspace.content.packager.AbstractMETSDisseminator.disseminate(AbstractMETSDisseminator.java:230)
at 
org.dspace.content.packager.DSpaceAIPDisseminator.disseminate(DSpaceAIPDisseminator.java:157)
at 
org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:86)
at 
org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:120)
at 
org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:141)
at 
org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:132)
at 
org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:152)
at org.dspace.app.packager.Packager.disseminate(Packager.java:635)
at org.dspace.app.packager.Packager.main(Packager.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
Caused by: java.net.SocketException: Socket closed
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at org.postgresql.core.PGStream.flush(PGStream.java:532)
at 
org.postgresql.core.v3.QueryExecutorImpl.sendSync(QueryExecutorImpl.java:672)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:187)
... 27 more

-

I know that our sys admin has been able to do successful exports of
single items, but so far we've been unable to do a full site export.
I'll need a lot of data in order to adequately test the themes I'm
working on. If anyone could point me in the right direction (or even
just make some suggestions) on how to resolve this issue, it would be
greatly appreciated!

 - Patrick E.

-- 
Patrick K. Etienne
Systems Analyst
Georgia Institute of Technology
Library & Infor

Re: [Dspace-tech] Why does DSpace use XSLT 1.0?

2011-08-17 Thread Mark Diggory
The previous problem is that the only support for XSLT 2.0 is Saxon, and
Michael Kay decided to limit access to it via Maven, it had been hidden for
some time.  Now it appears to be in Maven and available again.

http://repo1.maven.org/maven2/net/sf/saxon/saxon/8.7/

Its not the latest, but it is XSLT 2.0

Mark




On Wed, Aug 17, 2011 at 8:21 AM, Tim Donohue  wrote:

> Hi helix84,
>
> The only reason I'm aware of is that Apache Cocoon (which XMLUI is built
> on) by default only supported XSLT 1.0 at the point in time when XMLUI
> was actually developed.
>
> Many of those dependencies you noted are actually default dependencies
> of Apache Cocoon.
>
> Since then, it sounds like Cocoon can be patched/configured to support
> XSLT 2.0, as least according to this email thread I found (skim to
> bottom of thread):
>
> http://comments.gmane.org/gmane.text.xml.cocoon.user/68284
>
> There's also various pages on the web which detail how to switch Cocoon
> to use Saxon instead of the default Xalan:
> http://blog.reverycodes.com/archives/34.html
>
> So, it sounds like the XMLUI would need to update its sitemaps & Cocoon
> settings to properly support XSLT 2.0.
>
> In any case, these seems like it might be a worthwhile change to
> investigate.  I agree, it'd be nice to upgrade XMLUI to support XSLT 2.0.
>
> If you are willing to do so, I'd suggest opening a JIRA ticket with this
> information.  That way we can start to track the work, and add
> notes/hints to that ticket.
>
> - Tim
>
> On 8/17/2011 9:50 AM, helix84 wrote:
> > Hello,
> >
> > I'm currently doing some customizations in XMLUI and on every step I
> > find myself using XSLT 1.0 workarounds while it would be much easier
> > to use XSLT 2.0. I want to ask why DSpace (or Cocoon or whatever
> > component) still uses XSLT 1.0?
> >
> > I tried to detect if I can just change the stylesheet to
> > version="2.0", but it doesn't seem to work. I tried to detect
> > supported XSLT version with this XSLT fragment:
> > http://www.oxygenxml.com/archives/xsl-list/200710/msg2.html
> > and it seems DSpace uses xalan-j. But the XMLUI error messages
> > sometimes output "org.xml.sax.SAXParseException" and sometimes
> > "javax.xml.transform.TransformerException" (here it mentions xalan in
> > the stacktrace). So which parser does DSpace use, Xalan (which seems
> > to only support XSLT 1.0) or Saxon (which supports XSLT 2.0)? Or does
> > it use Xalan only for XPath? I'm not really at home in this, so please
> > explain.
> >
> > Regards,
> > ~~helix84
> >
> >
> --
> > Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> > user administration capabilities and model configuration. Take
> > the hassle out of deploying and managing Subversion and the
> > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> --
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Esperantolaan 4 - Heverlee 3001 - Belgium
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Why does DSpace use XSLT 1.0?

2011-08-17 Thread helix84
Thanks, issue created:
https://jira.duraspace.org/browse/DS-995

Regards,
~~helix84

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] submitting using manakin

2011-08-17 Thread Tim Donohue
Hi Jose,

You'll need to check your logs to let us know if there are any 
underlying errors. The URL you sent is just a normal XMLUI submission 
URL (that weird *.continue string on the end is just how XMLUI manages 
the submission "session" info).

I'm guessing that there must be some underlying error in the Tomcat or 
DSpace logs (or Cocoon logs).

Here's hints/tips on finding error messages:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

- Tim

On 8/17/2011 10:18 AM, Blanco, Jose wrote:
> In my development environment I was trying to submit an item using the xmlui 
> interface and when I select a collection to submit into, I get a Page Not 
> found response in the browser.  Do I not have some config parameter set?  The 
> url from which I get the Page Not found response is this one:
>
> http://blancoj.dev.deepblue.lib.umich.edu:8080/submit/83263926207f39102b7a213c7d3b7b7255795139.continue
>
> Thank you!
> Jose
>
> --
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Why does DSpace use XSLT 1.0?

2011-08-17 Thread Tim Donohue
Hi helix84,

The only reason I'm aware of is that Apache Cocoon (which XMLUI is built 
on) by default only supported XSLT 1.0 at the point in time when XMLUI 
was actually developed.

Many of those dependencies you noted are actually default dependencies 
of Apache Cocoon.

Since then, it sounds like Cocoon can be patched/configured to support 
XSLT 2.0, as least according to this email thread I found (skim to 
bottom of thread):

http://comments.gmane.org/gmane.text.xml.cocoon.user/68284

There's also various pages on the web which detail how to switch Cocoon 
to use Saxon instead of the default Xalan:
http://blog.reverycodes.com/archives/34.html

So, it sounds like the XMLUI would need to update its sitemaps & Cocoon 
settings to properly support XSLT 2.0.

In any case, these seems like it might be a worthwhile change to 
investigate.  I agree, it'd be nice to upgrade XMLUI to support XSLT 2.0.

If you are willing to do so, I'd suggest opening a JIRA ticket with this 
information.  That way we can start to track the work, and add 
notes/hints to that ticket.

- Tim

On 8/17/2011 9:50 AM, helix84 wrote:
> Hello,
>
> I'm currently doing some customizations in XMLUI and on every step I
> find myself using XSLT 1.0 workarounds while it would be much easier
> to use XSLT 2.0. I want to ask why DSpace (or Cocoon or whatever
> component) still uses XSLT 1.0?
>
> I tried to detect if I can just change the stylesheet to
> version="2.0", but it doesn't seem to work. I tried to detect
> supported XSLT version with this XSLT fragment:
> http://www.oxygenxml.com/archives/xsl-list/200710/msg2.html
> and it seems DSpace uses xalan-j. But the XMLUI error messages
> sometimes output "org.xml.sax.SAXParseException" and sometimes
> "javax.xml.transform.TransformerException" (here it mentions xalan in
> the stacktrace). So which parser does DSpace use, Xalan (which seems
> to only support XSLT 1.0) or Saxon (which supports XSLT 2.0)? Or does
> it use Xalan only for XPath? I'm not really at home in this, so please
> explain.
>
> Regards,
> ~~helix84
>
> --
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] submitting using manakin

2011-08-17 Thread Blanco, Jose
In my development environment I was trying to submit an item using the xmlui 
interface and when I select a collection to submit into, I get a Page Not found 
response in the browser.  Do I not have some config parameter set?  The url 
from which I get the Page Not found response is this one:

http://blancoj.dev.deepblue.lib.umich.edu:8080/submit/83263926207f39102b7a213c7d3b7b7255795139.continue

Thank you!
Jose

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace statistics - monthly reports

2011-08-17 Thread Brian Freels-Stendel
Hi Ian,

The URL would be https://eric.exeter.ac.uk/repository/statistics?date=2011-8.  
It looks like they're set to admin only, which may be because you're still 
testing them; one small caveat, though, is that you'll eventually need to 
change that setting if you want non-admins to see the stats.

Changing the stats page layout so that those links wouldn't show seems 
unlikely, but it looks like your site is pretty heavily customized, so it's 
possible.  I think a way to see if this might be happening is to look at the 
DRI that the page is transformed from.  That would be 
https://eric.exeter.ac.uk/repository/DRI/statistics.  Look for , which should contain all of the reports.  (If I'm wrong 
about this, someone who knows better please pipe up!)

Other than that, though, I don't have any ideas.

B--

>>> On 8/17/2011 at 5:31 AM, in message
<2c49444a4bac8942893be52c1dfbfb6a64c2dd2...@exchmbs01.isad.isadroot.ex.ac.uk>,
"Wellaway, Ian"  wrote:
> Thanks for your reply Brian.
> 
> The monthly reports are being created and are all there in the reports 
> directory. But I don't get the links to them on the statistics page. I can 
> ftp them down from the server, but my staff users who really want the stats 
> can't do this.
> 
> Any ideas?
> 
> If you could tell me the URL format to get to a monthly report that would be 
> great...something like: 
> 
> https://eric.exeter.ac.uk/repository/statistics/report-2011-8.html 
> 
> Thanks
> 
> Ian
> 
> 
> 
> Ian Wellaway
> Senior System Support & Development Officer
> Academic Systems
> Exeter IT
> 
> Room 909, Laver Building
> University of Exeter
> EX4 4QE
> UK
> 
> tel +44 1392 722852
> 
> -Original Message-
> From: Brian Freels-Stendel [mailto:bfre...@unm.edu] 
> Sent: 16 August 2011 15:52
> To: Wellaway, Ian; dspace-tech@lists.sourceforge.net 
> Subject: Re: [Dspace-tech] DSpace statistics - monthly reports
> 
> Hi Ian,
> 
> When you're on the main stats page 
> (https://eric.exeter.ac.uk/repository/statistics) there will be links to all 
> of the monthly reports at the bottom of the left-hand nav menu.  The current 
> month should be listed, as well as each month for which stats were generated.
> 
> If you're not seeing this list, my best guess is that the monthly report 
> generator isn't getting run.  
> 
> You can check in [dspace]/reports to see if the various monthly and general 
> files are there.  Also, in [dspace]/log, there should be 
> dspace-log-general-[date].dat and dspace-log-montly-[date].dat files (which 
> are used to general the reports.)  
> 
> B--
> 
 On 8/16/2011 at 5:04 AM, in message
> <2c49444a4bac8942893be52c1dfbfb6a64c2dd2...@exchmbs01.isad.isadroot.ex.ac.uk>,
> "Wellaway, Ian"  wrote:
>> Hi,
>> 
>> Our DSpace installation runs the stats scripts daily and produces a complete 
> 
>> stats summary and monthly summaries. However, i can only access the complete 
> 
>> summary on line with the following URL:
>> 
>> https://eric.exeter.ac.uk/repository/statistics 
>> 
>> Is there a URL for the monthly stats? Something like 
>> https://eric.exeter.ac.uk/repository/reports (this doesn't work).
>> 
>> We are running DSpace 1.6.2 and XMLUI.
>> 
>> If there isn't one, should we use SOLR?
>> 
>> Thanks
>> 
>> Ian
>> 
>> 
>> 
>> Ian Wellaway
>> Senior System Support & Development Officer
>> Academic Systems
>> Exeter IT
>> 
>> Room 909, Laver Building
>> University of Exeter
>> EX4 4QE
>> UK
>> 
>> tel +44 1392 722852
> 
> 
> --
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
> user administration capabilities and model configuration. Take 
> the hassle out of deploying and managing Subversion and the 
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Why does DSpace use XSLT 1.0?

2011-08-17 Thread helix84
Hello,

I'm currently doing some customizations in XMLUI and on every step I
find myself using XSLT 1.0 workarounds while it would be much easier
to use XSLT 2.0. I want to ask why DSpace (or Cocoon or whatever
component) still uses XSLT 1.0?

I tried to detect if I can just change the stylesheet to
version="2.0", but it doesn't seem to work. I tried to detect
supported XSLT version with this XSLT fragment:
http://www.oxygenxml.com/archives/xsl-list/200710/msg2.html
and it seems DSpace uses xalan-j. But the XMLUI error messages
sometimes output "org.xml.sax.SAXParseException" and sometimes
"javax.xml.transform.TransformerException" (here it mentions xalan in
the stacktrace). So which parser does DSpace use, Xalan (which seems
to only support XSLT 1.0) or Saxon (which supports XSLT 2.0)? Or does
it use Xalan only for XPath? I'm not really at home in this, so please
explain.

Regards,
~~helix84

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace statistics - monthly reports

2011-08-17 Thread Wellaway, Ian
Thanks for your reply Brian.

The monthly reports are being created and are all there in the reports 
directory. But I don't get the links to them on the statistics page. I can ftp 
them down from the server, but my staff users who really want the stats can't 
do this.

Any ideas?

If you could tell me the URL format to get to a monthly report that would be 
great...something like: 

https://eric.exeter.ac.uk/repository/statistics/report-2011-8.html

Thanks

Ian



Ian Wellaway
Senior System Support & Development Officer
Academic Systems
Exeter IT

Room 909, Laver Building
University of Exeter
EX4 4QE
UK

tel +44 1392 722852

-Original Message-
From: Brian Freels-Stendel [mailto:bfre...@unm.edu] 
Sent: 16 August 2011 15:52
To: Wellaway, Ian; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace statistics - monthly reports

Hi Ian,

When you're on the main stats page 
(https://eric.exeter.ac.uk/repository/statistics) there will be links to all of 
the monthly reports at the bottom of the left-hand nav menu.  The current month 
should be listed, as well as each month for which stats were generated.

If you're not seeing this list, my best guess is that the monthly report 
generator isn't getting run.  

You can check in [dspace]/reports to see if the various monthly and general 
files are there.  Also, in [dspace]/log, there should be 
dspace-log-general-[date].dat and dspace-log-montly-[date].dat files (which are 
used to general the reports.)  

B--

>>> On 8/16/2011 at 5:04 AM, in message
<2c49444a4bac8942893be52c1dfbfb6a64c2dd2...@exchmbs01.isad.isadroot.ex.ac.uk>,
"Wellaway, Ian"  wrote:
> Hi,
> 
> Our DSpace installation runs the stats scripts daily and produces a complete 
> stats summary and monthly summaries. However, i can only access the complete 
> summary on line with the following URL:
> 
> https://eric.exeter.ac.uk/repository/statistics 
> 
> Is there a URL for the monthly stats? Something like 
> https://eric.exeter.ac.uk/repository/reports (this doesn't work).
> 
> We are running DSpace 1.6.2 and XMLUI.
> 
> If there isn't one, should we use SOLR?
> 
> Thanks
> 
> Ian
> 
> 
> 
> Ian Wellaway
> Senior System Support & Development Officer
> Academic Systems
> Exeter IT
> 
> Room 909, Laver Building
> University of Exeter
> EX4 4QE
> UK
> 
> tel +44 1392 722852


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace API

2011-08-17 Thread Sheppard, Nick
Thanks Robin

I was hoping to query DSpace directly rather than harvest by OAI-PMH...thanks 
for info on the REST API.

Nick


-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk]
Sent: 17 August 2011 09:36
To: Sheppard, Nick
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace API

Hi Nick,

If you want to harvest items, with full text, from multiple repositories
then you might want to take a look at OAI-ORE. I know that one of the
Texas universities does exactly that. Unfortunately this functionality
wasn't released with DSpace until 1.6 but it may be that you could
backport it.

With regards to the DSpace REST API - the code continues to be worked on
and for that reason will not be released with 1.8, however it will be
packaged in a way that will make it more easily downloadable and
integrated into DSpace.

Cheers, Robin.


On Tue, 2011-08-16 at 12:05 +0100, Sheppard, Nick wrote:
> Dear list
>
>
>
> Hello - I am new both to the list and to DSpace (I don’t even have my
> own installation!) However, I am working on a project -
> http://acerep.wordpress.com/ - looking at selective deposit (using
> SWORD) into multiple repositories and/or OAI-PMH harvest from those
> repositories into Jorum (DSpace) and retrieval from Jorum hopefully
> using the DSpace API.
>
>
>
> As those on the list may be aware Jorum has recently moved from the
> joint administration of Edina and Mimas to being run solely from Mimas
> and also working more closely with the NDLR in Ireland -
> http://www.ndlr.ie/ - ultimately, I think, with the view of sharing a
> common code-base.
>
>
>
> Jorum is currently running on (a significantly modified) version of
> 1.5.2 and did some work to develop an API -
> http://www.jorum.ac.uk/help/guides/jorum-api whereas the NDLR is
> running on v.1.6.2 (I think!) which does apparently have a browse API
> - http://www.dspace.org/1_6_2Documentation/ch13.html#N181A3 – I am not
> a developer and really just trying to do some ground-work that I can
> pass over to our technical team...is there enough information here for
> them to retrieve data from an installation of v.1.6.2 (that we don’t
> have direct access to) or can anyone point me to additional
> documentation?
>
>
>
> I’m also interested in the DSpace REST API (still in development?) -
> https://wiki.duraspace.org/display/DSPACE/REST+API – is this more
> appropriate to what we are hoping to achieve and will it only be
> compatible with v.1.8 rather than earlier versions of DSpace? (current
> version 1.7.2 ?)
>
>
>
> Any advice greatly appreciated!
>
>
>
>
>
> Nick Sheppard
>
> Repository Developer
>
> The Headingley Library
>
> James Graham Building
>
> Leeds Metropolitan University
>
> Beckett Park
>
> Leeds
>
> LS6 3QS
>
> Tel: 0113 812 4731
>
> email: n.e.shepp...@leedsmet.ac.uk
>
> blog: http://repositorynews.wordpress.com/
>
>
>
> Technical Officer - UK Council of research Repositories (UKCoRR)
> -http://www.ukcorr.org/
>
>
>
>
>
>
> To view the terms under which this email is distributed, please go to
>   http://disclaimer.leedsmet.ac.uk/email.htm
>




To view the terms under which this email is distributed, please go to 
http://disclaimer.leedsmet.ac.uk/email.htm
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace API

2011-08-17 Thread Robin Taylor
Hi Nick,

If you want to harvest items, with full text, from multiple repositories
then you might want to take a look at OAI-ORE. I know that one of the
Texas universities does exactly that. Unfortunately this functionality
wasn't released with DSpace until 1.6 but it may be that you could
backport it.

With regards to the DSpace REST API - the code continues to be worked on
and for that reason will not be released with 1.8, however it will be
packaged in a way that will make it more easily downloadable and
integrated into DSpace. 

Cheers, Robin.  


On Tue, 2011-08-16 at 12:05 +0100, Sheppard, Nick wrote:
> Dear list
> 
>  
> 
> Hello - I am new both to the list and to DSpace (I don’t even have my
> own installation!) However, I am working on a project -
> http://acerep.wordpress.com/ - looking at selective deposit (using
> SWORD) into multiple repositories and/or OAI-PMH harvest from those
> repositories into Jorum (DSpace) and retrieval from Jorum hopefully
> using the DSpace API. 
> 
>  
> 
> As those on the list may be aware Jorum has recently moved from the
> joint administration of Edina and Mimas to being run solely from Mimas
> and also working more closely with the NDLR in Ireland -
> http://www.ndlr.ie/ - ultimately, I think, with the view of sharing a
> common code-base. 
> 
>  
> 
> Jorum is currently running on (a significantly modified) version of
> 1.5.2 and did some work to develop an API -
> http://www.jorum.ac.uk/help/guides/jorum-api whereas the NDLR is
> running on v.1.6.2 (I think!) which does apparently have a browse API
> - http://www.dspace.org/1_6_2Documentation/ch13.html#N181A3 – I am not
> a developer and really just trying to do some ground-work that I can
> pass over to our technical team...is there enough information here for
> them to retrieve data from an installation of v.1.6.2 (that we don’t
> have direct access to) or can anyone point me to additional
> documentation?
> 
>  
> 
> I’m also interested in the DSpace REST API (still in development?) -
> https://wiki.duraspace.org/display/DSPACE/REST+API – is this more
> appropriate to what we are hoping to achieve and will it only be
> compatible with v.1.8 rather than earlier versions of DSpace? (current
> version 1.7.2 ?)
> 
>  
> 
> Any advice greatly appreciated!
> 
>  
> 
>  
> 
> Nick Sheppard
> 
> Repository Developer
> 
> The Headingley Library
> 
> James Graham Building
> 
> Leeds Metropolitan University
> 
> Beckett Park
> 
> Leeds
> 
> LS6 3QS
> 
> Tel: 0113 812 4731
> 
> email: n.e.shepp...@leedsmet.ac.uk
> 
> blog: http://repositorynews.wordpress.com/
> 
>  
> 
> Technical Officer - UK Council of research Repositories (UKCoRR)
> -http://www.ukcorr.org/
> 
>  
> 
> 
> 
> 
> To view the terms under which this email is distributed, please go to
>   http://disclaimer.leedsmet.ac.uk/email.htm
> 



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech