Re: [Dspace-tech] Display message/names in XMLUI

2014-11-24 Thread euler
Hello Admire, You can add your custom messages in messages.xml in [dspace]/webapps/xmlui/i18n directory. Regarding about the tutorial on Manakin interface, you can try the How To Guide in https://wiki.duraspace.org/display/DSPACE/XMLUI+How+To+Guides

Re: [Dspace-tech] Dspace 3.0 Installation Problem

2014-11-24 Thread Ajit Bambaras
I'm waiting for your reply. -- Thanks Regards Ajit Bambaras Email: aji...@gmail.com On Mon, Nov 24, 2014 at 10:07 AM, Ajit Bambaras aji...@gmail.com wrote: Hi, I'm getting the following error when trying to install Dspace. Failed to execute goal

[Dspace-tech] xsl question

2014-11-24 Thread Lars Möller
Hi, i have a problem providing in the DSpace OAI-PMH Data Provider a file name. i want to use the first bitstream and catch the data with: xsl:if test=count(doc:metadata/doc:element[@name='bundles']/doc:element/doc:field[text()='ORIGINAL']) gt; 0 xsl:for-each

Re: [Dspace-tech] xsl question

2014-11-24 Thread helix84
Hi Lars, it sounds like this bug: https://jira.duraspace.org/browse/DS-1537 It's fixed in DSpace 3.2 and DSpace 4, so try upgrading or applying the patch. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to debug command importer

2014-11-24 Thread Stefano Bargioni
Try the -t or --test option: Test run‚ do not actually import items. HTH. Stefano On 24/nov/2014, at 08:49, P.Hadadan (NW) p.hada...@notionwave.com wrote: Dear All, Please notify me, How to debug command importer? I want add items to a collection from a directory. Base on wiki instruction

Re: [Dspace-tech] Help with Latin Languages

2014-11-24 Thread siriom siriom
Greetings . Hope everyones having a good monday :) Petya Im running Dspace 4.2 , im not sure on which version of Solr is running on it since I cant access it via localhost:8080/solr/search. It says something like 403 access denied even though im accessing from localhost which is odd . Do i

[Dspace-tech] Extending Solr - custom field

2014-11-24 Thread Dominik Szalai
Hello everyone, we have a research group that deals with searching in MathML documents and we have created search application that is build upon Lucene. We would like to take functionality we already have and implement it into new DSpace5. These are the step we've made so far : 1. put required

Re: [Dspace-tech] Multiple instances of Dspace 4.x in one Tomcat 7

2014-11-24 Thread Mark H. Wood
On Fri, Nov 21, 2014 at 10:27:10AM -0800, Pablo Courault wrote: I was tried to mount two instances Dspace 4.x in one Tomcat 7 unsuccessfully. Someone found a way to di it ? Yes. In what way were you unsuccessful? -- Mark H. Wood Lead Technology Analyst University Library Indiana

[Dspace-tech] Hide Communities or Collections matching your query

2014-11-24 Thread Tomas Cohen Arazi
Is it possible to filter that portion out of the results section? I uncommented this: property name=defaultFilterQueries list !--Only find items-- valuesearch.resourcetype:2/value /list /property on spring/api/discovery.xml

Re: [Dspace-tech] DSpace-tech Digest, Vol 103, Issue 56

2014-11-24 Thread Michael White
Hi Lars, I don't know if this is your problem or not, but I saw something similar (i.e. the slash in the handle being URL encoded) when working with DSpace v3.1. This was due to a bug that was fixed in v3.2. If you're using v3.0 or v3.1 then this might be what you've encountered:

Re: [Dspace-tech] Help with Latin Languages

2014-11-24 Thread siriom siriom
First all thanks for your replies but i still havent gotten this fixed. This is a copy from my /dspace/solr/search/conf/schema.xml fieldType name=text class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ !-- in

Re: [Dspace-tech] Help with Latin Languages

2014-11-24 Thread Aaron Helton
Hi Siriom, You might also have to do this, which is what we figured out in my office: 1) Edit /etc/tomcat7/server.xml and change Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443/ to Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443