Dear DSpace developers, It seems that the SWORD 2.0 interface of demo.dspace.org is broken.
According to the SWORD protocol, the following curl command should be sufficient to create a (very simple) deposition on the instance: curl -u [email protected]:dspace http://demo.dspace.org/swordv2/collection/10673/2 -X POST -d @article.pdf -H "Content-Disposition: attachment; filename=article.pdf" (where article.pdf is some PDF file in the current working directory). This command triggers an HTTP 500 error: java.lang.NoSuchMethodError: com.hp.hpl.jena.rdf.model.impl.RDFWriterFImpl.setBaseWriterClassName(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; This is a relatively simple bug to spot - I wonder whether it would make sense to run a few unit tests like this one against the demo instance. Travis is free for open source projects and now allows builds to be run periodically. Best regards, Antonin Delpeuch -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
