[Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Iola Hagen [ioh]
While trying to build the 1.7 package I got a build failed error, this looked to be connected to the Solr Stats and once I commented out the following code from the pom.xml the build completed successfully. !-- Builds DSpace Solr Stats for DSpace -- !-- profile

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Kim Shepherd
Hi Iola, Could you please reply with the maven error you encountered when trying to build with stats? This will help us figure out what might be going wrong. Cheers! Kim On 24 March 2011 21:45, Iola Hagen [ioh] i...@aber.ac.uk wrote: While trying to build the 1.7 package I got a build

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread helix84
This message points out where the error is: /storage/repos/dspace17/dspace-1.7.0-src-release/dspace-stats/src/main/java/org/dspace/statistics/util/LocationUtils.java:[26,13] unmappable character for encoding ASCII The problematic string is Åland Islands. I guess the encoding of this file broke

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Kim Shepherd
Hi Iola, The problem seems to be related to character encoding: /storage/repos/dspace17/dspace-1.7.0-src-release/dspace-stats/src/main/java/org/dspace/statistics/util/LocationUtils.java:[26,13] unmappable character for encoding ASCII There are country names like Åland Islands that will cause

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Iola Hagen [ioh]
Hi thanks for the help I am running Gentoo linux which has a platform encoding of ANSI_X3.4-1968 I will try and change it to UTF-8 From: Kim Shepherd [mailto:kim.sheph...@gmail.com] Sent: 24 March 2011 10:33 AM To: Iola Hagen [ioh] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech]

[Dspace-tech] Problem with suggest option for authority control on newest version of Firefox, Chrome and Explorer

2011-03-24 Thread Marc GOOVAERTS
Hi,   We are using the suggest option for authority control in our test environment for JSP, specifically for a journal list and term list. It worked well until we tested it with Firefox 4. It seems then that we had the same problem with the latest version of Explorer and Chrome.   When

Re: [Dspace-tech] 1.7.0 jspui failed

2011-03-24 Thread liss RR
Hi I send you the screenshots thank you From: b...@mire.be Date: Fri, 18 Mar 2011 18:19:44 +0100 Subject: Re: [Dspace-tech] 1.7.0 jspui failed To: liss...@hotmail.com I'm sorry, I have a hard time to understand your problem exactly. The bitstreams are not showing in the edit item view?

[Dspace-tech] Disable Register link in XMLUI

2011-03-24 Thread Tzoc Caniz, Elias
Hello DSpacers, Using XMLUI and DSpace 1.6, in the “ds-options” sidebar, the My Account div includes two links by default: a) Login and b) Register. I’d like to disable the Register link –removing or commenting the HTML code will work too, but I cannot find the file where that’s generated ...

Re: [Dspace-tech] Disable Register link in XMLUI

2011-03-24 Thread helix84
On Thu, Mar 24, 2011 at 16:59, Tzoc Caniz, Elias tz...@muohio.edu wrote: Using XMLUI and DSpace 1.6, in the “ds-options” sidebar, the My Account div includes two links by default: a) Login and b) Register. I’d like to disable the Register link –removing or commenting the HTML code will work

[Dspace-tech] Expansible menus on DSpace 1.7

2011-03-24 Thread André
Could anyone who had success implementing expansible menus on DSpace share more detailed knowledge? I'm trying to follow this guide, but apparently I can't implement correctly the .JS and the .CSS

Re: [Dspace-tech] SRW Dspace 1.7 Cannot get a connection pool(resultSetTTL)

2011-03-24 Thread Kocisky
Ralph, sorry i've been outside the while for a bit ! yes, the query returns the correct items from the dspace instance until you get the 404. I've tried also with resultSetTTL=0... i think you can easily replicate the same scenario, we dont have any customizations, just dspace 1.7 and SRW. this

Re: [Dspace-tech] SRW Dspace 1.7 Cannot get a connection pool(resultSetTTL)

2011-03-24 Thread Kocisky
Ralph, the problem reported in my last email was generated by this URL:

Re: [Dspace-tech] Expansible menus on DSpace 1.7

2011-03-24 Thread Peter Dietz
Hi Andre, We've implemented our menus ourselves differently, you might be able to reverse-engineer it. We made use of a collapsible checkbox tree jquery plugin, which we then customized. https://kb.osu.edu/dspace/community-list Peter Dietz On Thu, Mar 24, 2011 at 1:05 PM, André

Re: [Dspace-tech] SRW Dspace 1.7 Cannot get a connection pool(resultSetTTL)

2011-03-24 Thread LeVan,Ralph
With the resultSetTTL set to zero, how many requests can you make before you get an error? How long do you have to wait until you can continue searching? Everyone else using the SRW interface has the same issues and you're the first to report a problem. You might try increasing the size of

Re: [Dspace-tech] display bitstreams in an iframe

2011-03-24 Thread Peter Dietz
Hi Michael, Certain modern browsers can be have files embeded into the page. http://blogs.adobe.com/pdfdevjunkie/2007/08/using_the_html_embed_tag_to_di.html You can also look at using Google Docs Viewer https://wiki.duraspace.org/display/DSPACE/Document+Preview+with+Google+Docs+viewer There is

[Dspace-tech] item dispaly on Mirage

2011-03-24 Thread Webshet, Sisay (ILRI)
Hello everybody, I want customize a new metadata item display on mirage(dspace 1.7) I tried adding some code for the default dspace fields like citation publisher inside item-view.xsl.it works fine. However when I tried for a new fields of my own it doesn't work.Is there some other place should I