Re: [Dspace-tech] Authorization of DSpace items...

2015-01-21 Thread Terry Brady
In XMLUI, there is a tool that will let you apply bulk changes to permissions. Administrative -> Authorizations -> Advanced Authorizations Tool I have only used it a couple of times, but it was very handy when I used it. On Wed, Jan 21, 2015 at 7:41 AM, Layale Bassil wrote: > Hello All, > > >

Re: [Dspace-tech] problem with google docs viewer

2015-01-21 Thread Alyssa Gono
Hi Peter, can u please a piece of xsl code that generate the real file name. Really need it badly...Thanks. - "Quitters Never Win, Winners Never Quit" -- View this message in context: http://dspace.2283337.n4.nabble.com/problem-with-google-docs-viewer-tp3567485p4676305.html Sent from the DS

Re: [Dspace-tech] Google Docs Viewer

2015-01-21 Thread Alyssa Gono
Hi Helix, how to make DSpace publicly accessible? - "Quitters Never Win, Winners Never Quit" -- View this message in context: http://dspace.2283337.n4.nabble.com/Google-Docs-Viewer-tp4662302p4676304.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

Re: [Dspace-tech] jruby dscriptor

2015-01-21 Thread Brown, Jacob
Hi Monika, Thanks! Yes, this is an issue because IRB has a `context` method. I've aliased my method to `dspace_context` as well, so if you are using the mixins in IRB, you should use `dspace_context`. The mixins are rather sparse at the moment, so if they continue to give you problems you coul

Re: [Dspace-tech] Dspace 3.2 Swordv2 Encoding issues

2015-01-21 Thread Alcides Carlos de Moraes Neto
Probably this change resolved the issue: https://github.com/DSpace/DSpace/commit/cdba10a28e763805142c3a50a06b518b6e5bc5ef It didn't make the 3.0 branch however. 2015-01-21 19:50 GMT-02:00 Alcides Carlos de Moraes Neto < alcides.n...@gmail.com>: > I have tested http://demo.dspace.org/swordv2/serv

Re: [Dspace-tech] Dspace 3.2 Swordv2 Encoding issues

2015-01-21 Thread Alcides Carlos de Moraes Neto
I have tested http://demo.dspace.org/swordv2/servicedocument with wget -S and it returns UTF-8 as expected: Content-Type: application/atomserv+xml;charset=UTF-8 So it is either my install that is misconfigured or dspace 3.2 has a bug. Which is it? I have not found anything to do with sword encodi

Re: [Dspace-tech] jruby dscriptor

2015-01-21 Thread Monika C. Mevenkamp
Hi Jacob I think this is very cool I figured out how to run a little program via bundle exec jruby counts.rb but I can’t get an interactive thing going > jirb -I lib or > bundle exec jirb leads to a complaint about cannot convert instance of class org.jruby.RubyObject to class org.dspace.c

[Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-21 Thread Carlos Walter Blandon Alvarez
Hi everybody. I try to upgrade Dspace 5. I Install prerequisites for OSX / Linux (https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2) Then I execute the next command to build Dspace: "mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false" But it gives me the next

Re: [Dspace-tech] Submission class not being added to dspace-api-4.2.jar

2015-01-21 Thread Tim Au Yeung
I posted too soon — the problem is resolved. Thanks! From: Tim Au Yeung mailto:y...@ucalgary.ca>> Date: Wed, 21 Jan 2015 10:23:41 -0700 To: Andrea Schweer mailto:schw...@waikato.ac.nz>>, mailto:dspace-tech@lists.sourceforge.net>> Subject: Re: [Dspace-tech] Submission class not being added to dsp

Re: [Dspace-tech] Submission class not being added to dspace-api-4.2.jar

2015-01-21 Thread Tim Au Yeung
Thanks — the class is now showing up but I’m still getting a class not found error. I decided to back up, duplicate the sample step and rename it to my desired class/page. When I run it with the sample step, it works but with the new class name it doesn’t — the new class is being included in the

Re: [Dspace-tech] Authorization of DSpace items...

2015-01-21 Thread Brown, Jacob
Hi Layale, I don't think there are really any built-in batch processes for working with bitstream permissions. I've mentioned this before, and I don't want to spam the list with it too much, but I'm working on a tool that helps set up a scripting environment for DSpace using the JRuby programm

[Dspace-tech] Authorization of DSpace items...

2015-01-21 Thread Layale Bassil
Hello All, As far as I know, authorizations in DSpace are usually set for a community, or collection, or even at the item level. If we setup the authorization for a collection, then we load data, all items inherit that setup before loading, and we cannot globally change the authorization for t

[Dspace-tech] Registering new user in local DB fails

2015-01-21 Thread Oliver Goldschmidt
Hi all, I have a problem registering new users in the local DSpace DB. I'm using DSpace 4.2 and as authentication modules I have enabled PasswordAuthentication, LDAPAuthentication and IPAuthentication. All of them are working fine when it comes to authorization, but when I try to register a new us