On Mar 24, 2014 11:17 AM, dspace-tech-requ...@lists.sourceforge.net wrote:
>
> Send DSpace-tech mailing list submissions to 
> dspace-tech@lists.sourceforge.net 
>
> To subscribe or unsubscribe via the World Wide Web, visit 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech 
> or, via email, send a message with subject or body 'help' to 
> dspace-tech-requ...@lists.sourceforge.net 
>
> You can reach the person managing the list at 
> dspace-tech-ow...@lists.sourceforge.net 
>
> When replying, please edit your Subject line so it is more specific 
> than "Re: Contents of DSpace-tech digest..." 
>
>
> Today's Topics: 
>
>    1. Spring and EventService (Christian Scheible) 
>    2. Assetstore or PDF's not visible on collection view (dspace 
>       4.1) (Lewatle Phaladi) 
>    3. Re: Linking from DSpace Object to External URL 
>       (Monika C. Mevenkamp) 
>    4. Re: Exporting Bags (Richard Rodgers) 
>
>
> ---------------------------------------------------------------------- 
>
> Message: 1 
> Date: Mon, 24 Mar 2014 12:23:00 +0100 
> From: Christian Scheible <christian.schei...@uni-konstanz.de> 
> Subject: [Dspace-tech] Spring and EventService 
> To: dspace-tech <dspace-tech@lists.sourceforge.net> 
> Message-ID: <53301594.2000...@uni-konstanz.de> 
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 
>
> Hi together, 
>
> I would like to write and register my own listener. I extended 
> AbstractUsageEventListener and now I'm searching for the correct spring 
> file to add my listener configuration (from DSpace docu 
> https://wiki.duraspace.org/display/DSPACE/DSpace+Services+Framework 
> Configuring Event Liseners): 
> <?xml version="1.0" encoding="UTF-8"?> 
> <beans> 
>
>      <bean id="dspace" class="org.dspace.utils.DSpace"/> 
>
>      <bean id="dspace.eventService" 
>            factory-bean="dspace" 
>            factory-method="getEventService"/> 
>
>      <bean class="org.my.EventListener"> 
>           <property name="eventService" > 
>              <ref bean="dspace.eventService"/> 
>          </property> 
>      </bean> 
> </beans> 
>
> I tried creating a new addon-service.xml file in 
> additions/src/main/resources/spring (result was exception DSpace Kernal 
> can not be null) and applicationContext.xml from xmlui (no error but the 
> listener is not registered). 
>
> What is the correct place to add my listener configuration? 
>
> Thanks 
> Christian 
>
>
>
> ------------------------------ 
>
> Message: 2 
> Date: Mon, 24 Mar 2014 12:39:25 +0000 
> From: Lewatle Phaladi <lewatle.phal...@wits.ac.za> 
> Subject: [Dspace-tech] Assetstore or PDF's not visible on collection 
> view (dspace 4.1) 
> To: "dspace-tech@lists.sourceforge.net" 
> <dspace-tech@lists.sourceforge.net> 
> Message-ID: 
> <e4e3e2d709a8ff47ad97f4f9ce681b852ce70...@elpis.ds.wits.ac.za> 
> Content-Type: text/plain; charset="us-ascii" 
>
> Dear DSpace Team, 
>
> I have upgraded from dspace 3.2 to 4.1 
> https://wiki.duraspace.org/display/DSDOC4x/Upgrading+From+3.x+to+4.x I have 
> also done step 6 b updating database schema with the following results : 
>
> psql --user xxxxxx -h 101.121.1.13 -f 
> /dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql
>  dspace_dev 
> Password for user dspace_devadm: 
> CREATE SEQUENCE 
> psql:/dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql:37:
>  NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "doi_pkey" 
> for table "doi" 
> psql:/dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql:37:
>  NOTICE:  CREATE TABLE / UNIQUE will create implicit index "doi_doi_key" for 
> table "doi" 
> CREATE TABLE 
> CREATE INDEX 
> CREATE INDEX 
> CREATE SEQUENCE 
> psql:/dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql:57:
>  NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "webapp_pkey" 
> for table "webapp" 
> CREATE TABLE 
> CREATE SEQUENCE 
> psql:/dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql:81:
>  NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
> "requestitem_pkey" for table "requestitem" 
> psql:/dspace/src/dspace-4.1-src-release/dspace/etc/postgres/database_schema_3-4.sql:81:
>  NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
> "requestitem_token_key" for table "requestitem" 
> CREATE TABLE 
> UPDATE 218 
> UPDATE 218 
> DELETE 78 
> DELETE 49 
>
> When I open a collection it opens without pdf or any file only metadata is 
> previewed no items is visible, for one to click and open document, 
> In dspace.cfg assetstore is pointing to correct path that has items but are 
> not visible on upgraded dspace web interface, please feel free to ask any 
> question if anything is not clear etc. 
>
>
> Regards, 
> Lewatle 
>
>
>
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0" 
> style="width:100%;"> 
> <tr> 
> <td align="left" style="text-align:justify;"><font face="arial,sans-serif" 
> size="1" color="#999999"><span style="font-size:11px;">This communication is 
> intended for the addressee only. It is confidential. If you have received 
> this communication in error, please notify us immediately and destroy the 
> original message. You may not copy or disseminate this communication without 
> the permission of the University. Only authorised signatories are competent 
> to enter into agreements on behalf of the University and recipients are thus 
> advised that the content of this message may not be legally binding on the 
> University and may contain the personal views and opinions of the author, 
> which are not necessarily the views and opinions of The University of the 
> Witwatersrand, Johannesburg. All agreements between the University and 
> outsiders are subject to South African Law unless the University agrees in 
> writing to the contrary. </span></font></td> 
> </tr> 
> </table> 
> -------------- next part -------------- 
> An HTML attachment was scrubbed... 
>
> ------------------------------ 
>
> Message: 3 
> Date: Mon, 24 Mar 2014 15:02:38 +0000 
> From: "Monika C. Mevenkamp" <moni...@princeton.edu> 
> Subject: Re: [Dspace-tech] Linking from DSpace Object to External URL 
> To: "dspace-tech@lists.sourceforge.net" 
> <dspace-tech@lists.sourceforge.net> 
> Message-ID: 
> <3b4ea312-866c-4c26-b882-f3b1552cd...@exchange.princeton.edu> 
> Content-Type: text/plain; charset="windows-1252" 
>
> Stacy 
>
> It sounds like you have the url to the Dakota URL already stored as metadata 
> on your DSPACE instance 
> and you have your item pages setup to show the url - ready for cut-and-paste, 
> all you want is turn the url 
> into a link 
>
> You could write a javascript function itemDisplayDoctor and add it to 
> dspace-jspui//src/main/webapp/utils.js 
> that ?doctors? the ?itemDisplayTable? DOM  such that it turns the Dakota  URL 
> into an actual link 
>
> and then do 
> window.onload = itemDisplayDoctor(); 
>
> Monika 
>
> ________________ 
> Monika Mevenkamp 
> phone: 609-258-4161 
> Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, 
> NJ 08544 
>
>
> On Mar 21, 2014, at 5:25 PM, Pennington_Stacy 
> <penning...@rhodes.edu<mailto:penning...@rhodes.edu>> wrote: 
>
> Last week, I updated our DSpace from 1.8.2 to 4.1 without many (any?) issues. 
> Kudos to everyone on this list that worked on the DSpace 4.x releases, 
> whether as a developer, contributor, tester, or whatever. Your efforts are 
> appreciated! 
>
> I'm wondering how to do something that seems pretty simple and can't find any 
> leads in the DSpace docs or wiki on how to do it. I would like to provide a 
> hyperlink from a DSpace object's page (we are using JSPUI) to an external 
> location to showcase that object's bitstream using technology not associated 
> with DSpace. 
>
> For example, I've got high-resolution images saved as objects in DSpace, so 
> that the lossless TIFF (huge) and lossy JPEG (much smaller) are available in 
> DSpace, complete with lovely DC metadata. I've now got a Djatoka server 
> running with OpenSeaDragon as a viewer, and many of these large images can be 
> viewed on the external Djatoka server using a custom URL for that image. I 
> want to link to that external URL from within the DSpace JSPUI object page in 
> the simplest way possible, without modifying DSpace code. Is this possible? 
>
> I know that this may be bad form for a repository, but I'm not interested in 
> modifying the JSPUI template pages to load the Javascript viewer on the page 
> or anything like that. I'm willing to store the URL to the zoomable viewer in 
> the object's metadata, which of course I can do now in DC but it doesn't 
> create a hyperlink; the user needs to copy/paste the URL to get to the 
> zoomable viewer. I just need a simple link from the object page, and if that 
> link stops working in the future, that's OK. I can remove it at that time. 
> The bitstreams are the most important thing, but the user would get the most 
> use out of the simple, zoomable, external URL. 
>
> Does anyone have any advice for me? Again, I'm interested in the simplest, 
> easiest way to do this link, one with the least number of changes to the 
> DSpace source code. 
>
> Thanks in advance for any ideas! 
>
> -- 
> Stacy Pennington 
> Information Technology Services 
> Rhodes College 
> 901-843-3968 
>
>
>
> ------------------------------------------------------------------------------
>  
> Learn Graph Databases - Download FREE O'Reilly Book 
> "Graph Databases" is the definitive new guide to graph databases and their 
> applications. Written by three acclaimed leaders in the field, 
> this first edition is now available. Download your free book today! 
> http://p.sf.net/sfu/13534_NeoTech 
> _______________________________________________ 
> DSpace-tech mailing list 
> DSpace-tech@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech 
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>
> -------------- next part -------------- 
> An HTML attachment was scrubbed... 
>
> ------------------------------ 
>
> Message: 4 
> Date: Mon, 24 Mar 2014 15:17:18 +0000 
> From: Richard Rodgers <rrodg...@mit.edu> 
> Subject: Re: [Dspace-tech] Exporting Bags 
> To: Nathan Tallman <ntall...@gmail.com> 
> Cc: "<dspace-tech@lists.sourceforge.net>" 
> <dspace-tech@lists.sourceforge.net> 
> Message-ID: <e427dcd1-ef8d-4734-89d3-2e874773d...@mit.edu> 
> Content-Type: text/plain; charset="iso-8859-1" 
>
> Hi Nathan: 
>
> Not sure I have one lying around, but the bag contents are pretty simple: 
>
> All bags have a payload file 'object.properties' that contains the object 
> type (Item, collection, community), 
> the handle, and the parent handle. They also have a payload file called 
> 'metadata.xml' that has whatever metadata the object has: 
> (for communities, that would be the name, short description, copyright text, 
> etc, for items, it would be the DC (or other) metadata). 
>
> For items, under the 'data' directory in the bag are subdirectories for each 
> DSpace bundle (name = bundle name), 
> In these, there is a pair or files for each bitstream: the bitstream itself  
> (named by sequence number) and the bitstream metadata file. 
> Thus, for 2 bitstreams, directory contents would be: 
>
> 1 
> 1-metadata.xml 
> 2 
> 2-metdata.xml 
>
>
> I think the big question is what the preservation repository requires (beyond 
> bagit formatted packages). It could expect specifics, or not. 
>
> Hope this helps, 
>
> Richard R 
>
> On Mar 22, 2014, at 3:19 PM, Nathan Tallman wrote: 
>
> We're running DSpace 1.8x and need to export collections as bags (per the 
> Bagit spec) to ingest into a preservation repository. From reading the 
> Replication Task Suite documentation, this should be possible. However, 
> before we install and configure RTS, I'd really like to see an example output 
> bag. Would anyone be willing to share? 
>
> Other options to get content into a bag is to export as SAF or AIP and use 
> scripts to convert into bags. If anyone has done this before, I would very 
> much appreciate learning more about your workflow. 
>
> Many thanks, 
> Nathan 
>
> -- 
> Nathan Tallman 
> Digital Content Strategist 
>
> University of Cincinnati Libraries 
> PO Box 210033 
> Cincinnati, Ohio 45221-0033 
>
> (513) 556-5740 
> nathan.tall...@uc.edu<mailto:nathan.tall...@uc.edu> 
> http://digitalprojects.libraries.uc.edu/ 
> ------------------------------------------------------------------------------
>  
> Learn Graph Databases - Download FREE O'Reilly Book 
> "Graph Databases" is the definitive new guide to graph databases and their 
> applications. Written by three acclaimed leaders in the field, 
> this first edition is now available. Download your free book today! 
> http://p.sf.net/sfu/13534_NeoTech_______________________________________________
>  
> DSpace-tech mailing list 
> DSpace-tech@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech 
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>
> -------------- next part -------------- 
> An HTML attachment was scrubbed... 
>
> ------------------------------ 
>
> ------------------------------------------------------------------------------
>  
> Learn Graph Databases - Download FREE O'Reilly Book 
> "Graph Databases" is the definitive new guide to graph databases and their 
> applications. Written by three acclaimed leaders in the field, 
> this first edition is now available. Download your free book today! 
> http://p.sf.net/sfu/13534_NeoTech 
>
> ------------------------------ 
>
> _______________________________________________ 
> DSpace-tech mailing list 
> DSpace-tech@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech 
>
>
> End of DSpace-tech Digest, Vol 95, Issue 70 
> ******************************************* 
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to