Re: [Dspace-tech] Modify breadcrumbs

2009-10-14 Thread Claudia Jürgen
Hello Yuyun, copy [dspace-src]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/layout/location-bar.jsp to [dspace-src/dspace/modules/jspui/src/main/webapp/layout/location-bar.jsp Edit the version in modules/.., run mvn package and ant update and redeploy. Hope that helps Claudia Jürgen Yuyun

Re: [Dspace-tech] displayed-values in search and browse results

2009-10-14 Thread Claudia Jürgen
Hello Virginia, the 1.5.2 ItemTag.java is in: [dspace-src]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/jsptag Maybe you got instructions referring to a pre 1.5 version. Hope that helps Claudia Jürgen Virginia Knight schrieb: Getting language names instead of ISO codes

Re: [Dspace-tech] OAI Harvesting problem

2009-10-14 Thread Allen Lam
Hi George, The settings you mentioned affect only the number of records in each oai response. By correctly using resumption tokens harvesters should be able to harvest all available records. To make sure there is nothing wrong, why not experiment yourself by harvesting your own dspace? Ask t

[Dspace-tech] DSUG 09 - live broadcast today at 15:30 CEST

2009-10-14 Thread Urban Andersson
Apologies for cross-posting. The DSpace User Group Meeting 2009 in Gothenburg, Sweden, has now started. Today at 15:30 - 17:00 CEST (GMT+1, UTC+2) there will be a live broadcast of the Roadmap for the DSpace Platform session - featuring Brad McLean, Chief Technology Officer of DuraSpace, giving a

[Dspace-tech] Unable to compile class for JSP

2009-10-14 Thread Brouns, Francis
Hi all, We are trying to install Dspace 1.5.2 on a Linux SLES server, using Oracle as database. After some initial problem with database setup, I now can create communities and collection and submit an item. However, when I try to access MyDSpace to take the workflow task, I get an Internal Sys

[Dspace-tech] Reindex question

2009-10-14 Thread Edmir Carvalho Cavalcante
Hi, [dspace]$ ls assetstore config exports handle-server log reports search upload My questions: How to run the shell script ./index-all? Do i need to download something? Under which directory to run the three commands? I did in the command prompt under Dspace installation directory/bin

[Dspace-tech] How to Best Configure and Use LDAPHierarchicalAuthentication

2009-10-14 Thread pennington
One of the features I'm most looking forward to utilizing in DSpace 1.5.2 is the LDAPHierarchicalAuthentication option, which I think is designed to help institutions like Rhodes, which have separate LDAP containers for different groups of users. Faculty and Staff are in: cn=Users,dc=rhodes,d

Re: [Dspace-tech] Modify breadcrumbs

2009-10-14 Thread Yuyun Wirawati ISHAK (LIBRIS)
Thanks Claudia, It works! -Original Message- From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] Sent: Wednesday, 14 October, 2009 5:20 PM To: Yuyun Wirawati ISHAK (LIBRIS) Subject: Re: [Dspace-tech] Modify breadcrumbs Hi Yuyun, please do not write to me personally but keep

Re: [Dspace-tech] Unable to compile class for JSP

2009-10-14 Thread Allen Lam
Hi Francis, Yes, the problem is on your java. Your java version is 1.3 which is not supporting generics and the modern for-loop syntax. Upgrade it to version 1.6 then there will be no problem. Allen Lam. HKU Hub Administrator, http://hub.hku.hk Brouns, Francis wrote: > Hi all, > > We are tryin

Re: [Dspace-tech] Reindex question

2009-10-14 Thread Allen Lam
Hi Edmir, It seems your are missing some steps in the installation of dspace, or some steps are not finished completely. There should be a "bin" directory under your dspace source. Run "ant update" to let it copy the bin directory to your dspace home. Run indexing commands from the bin of your d

Re: [Dspace-tech] Unable to compile class for JSP

2009-10-14 Thread Allen Lam
Some more remarks... You said you are using IBM Java 1.5. There are two problems. 1. The error log said you are using 1.3. That means you have another 1.3 java for running your tomcat instance. Or you have added a parameter to enforce your 1.5 java to act like a 1.3 java. 2. Use only Sun's java.