[Dspace-tech] item display

2011-04-28 Thread Webshet, Sisay (ILRI)
I just upgraded dspace 1.6 2 in to dspace 1.7.1. And I want to an view item in either manakin or mirage interface. I just modify some code inside item-view.xsl and DIM-Handler.xsl.it works fine for the newly added items on 1.7.1 version however an items migrated from dspace 1.6.2 can't be viewed

[Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace 1.7.1

2011-04-28 Thread George Stanley Kozak
Hi... I am upgrading (in Test) from DSpace 1.6.2 to DSpace 1.7.1. Everything has worked perfectly until I came to the step: /dspace/bin/dspace index-init When I try to execute that, I get: Exception in thread main java.lang.UnsupportedClassVersionError: Bad version number in .class file

Re: [Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace1.7.1

2011-04-28 Thread LeVan,Ralph
You are using an old version of Java; older than the version that the code was compiled under. Ralph From: George Stanley Kozak [mailto:g...@cornell.edu] Sent: Thursday, April 28, 2011 9:50 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Problem with upgrading from DSpace

Re: [Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace 1.7.1

2011-04-28 Thread Claudia Jürgen
Hello George, you used a newer version to compile your code with than you use in runtime. You can check which versions you are using per default with javac -version java -version Hope that helps Claudia Juergen Am 28.04.2011 15:50, schrieb George Stanley Kozak: Hi... I am upgrading (in

Re: [Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace1.7.1

2011-04-28 Thread George Stanley Kozak
Thank you, Ralph: That led me to my problem. I have Jdk 1.6.0 installed, but my server has jdk 1.5 installed as the default (and our IT group won't allow me to replace it). My paths were such that when I tried to execute java, it was going to the old one instead of the newer one. I will fix

Re: [Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace 1.7.1

2011-04-28 Thread George Stanley Kozak
Thanks, Claudia: Yes, I found it. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 -Original Message- From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]

[Dspace-tech] AUTO: Carolyn Groom is out of the office. (returning 09/05/2011)

2011-04-28 Thread CGroom
I am out of the office until 09/05/2011. I will respond to your message when I return. For urgent enquiries please contact Jeanette Shields on ext. 6370. Note: This is an automated response to your message Re: [Dspace-tech] Problem with upgrading from DSpace 1.6.2 to DSpace 1.7.1 sent on

Re: [Dspace-tech] Setting JSESSIONID cookie to httpOnly in DSpace 1.5.1

2011-04-28 Thread Stuart Lewis
Hi Sue, Can someone help me figure out the correct code to use if I wanted to modify DSpace 1.5.1 to set the JSESSIONID cookie to httpOnly, and where would be the best place to put it? Header-default.jsp? Index.jsp? Any help would very much be appreciated. If you are running a recent-ish

Re: [Dspace-tech] item display

2011-04-28 Thread Andrea Schweer
Hi Sisay, On 28/04/11 20:18, Webshet, Sisay (ILRI) wrote: I just modify some code inside item-view.xsl and DIM-Handler.xsl.it works fine for the newly added items on 1.7.1 version however an items migrated from dspace 1.6.2 can't be viewed just like new entries are viewed. Can you assist me