[Dspace-tech] Bypass The Upload File Step

2010-05-26 Thread RENTON Scott
Hi folks I am working on a collection which is quite abstract- it's basically a 'collection of collections'. In some cases, the record is all metadata and doesn't specifically have a file to upload with it. Is it possible to bypass this step, and if so, how? Cheers Scott -- The University of

Re: [Dspace-tech] Bypass The Upload File Step

2010-05-26 Thread Claudia Juergen
Hello Scott, this is configurable via the dspace.cfg, see: # Whether or not we REQUIRE that a file be uploaded # during the 'Upload' step in the submission process # Defaults to true; If set to 'false', submitter has option to skip upload #webui.submit.upload.required = true set

Re: [Dspace-tech] Email Setup Difficulties

2010-05-26 Thread bryce ray
I'm still having a problem with this. I've gone ahead and purchased and configured SSL to work on the server. I've made sure that the ssl certs are in the java key store. The ssl and mail server work perfectly with the rest of the applications (all of which run on the same server but under

[Dspace-tech] Handle error: unknown opCode in request

2010-05-26 Thread Jason Stirnaman
Our Handle resolutions have been extremely slow lately and in the logs I'm continually getting the following error: 75 class net.handle.server.HdlTcpRequestHandler: Exception processing request: HandleException (INTERNAL_ERROR) Unknown opCode in request: 0 I haven't seen many mentions of this

Re: [Dspace-tech] How to show the user, that there are embargo on an item.

2010-05-26 Thread Kim Shepherd
Hi Tonny, I've extended the UI on some of my local sites to show embargo status (to admins) prominently at the top of item record pages.. you could probably use org.dspace.embargo.EmbargoManager.getEmbargoDate(context, item) and check for a non-null result, but ultimately the best way is