Re: [sword-app-tech] removing item from DSpace collection using sword

2011-12-29 Thread Richard Jones
Hi Pavel, By default the DSpace implementation does not allow deletes of items which are already archived. As Stuart says, you could add a workflow to the collection which would allow things to be removed as long as they are still in the workspace or workflow. The alternative is, if you plan to

Re: [sword-app-tech] removing item from DSpace collection using sword

2011-12-29 Thread Pavel Mika
Hello Richard, That was the exact problem, based on your input I have altered the java source file for the workflow (added extra one based on default and changed swordv2.conf), recompiled the dspace modules, mvn package, ant update_webapps, copied and now it works like a charm, thanks a lot P

Re: [sword-app-tech] SwordAppV2 client with METS metadata descriptor

2011-12-29 Thread Pavel Mika
Hello Stuart, I have altered the config file for swordv2 like you have described, it was giving different errors/notices in the dspace, but thanks to your sample short testing php file, I have used it on my own zipped package, to realize its ingesting the metadata properly (maybe the config ch