[Dspace-tech] call for posters at OAI8 in Geneva 19-21 June 2013

2013-03-06 Thread Thomas Krichel
OAI8, the 8th Workshop on Innovations in Scholarly Communication will be held in Geneva, Switzerland, from Wednesday 19th to Friday 21st June 2013. Program details, registration and the call for posters are now available at https://indico.cern.ch/event/oai8. It is possible to register fo

Re: [Dspace-tech] problems with crosswalks, export site: user passwords

2013-03-06 Thread helix84
On Tue, Mar 5, 2013 at 9:21 PM, Luis Alberto Maguiña Silva wrote: > Hi, helix84. > Sorry!! In Dspace 1.8 the error is in line 254, in Dspace 3.1 the error is > in line 257 : throw new PackageException(e) OK, now it makes sense: https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-api/src/ma

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread helix84
On Tue, Mar 5, 2013 at 10:37 PM, Mckeane Thomas wrote: > dspace source (which is dspace 3.1). I get this message: OAI server did not > contain any updates on 2013-03-05 16:35:54.606 Hi Thomas, I'm not sure what's happening, just thinking aloud here. The message is from the scheduled harvester ru

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread helix84
I'm not sure if I made it clear - "oai import" has to be run on the DSpace 3.x OAI server side, not on the harvester side. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette --

[Dspace-tech] Hide Sub-Community from Anonymous

2013-03-06 Thread Solomon Kapfunde
Dear All I would like to hide a sub-community(Research) so that when Anonymous visitors click on the parent Community, the Research sub-community is not visible on the sub-communities list, anyone done this before? Regards Solomon ---

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread João Melo
Hi Mckeane and Ivan, i think we must create a jira issue to this problem as i think it is a bug. It happens we defining a set together with from/until parameters. For exameple: http://demo.dspace.org/oai/request?verb=ListRecords&until=2013-02-07T14:01:24Z&metadataPrefix=oai_dc&set=com_10673_23

Re: [Dspace-tech] Hide Sub-Community from Anonymous

2013-03-06 Thread helix84
On Wed, Mar 6, 2013 at 12:04 PM, Solomon Kapfunde wrote: > I would like to hide a sub-community(Research) so that when Anonymous > visitors click on the parent Community, the Research sub-community is not > visible on the sub-communities list, anyone done this before? DSpace version, interface a

Re: [Dspace-tech] Hide Sub-Community from Anonymous

2013-03-06 Thread helix84
You can use the following template to hide the community with handle "123456789/123": cocoon:/ ?sections=dmdSec,fileSec&fileGrpTypes=THUMBNAIL External Metadata URL: ds-artifact-item

Re: [Dspace-tech] Hide Sub-Community from Anonymous

2013-03-06 Thread Solomon Kapfunde
Hi All Problem resolved, much appreciated. Regards Solomon >>> helix84 2013/03/06 02:16 PM >>> You can use the following template to hide the community with handle "123456789/123": cocoon:/ ?sections=dmdSec,fileSec&fileGrpTypes=THUMBNAIL

Re: [Dspace-tech] deleting a collection in dev

2013-03-06 Thread helix84
On Tue, Mar 5, 2013 at 8:18 PM, Jose Blanco wrote: > Today in my development environment I tried to delete a collection and got > this error: > > org.postgresql.util.PSQLException: ERROR: update or delete on table "item" > violates foreign key constraint "$2" on table "communities2item" > Detail

Re: [Dspace-tech] Seeking advice -- How to get view/open item links to trigger some java code (for both JSPUI and XMLUI)?

2013-03-06 Thread helix84
On Tue, Mar 5, 2013 at 5:02 PM, Eric Mousset wrote: > It'd be grateful for any advice on the following: How would you customize > the code in order to get view/open item links to trigger some java method > instead of actually opening/viewing the item (for both JSPUI and XMLUI)? Hi Eric, sorry, n

Re: [Dspace-tech] Ordering community& collection listings

2013-03-06 Thread helix84
Hi Lighton, the order is currently generated in the browse aspect, e.g. here for a community list: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/CommunityBrowser.java#L217 You could either change it there (probably easier)

[Dspace-tech] XMLUI customization Dspace 3.1

2013-03-06 Thread Mesfin Teshome
Dear all,     I am trying to customize the Mirage XMLUI interface to suit our institutions image. I have tried following the instructions detailed on this page https://wiki.duraspace.org/display/DSDOC3x/XMLUI+Configuration+and+Customization These are my dspace settings DSpace Settings DSpace Vers

Re: [Dspace-tech] XMLUI customization Dspace 3.1

2013-03-06 Thread helix84
mvn package/ant update", the themes in [dspace] will be replaced by those from [dspace-source]. There is still a backup in a directory like [dspace]/webapps.bak-20130306-142917, though. Regards, ~~helix84 Compulsory reading: DSpace Mailing L

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread João Melo
Hi again, i've created a jura issue: https://jira.duraspace.org/browse/DS-1507 On 6 March 2013 11:30, João Melo wrote: > Hi Mckeane and Ivan, > > i think we must create a jira issue to this problem as i think it is a bug. > It happens we defining a set together with from/until parameters. > >

Re: [Dspace-tech] XMLUI customization Dspace 3.1

2013-03-06 Thread Hilton Gibson
t have to rebuild DSpace or > restart Tomcat that way, just reload the page and sometimes clean the > Cocoon cache. Just don't forget to copy them over to [dspace-source], > because the next time you run "mvn package/ant update", the themes in > [dspace] will be replaced by

[Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread rémi Asare
Hello, i'm a newbie in dpsace stuff. I'm currently using dspace 3.1 and i want to install it in local in order to test. Unfortunately i couldnt configurate well the dspace.cfg file. The documentation tha i'm using are not very helpful. Please can somebody help with detailed information? Thanks. --

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
On Mar 6, 2013 3:42 PM, "rémi Asare" wrote: > Hello, i'm a newbie in dpsace stuff. I'm currently using dspace 3.1 and i > want to install it in local in order to test. Unfortunately i couldnt > configurate well the dspace.cfg file. The documentation tha i'm using are not > very helpful. Please

Re: [Dspace-tech] Ordering community& collection listings

2013-03-06 Thread Lighton Phiri
Thank you for this helix84, I was hoping it wouldn't involve me making changes to the source code... it's not a critical requirement and would much rather wait for 4.0. Lighton Phiri http://lightonphiri.org On 6 March 2013 14:57, helix84 wrote: > Hi Lighton, > > the order is currently generated

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread rémi Asare
Hi again, Helix, i'm given this error message whenever i tried to download the mvn package within the MSDOS command. It's about the POM xml file and i dont get a thing from that POM file. Is there anything i could do to fix this? Please help [INFO] Scanning for projects... Downloading: http://oss.

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
Do you need to use a proxy server to connect to the internet from this machine? Do you have a firewall that blocks unknown applications from internet access? Maven needs internet access in order to download DSpace dependencies. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquett

[Dspace-tech] Metadata Formats

2013-03-06 Thread Drover, Matt
Hi, I'm trying to setup harvesting and under the Content Source of a collection, my Metadata Format drop down is empty, and as such, preventing my changes from saving on this tab. Any ideas? Matthew Drover Programmer Consultant Immersive Technology Distance Education, Learning and Teaching Sup

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread rémi Asare
Yeah! I'm using a proxy server to connect to the internet from my machine. Can it be possible that it's blocking the downloading? 2013/3/6 helix84 > Do you need to use a proxy server to connect to the internet from this > machine? > Do you have a firewall that blocks unknown applications from

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
On Wed, Mar 6, 2013 at 4:10 PM, rémi Asare wrote: > Yeah! I'm using a proxy server to connect to the internet from my machine. > Can it be possible that it's blocking the downloading? Technically, it's not "blocking" it. You have to configure Maven to use the proxy. http://maven.apache.org/guid

Re: [Dspace-tech] Metadata Formats

2013-03-06 Thread helix84
Hi Matt, this is a configuration problem in 3.0 that was fixed in 3.1. To fix the problem, simply update your configuration and restart Tomcat: https://jira.duraspace.org/browse/DS-1415 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPA

Re: [Dspace-tech] Metadata Formats

2013-03-06 Thread João Melo
Hi Matt, i think the issue is related with missing configuration values. Please look at the following jira issue: https://jira.duraspace.org/browse/DS-1461 On 6 March 2013 15:07, Drover, Matt wrote: > Hi, I'm trying to setup harvesting and under the Content Source of a > collection, my Metadat

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread Mckeane Thomas
I haven't been able to harvest any items at all from the dspace 3.1 installation. I ran the* [dspace]/bin/dspace oai* import on the oai server and tried harvesting a collection but still got the following OAI server did not contain any updates 2013-03-06 11:02:23,933. Here is a copy of the log:

Re: [Dspace-tech] dspace 3.x OAI-PMH help

2013-03-06 Thread helix84
On Mar 6, 2013 5:56 PM, "Mckeane Thomas" wrote: > I haven't been able to harvest any items at all from the dspace 3.1 installation. Thomas, did you also apply Joao's patch on the server side? -- Symantec Endpoint Protecti

Re: [Dspace-tech] XMLUI customization Dspace 3.1

2013-03-06 Thread Mesfin Teshome
Thank you, helix and Hilton. You are awesome. I like the support here. I think I will need to do some reading on XSLT and XML. But I am in the right direction. Mesfin-- Symantec Endpoint Protection 12 positioned as A LEAD

[Dspace-tech] Simple Google Analytics question - xmlui, 3.0

2013-03-06 Thread Sara Amato
I'm having trouble getting the google analytics code to appear on our pages. I'm using the xmlui in dspace 3.0, and have added the key to xmlui.google.analytics.key in dspace.cfg and restarted tomcat. I'm not seeing the javascript generated (I peeked at demo.dspace.org to see where it usually

Re: [Dspace-tech] Simple Google Analytics question - xmlui, 3.0

2013-03-06 Thread helix84
https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache -- Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a

Re: [Dspace-tech] problems with crosswalks, export site: user passwords

2013-03-06 Thread Luis Alberto Maguiña Silva
Hi helix84: Thanks! I found 4 address email without password. I deleted them and it worked!!! Thanks again. Luis 2013/3/6 helix84 > On Tue, Mar 5, 2013 at 9:21 PM, Luis Alberto Maguiña Silva > wrote: > > Hi, helix84. > > Sorry!! In Dspace 1.8 the error is in line 254, in Dspace 3.1 the

Re: [Dspace-tech] Simple Google Analytics question - xmlui, 3.0

2013-03-06 Thread Sara Amato
Easy enough - solved all problems. Don't know how I've missed that option up till now. Thanks for the fast help. On Mar 6, 2013, at 1:30 PM, helix84 wrote: > https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache > ---

Re: [Dspace-tech] [KE1019161] Import/Editing Items in DSpace and evaluating the existence with another value then the internal document ID

2013-03-06 Thread Marco Weiß
Hi João, Hi Helix, i have to come back to you with the question for an expansion of the metadata-import. I talked with my colleagues and we carve out that for a archive, like us, that will import and update meta-data periodically from an external source there have to be a possibility to check