Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
On Thu, Feb 13, 2014 at 7:58 AM, Webshet, Sisay (ILRI) wrote: > The syntax error is corrected, However when I enabled or comment ' > aspect.discovery.SimpleSearch.div.discovery-search-box' the page for the > element > aspect_discovery_SimpleSearch_field_scope will appear. That means I want the

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread helix84
On Thu, Feb 13, 2014 at 8:00 AM, Sean Carte wrote: > Thanks, Ivan. I guess then my question is even more basic than that: given a > handle 10321/623 for an item that contains one bitstream, how can I find out > what the id of that bitstream is? I don't think you can find out from any of the Sol

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread Sean Carte
On 12 February 2014 16:05, helix84 wrote: > On Wed, Feb 12, 2014 at 2:47 PM, Sean Carte wrote: > >> id:866 AND type:0 AND isBot:false AND >> time:[2013-01-01T00:00:00Z TO 2014-01-01T00:00:00Z] >> > ... > >> If I look up item ID 866 in DSpace, it corresponds to handle: 10321/623 >> > > "id"

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread Webshet, Sisay (ILRI)
Thanks The syntax error is corrected, However when I enabled or comment ' aspect.discovery.SimpleSearch.div.discovery-search-box' the page for the element aspect_discovery_SimpleSearch_field_scope will appear. That means I want the page for aspect.discovery.SimpleSearch.div.discovery-search

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread Webshet, Sisay (ILRI)
Thanks it works! -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, February 12, 2014 4:58 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Remove search filter from Discovery On

Re: [Dspace-tech] Caching is not supported by the ItemCountDAOSolr

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 6:17 PM, Bhavesh Patel wrote: > See the screen sort for the command output "Caching is not supported by the > ItemCountDAOSolr" Also read the rest of the message: "as it is not really needed, Solr is faster!" The default is still "webui.strengths.cache = true" which was t

Re: [Dspace-tech] How to update database schema into Window

2014-02-12 Thread Bhavesh Patel
Yes... Thanks for reply. Your reply is work for me. Now I am able to update schema on DSpace4 in window. I have set the environment variable path for postgresql and it's work for me (as per your first reply a) and b) ) Thanks, Bhavesh Thanks & Regards, *Bhavesh R. Patel * - www.bhaveshpatel

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread Terry Brady
In case this is helpful to the discussion, here are some notes that I have shared regarding my configuration. I do not build a running instance of the webapp locally. I build on my server. *1. Create an Eclipse project containing the dspace source release.* Configure the following source paths

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 4:09 PM, Christian Scheible wrote: > I just finished the Wiki page on > https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace%2C+Eclipse+and+Tomcat. > The procedure is not as simple and nice as with Netbeans but it's a > working setup. Ouch, you edited the out

Re: [Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread helix84
What's your output for the following command? netstat -tulpn | grep 8080 Did you deploy the solr webapp in Tomcat? This is described in Step 9 here: https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiqu

Re: [Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread Anthony Prodromou
Hi, Before I was using a hostname 'localhost' on port '8080'. In the [dspace]/config/modules/discovery.cfg file I had tried both "search.server = http://localhost:8080/solr/search"; and "solr.search.server = http://localhost:8080/solr/search"; and still received that error message. Now I am us

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread Christian Scheible
I just finished the Wiki page on https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace%2C+Eclipse+and+Tomcat. The procedure is not as simple and nice as with Netbeans but it's a working setup. Regards Christian -

Re: [Dspace-tech] Hit Highlight functionality in JSPUI

2014-02-12 Thread helix84
On Tue, Feb 11, 2014 at 7:33 PM, Iyer M wrote: > Can we do hit highlight in JSPUI. No, this currently works only in DSpace 3 XMLUI, see [1]. In DSpace 4, XMLUI we just discovered a bug that probably affects this [2]. [1] https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-Customizing

Re: [Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread helix84
What's your value of "search.server" in [dspace]/config/modules/discovery.cfg? Is the hostname and port correct? Usually it would be "search.server = http://localhost:8080/solr/search";, though it depends on how you configured your servlet container. Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 2:24 PM, Webshet, Sisay (ILRI) wrote: > org.xml.sax.SAXParseException: Element type "xsl:template" must be followed > by either attribute specifications, ">" or "/>". > context:/jndi:/localhost/xmlui/themes/CGSPACE/lib/xsl/core/page-structure.xsl > - 436:48 It should wor

Re: [Dspace-tech] dSpace 3.2 - Type field in Submission Process

2014-02-12 Thread helix84
Hi Anthony, type-based submission is documented here: https://wiki.duraspace.org/display/DSDOC3x/Submission+User+Interface#SubmissionUserInterface-ItemtypeBasedMetadataCollection Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Maili

Re: [Dspace-tech] Scopus Citations Count Integration

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 2:11 PM, Solomon Kapfunde wrote: > 'javax.xml.transform.TransformerException: a is not allowed in this position > in the stylesheet!' So which position did you put it in? You're supposed to put the second snippet (snippet-item-view.xsl) somewhere in XSL where you want it t

Re: [Dspace-tech] Scopus Citations Count Integration

2014-02-12 Thread Nemiz, Elvi
Hello Solomon, Perhaps this thread might help you. http://dspace.2283337.n4.nabble.com/Scopus-Integration-Cited-By-Count-API-td4667632.html . Regards, Elvi -- Android apps run on BlackBerry 10 Introducing the new BlackBer

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 2:47 PM, Sean Carte wrote: > id:866 AND type:0 AND isBot:false AND > time:[2013-01-01T00:00:00Z TO 2014-01-01T00:00:00Z] > ... > If I look up item ID 866 in DSpace, it corresponds to handle: 10321/623 > "id" is internal id that depends on the object "type". So for a

Re: [Dspace-tech] How to update database schema into Window

2014-02-12 Thread helix84
In the first screenshot (command shell), a) either define full path to the psql command (something like "c:\Program Files\Postgres\psql.exe") b) or add the full path to the psql command ("c:\Program Files\Postgres\") to your PATH environment variable. OR c) In the second screenshot (psql shell) d

[Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread Anthony Prodromou
Hi, I am getting this error whilst trying to enable discovery for XMLUI: [cid:image001.png@01CF27FA.D7C394A0] I have followed the steps from https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-StepsrequiredforXMLUI Does anyone have a solution to this problem? Regards, Anthony

[Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread Sean Carte
Is it possible to query solr for download statistics of a particular item over a specified duration? This is the query I've got so far: wget localhost:8080/solr/statistics/select?q=id:866+AND+type:0+AND+isBot:false+AND+time\:\[2013-01-01T00:00:00Z+TO+2014-01-01T00:00:00Z\]\&indent=on\&rows=1000

Re: [Dspace-tech] How to update database schema into Window

2014-02-12 Thread Mark H. Wood
I'm not sure what is happening in the lower window. In the upper window: 1. "./something" isn't a path to "something" on Windows; use ".\something". 2. There is no "pgsql" command; use "psql". -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machine

[Dspace-tech] Scopus Citations Count Integration

2014-02-12 Thread Solomon Kapfunde
Hi Colleagues I am trying to display scopus citation counts in our repository and found the following code to begin with: https://gist.github.com/aschweer/6772579 When I add the code in item-view.xml, mirage theme, xmlui i get an error 'javax.xml.transform.TransformerException: a is not allowe

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread Webshet, Sisay (ILRI)
Thanks Helix, Though I see some error like org.xml.sax.SAXParseException: Element type "xsl:template" must be followed by either attribute specifications, ">" or "/>". context:/jndi:/localhost/xmlui/themes/CGSPACE/lib/xsl/core/page-structure.xsl - 436:48 I will read more on xslt sisay -Or

[Dspace-tech] dSpace 3.2 - Type field in Submission Process

2014-02-12 Thread Anthony Prodromou
Hi, During the default submission process you are prompted with the option to select a 'type' e.g. Image, Presentation and so forth. Is there a way in which I could change the submission process so that when a user selects a specific 'type' the requested metadata changes accordingly. Example:

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
Since you already know how to find its element name and attribute value, you already know how to disable any element: https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-HowdoIremovethesearchboxfromthefrontpageinXMLUI? Here's what you asked for: In addition, you will want

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
To everyone: Actually, wiki/Jira registration was disabled in December due to a large number of spam accounts being created, so in order to register, let me know and I'll send you a registration link right away, Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.du

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread Christian Scheible
Sure but I think i don't have the permission (can't log in) to make changes. Am 12.02.2014 12:17, schrieb helix84: > Hi Christian, > > could you please update the relevant wiki page with your instructions? > People might not find it buried in the archive, but that page should > be their first pla

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
On Wed, Feb 12, 2014 at 12:38 PM, Webshet, Sisay (ILRI) wrote: > We are using DSpace 3.2 xmlui version with enabled discovery and I want to > remove/hide the search filter. > Is there someone a hint on this. What part of a page exactly do you mean by search filter? Mark it on a screenshot. Re

[Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread Webshet, Sisay (ILRI)
We are using DSpace 3.2 xmlui version with enabled discovery and I want to remove/hide the search filter. Is there someone a hint on this. Thnask sisay -- Android apps run on BlackBerry 10 Introducing the new BlackBerry

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
Hi Christian, could you please update the relevant wiki page with your instructions? People might not find it buried in the archive, but that page should be their first place to look. Thanks in advance. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread Christian Scheible
I have done this one month ago. It seems that the m2e plugin doesn't work in this case so you have to use Maven and the CLI. Then it is easy it's just: $ cd dspace # enter the folder with the dspace sources mvn package # Build DSpace mvn -Declipse.workspace=YOUR_DSPACE_FOLDER eclipse:configure-