[dspace-tech] Retaining original filenames when exporting AIPs

2016-10-06 Thread Max Sullivan
HI Folks,

We are working on migrating content out of our repository running dspace 
1.8.2 and into another system. We plan to export AIPs for each record. We 
would like to retain the original filenames. Has anyone dealt with the 
issue of the original files being renamed bitstream_1220.pdf and so on? If 
so would you be able to share your solution?

Cheers




-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Rename describe step label in submission

2016-10-06 Thread genevieve . turner
I would presume for JSPUI in messages.properties you would need to change 
jsp.submit.progressbar.describe = Describe

Note that I haven't tested this particular label, but generally you can 
work backwards with naming of fields by searching in messages.properties 
and then figuring out which field it is.  XMLUI I have no idea on sorry, 
but I would expect that it can be edited too.

On Thursday, 6 October 2016 02:34:40 UTC+11, Gabriel Martins wrote:
>
> The input-forms got a litte big so we divided the fields in several steps, 
> I want to know if there is the possibility to rename the label name 
> "Describe" to any other name. 
>
>
> Thanks in advance :) 
> Att, Gabriel Martins
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Assetstore Size limitation

2016-10-06 Thread Jeffrey A Trimble
Thanks to Helix and Mark for illuminating the issue I need to look at.  I'm not 
nearly at the 2 billion bitstreams, and my storage array "can be" defined as 
one physical volume on the server, and yet be further define as logical 
volumes.  While this isn't my area of expertise, the explanations assist me in 
making wise choices ahead.

Thanks again.


Jeffrey Trimble, MLS
William F. Maag Library
Youngstown State University
330.941.2483 (Office)
jatrim...@ysu.edu
http://www.maag.ysu.edu
http://digital.maag.ysu.edu

From:  on behalf of Mark Wood 

Date: Thursday, October 6, 2016 at 10:46 AM
To: DSpace Technical Support 
Subject: [dspace-tech] Re: Assetstore Size limitation

The only limitation I can think of in DSpace itself is the size of the unique 
identifier by which a bitstream is retrieved.  In DSpace 6, that's a UUID, 
which is a 128-bit number.  In v5 and earlier it was a Java 'int', which is 
*only* 32 bits signed (so, can identify 2 billion bitstreams).

The OS filesystem that holds the bitstreams will have its own limits.  
Contemporary filesystem designs have limits on the order of exabytes, and 
billions to quintillions of files.  You may need to do some tuning of your 
assetstore filesystem(s) to even approach those limits, though.

I think it most likely that you'll first hit limits of filesystem 
*performance*, and particularly of backup performance.  And the answer to many 
performance questions is "keep measuring regularly and react to signs of 
significant deterioration."

I find backup of large services particularly worrisome.  We need ways to do 
backup smarter, not just faster.  That's true of everything, not just DSpace.
--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to 
dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Hilton Gibson
Hi Tom,

I believe Deadbat (Redhat) uses "yum" for software management.
See:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-yum.html

Cheers

hg

On Thu, 6 Oct 2016 at 16:35 Tom Avino  wrote:

> One quick question, we are running Dspace 5 on a RedHat 6, not Ubuntu.
> How does this affect installing the "sudo apt-get install git curl maven
> ruby-compass default-jdk default-jre" command?
> We also already have Maven installed.
>
> Thanks
>
> On Thursday, October 6, 2016 at 9:39:01 AM UTC-4, Hilton Gibson wrote:
>
> Hi Tom,
>
> I have some guides here:
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2
>
> Cheers
>
> hg
>
>
> On Thu, 6 Oct 2016 at 15:30 Tom Avino  wrote:
>
> Hilton,
>
> We are using Mirage, not Mirage 2.  What do I need to do to install Mirage
> 2?
>
> Thanks,
>
> Tom
>
>
> On Thursday, October 6, 2016 at 8:22:12 AM UTC-4, Hilton Gibson wrote:
>
> Hi Tom,
>
> Assuming that you are using Mirage 2 as your theme.
> See:
> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl
> And see attached for our custom version.
> Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme
>
> Cheers
>
> hg
>
> On Wed, 5 Oct 2016 at 19:59 Copeland, Matthew M  wrote:
>
> As far as I know, the only way to modify that view in the xmlui is to
> modify the xsl file.   Assuming you are on a unix based system, you can do
> the following command at the base of your source tree to find the file.
>
>
>
> Ø  find . –name item-view.xsl –print
>
>
>
> You will most likely see multiple files, and need to pick the one
> appropriate for the theme you are working with.  Also, be sure that if you
> modify the file, you keep the changes in the modules directory version, to
> make updating later easier  (Learned this the hard way), rather than
> modifying it in place.
>
>
>
> Matthew
>
>
>
>
>
>
>
> *From:* dspac...@googlegroups.com [mailto:dspac...@googlegroups.com] *On
> Behalf Of *Tom Avino
>
>
> *Sent:* Wednesday, October 05, 2016 10:38 AM
>
> *To:* DSpace Technical Support 
>
>
> *Subject:* [dspace-tech] Switching from JSPUI to XMLUI - Customize the
> Simple Item record
>
>
>
> We are new to XMLUI.  We are in the process of upgrading dspace 3.3(JSPUI)
> to 5.5(XMLUI).
>
> I am trying to customize which metadata items are displayed in the Simple
> item records screen.  JSPUI uses the dspace.cfg file to do this.
>
> Can someone point me in the right direction to customize this using XMLUI?
>
>
>
> Thank you,
>
>
>
> *Tom Avino *
>
> LITES II Application Developer | SAIC
>
> o: 757.864-8495 | thomas.w.av...@nasa.gov
>
> f:  757.864-6649 | thomas.av...@saic.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech...@googlegroups.com.
> To post to this group, send email to dspac...@googlegroups.com.
>
>
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech...@googlegroups.com.
> To post to this group, send email to dspac...@googlegroups.com.
>
>
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> *Hilton Gibson*
> Stellenbosch University Library
> *http://orcid.org/-0002-2992-208X
> *
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech...@googlegroups.com.
> To post to this group, send email to dspac...@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> *Hilton Gibson*
> Stellenbosch University Library
> *http://orcid.org/-0002-2992-208X
> *
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
*Hilton Gibson*
Stellenbosch University Library
*http://orcid.org/-0002-2992-208X
*

-- 
You 

[dspace-tech] Re: Assetstore Size limitation

2016-10-06 Thread Mark Wood
The only limitation I can think of in DSpace itself is the size of the 
unique identifier by which a bitstream is retrieved.  In DSpace 6, that's a 
UUID, which is a 128-bit number.  In v5 and earlier it was a Java 'int', 
which is *only* 32 bits signed (so, can identify 2 billion bitstreams).

The OS filesystem that holds the bitstreams will have its own limits.  
Contemporary filesystem designs have limits on the order of exabytes, and 
billions to quintillions of files.  You may need to do some tuning of your 
assetstore filesystem(s) to even approach those limits, though.

I think it most likely that you'll first hit limits of filesystem 
*performance*, and particularly of backup performance.  And the answer to 
many performance questions is "keep measuring regularly and react to signs 
of significant deterioration."

I find backup of large services particularly worrisome.  We need ways to do 
backup smarter, not just faster.  That's true of everything, not just 
DSpace.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Tom Avino
One quick question, we are running Dspace 5 on a RedHat 6, not Ubuntu.  How 
does this affect installing the "sudo apt-get install git curl maven 
ruby-compass default-jdk default-jre" command?
We also already have Maven installed.

Thanks

On Thursday, October 6, 2016 at 9:39:01 AM UTC-4, Hilton Gibson wrote:
>
> Hi Tom,
>
> I have some guides here: 
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2
>
> Cheers
>
> hg
>
> On Thu, 6 Oct 2016 at 15:30 Tom Avino  
> wrote:
>
>> Hilton,
>>
>> We are using Mirage, not Mirage 2.  What do I need to do to install 
>> Mirage 2?
>>
>> Thanks,
>>
>> Tom
>>
>>
>> On Thursday, October 6, 2016 at 8:22:12 AM UTC-4, Hilton Gibson wrote:
>>
>>> Hi Tom,
>>>
>>> Assuming that you are using Mirage 2 as your theme.
>>> See: 
>>> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl
>>> And see attached for our custom version.
>>> Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme
>>>
>>> Cheers
>>>
>>> hg
>>>
>>> On Wed, 5 Oct 2016 at 19:59 Copeland, Matthew M  wrote:
>>>
>> As far as I know, the only way to modify that view in the xmlui is to 
 modify the xsl file.   Assuming you are on a unix based system, you can do 
 the following command at the base of your source tree to find the file.

  

 Ø  find . –name item-view.xsl –print

  

 You will most likely see multiple files, and need to pick the one 
 appropriate for the theme you are working with.  Also, be sure that if you 
 modify the file, you keep the changes in the modules directory version, to 
 make updating later easier  (Learned this the hard way), rather than 
 modifying it in place.

  

 Matthew

  

  

  

>>> *From:* dspac...@googlegroups.com [mailto:dspac...@googlegroups.com] *On 
 Behalf Of *Tom Avino

>>>
 *Sent:* Wednesday, October 05, 2016 10:38 AM

>>> *To:* DSpace Technical Support 

>>>
 *Subject:* [dspace-tech] Switching from JSPUI to XMLUI - Customize the 
 Simple Item record

>>>  

 We are new to XMLUI.  We are in the process of upgrading dspace 
 3.3(JSPUI) to 5.5(XMLUI).

 I am trying to customize which metadata items are displayed in the 
 Simple item records screen.  JSPUI uses the dspace.cfg file to do this.  

 Can someone point me in the right direction to customize this using 
 XMLUI?

  

 Thank you,

  

 *Tom Avino *

 LITES II Application Developer | SAIC 

 o: 757.864-8495 | thomas.w.av...@nasa.gov 

 f:  757.864-6649 | thomas.av...@saic.com

>>> -- 
 You received this message because you are subscribed to the Google 
 Groups "DSpace Technical Support" group.

>>> To unsubscribe from this group and stop receiving emails from it, send 
 an email to dspace-tech...@googlegroups.com.
 To post to this group, send email to dspac...@googlegroups.com.

>>>
 Visit this group at https://groups.google.com/group/dspace-tech.
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
 You received this message because you are subscribed to the Google 
 Groups "DSpace Technical Support" group.

>>> To unsubscribe from this group and stop receiving emails from it, send 
 an email to dspace-tech...@googlegroups.com.
 To post to this group, send email to dspac...@googlegroups.com.
>>>
>>>
 Visit this group at https://groups.google.com/group/dspace-tech.
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
>>> *Hilton Gibson*
>>> Stellenbosch University Library
>>> *http://orcid.org/-0002-2992-208X 
>>> *
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> *Hilton Gibson*
> Stellenbosch University Library
> *http://orcid.org/-0002-2992-208X 
> *
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Filtering items with OAI harvesting

2016-10-06 Thread Vinicius Assef
Anyone, please?

On 30 September 2016 at 08:35, Vinicius Assef  wrote:

> Hi all.
>
> I need to harvest some collections from another DSpace installation with
> some requirements:
>
>1. I don't want to bring all items in a collection.
>2. I know which handles I want from there.
>3. I want both metadata and bitstreams.
>4. My installation and the one from where I will make the harvesting
>are both using DSpace 4.3.
>5. I'm planning to upgrade my installation to the latest DSpace 5
>version next week.
>
> I couldn't find any mention in documentation about filtering OAI captured
> results by the client side.
>
> Would it be possible? What should be the simplest way to achieve that?
>
> Thank you in advance.
>
> --
> Vinicius Assef
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Tom Avino
Hilton,

We are using Mirage, not Mirage 2.  What do I need to do to install Mirage 
2?

Thanks,

Tom

On Thursday, October 6, 2016 at 8:22:12 AM UTC-4, Hilton Gibson wrote:
>
> Hi Tom,
>
> Assuming that you are using Mirage 2 as your theme.
> See: 
> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl
> And see attached for our custom version.
> Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme
>
> Cheers
>
> hg
>
> On Wed, 5 Oct 2016 at 19:59 Copeland, Matthew M  > wrote:
>
>> As far as I know, the only way to modify that view in the xmlui is to 
>> modify the xsl file.   Assuming you are on a unix based system, you can do 
>> the following command at the base of your source tree to find the file.
>>
>>  
>>
>> Ø  find . –name item-view.xsl –print
>>
>>  
>>
>> You will most likely see multiple files, and need to pick the one 
>> appropriate for the theme you are working with.  Also, be sure that if you 
>> modify the file, you keep the changes in the modules directory version, to 
>> make updating later easier  (Learned this the hard way), rather than 
>> modifying it in place.
>>
>>  
>>
>> Matthew
>>
>>  
>>
>>  
>>
>>  
>>
>> *From:* dspac...@googlegroups.com  [mailto:
>> dspac...@googlegroups.com ] *On Behalf Of *Tom Avino
>> *Sent:* Wednesday, October 05, 2016 10:38 AM
>> *To:* DSpace Technical Support 
>> *Subject:* [dspace-tech] Switching from JSPUI to XMLUI - Customize the 
>> Simple Item record
>>
>>  
>>
>> We are new to XMLUI.  We are in the process of upgrading dspace 
>> 3.3(JSPUI) to 5.5(XMLUI).
>>
>> I am trying to customize which metadata items are displayed in the Simple 
>> item records screen.  JSPUI uses the dspace.cfg file to do this.  
>>
>> Can someone point me in the right direction to customize this using XMLUI?
>>
>>  
>>
>> Thank you,
>>
>>  
>>
>> *Tom Avino *
>>
>> LITES II Application Developer | SAIC 
>>
>> o: 757.864-8495 | thomas.w.av...@nasa.gov  
>>
>> f:  757.864-6649 | thomas.av...@saic.com 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> *Hilton Gibson*
> Stellenbosch University Library
> *http://orcid.org/-0002-2992-208X 
> *
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Assetstore Size limitation

2016-10-06 Thread helix84
There is no practical limitation. The would-be limitation of number of
files per directory is already mitigated by having a deep structure
(AA/BB/CC/AABBCCDDEEFFGGHH...) to keep the files sparse.

You still may want to check what's your largest number of files per
directory and create a new assetstore if it's in the thousands, but
that should not happen unless you have a humongous number of
bitstreams (and assuming no significant deficiencies in the hashing
function used):

du /dspace/assetstore/ --inodes -S | sort -n | tail

Multiple assetstores are available not due to a limitation in size
from DSpace, but rather to accomodate size limitations of physical
devices and make adding another device/assetstore easy.



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Thu, Oct 6, 2016 at 2:58 PM, Jeffrey A Trimble  wrote:
> Is there a mandatory size limitation of an Assetstore?  My disk space is
> more or less limitless—I just have to declare space (I’m using AIX with
> DS4700 Storage array).
>
>
>
> Is there a point when I should begin a new asststore, (such as assetstore2)?
> Should it be based on backup conditions such as tape size (yes, we are still
> old technology with LTO 4.0 tapes).
>
>
>
> TIA,
>
>
>
> Jeff
>
>
>
> Jeffrey Trimble, MLS
>
> William F. Maag Library
>
> Youngstown State University
>
> 330.941.2483 (Office)
>
> jatrim...@ysu.edu
>
> http://www.maag.ysu.edu
>
> http://digital.maag.ysu.edu
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: db password question

2016-10-06 Thread Mark Wood
In DSpace 6, local.cfg is read using Apache Commons Configuration, so see 
https://commons.apache.org/proper/commons-configuration/userguide/howto_properties.html.
  
In short:  you could escape the '#' as '\#', and might need to if this were 
read using java.util.Properties, but it appears that that may not be 
necessary when using PropertiesConfiguration.  What happens when you use a 
plain '#'?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Assetstore Size limitation

2016-10-06 Thread Jeffrey A Trimble
Is there a mandatory size limitation of an Assetstore?  My disk space is more 
or less limitless-I just have to declare space (I'm using AIX with DS4700 
Storage array).

Is there a point when I should begin a new asststore, (such as assetstore2)?  
Should it be based on backup conditions such as tape size (yes, we are still 
old technology with LTO 4.0 tapes).

TIA,

Jeff

Jeffrey Trimble, MLS
William F. Maag Library
Youngstown State University
330.941.2483 (Office)
jatrim...@ysu.edu
http://www.maag.ysu.edu
http://digital.maag.ysu.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Hilton Gibson
Hi Tom,

Assuming that you are using Mirage 2 as your theme.
See:
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/src/main/webapp/xsl/aspect/artifactbrowser/item-view.xsl
And see attached for our custom version.
Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme

Cheers

hg

On Wed, 5 Oct 2016 at 19:59 Copeland, Matthew M  wrote:

> As far as I know, the only way to modify that view in the xmlui is to
> modify the xsl file.   Assuming you are on a unix based system, you can do
> the following command at the base of your source tree to find the file.
>
>
>
> Ø  find . –name item-view.xsl –print
>
>
>
> You will most likely see multiple files, and need to pick the one
> appropriate for the theme you are working with.  Also, be sure that if you
> modify the file, you keep the changes in the modules directory version, to
> make updating later easier  (Learned this the hard way), rather than
> modifying it in place.
>
>
>
> Matthew
>
>
>
>
>
>
>
> *From:* dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com]
> *On Behalf Of *Tom Avino
> *Sent:* Wednesday, October 05, 2016 10:38 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Switching from JSPUI to XMLUI - Customize the
> Simple Item record
>
>
>
> We are new to XMLUI.  We are in the process of upgrading dspace 3.3(JSPUI)
> to 5.5(XMLUI).
>
> I am trying to customize which metadata items are displayed in the Simple
> item records screen.  JSPUI uses the dspace.cfg file to do this.
>
> Can someone point me in the right direction to customize this using XMLUI?
>
>
>
> Thank you,
>
>
>
> *Tom Avino *
>
> LITES II Application Developer | SAIC
>
> o: 757.864-8495 | thomas.w.av...@nasa.gov
>
> f:  757.864-6649 | thomas.av...@saic.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
*Hilton Gibson*
Stellenbosch University Library
*http://orcid.org/-0002-2992-208X
*

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


item-view.xsl
Description: application/xslt


[dspace-tech] Problem with Dspace CRIS 5.5 Oracle database error

2016-10-06 Thread Alejandro Melián
Hi,

I'm trying to upgrade from DSpace 3.2 Oracle to DSpace CRIS 5.5 Oracle. 
Migration seems ok:


Database Software: Oracle version Oracle Database 11g Enterprise Edition 
Release 11.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing 
options

Database Driver: Oracle JDBC driver version 11.2.0.4.0


+++-+-+

| Version| Description| Installed on| State 
  |

+++-+-+

| 1.2| Initial DSpace 1.2 Oracle  | | 
PreInit |

| 1.3| Upgrade to DSpace 1.3 sche | | 
PreInit |

| 1.3.9  | Drop constraint for DSpace | | 
PreInit |

| 1.4| Upgrade to DSpace 1.4 sche | | 
PreInit |

| 1.4.2  | Upgrade to DSpace 1.4.2 sc | | 
PreInit |

| 1.5| Upgrade to DSpace 1.5 sche | | 
PreInit |

| 1.5.9  | Drop constraint for DSpace | | 
PreInit |

| 1.6| Upgrade to DSpace 1.6 sche | | 
PreInit |

| 1.7| Upgrade to DSpace 1.7 sche | | 
PreInit |

| 1.8| Upgrade to DSpace 1.8 sche | | 
PreInit |

| 3.0| Initializing from DSpace 3 | 2016-09-21 12:59:12 | 
Success |

| 4.0| Upgrade to DSpace 4.x sche | 2016-09-21 12:59:14 | 
Success |

| 4.1.0.0| DSpaceCRIS-crismodule data | 2016-09-21 12:59:18 | 
Success |

| 4.1.0.1| DSpaceCRIS-crispubmed data | 2016-09-21 12:59:18 | 
Success |

| 4.1.0.2| DSpaceCRIS-subscription da | 2016-09-21 12:59:18 | 
Success |

| 4.3.0.0| DSpaceCRIS-Upgrade-crismod | 2016-09-21 12:59:18 | 
Success |

| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2016-09-21 12:59:18 | 
Success |

| 5.0.2014.09.25 | DS 1582 Metadata For All O | 2016-09-21 12:59:18 | 
Success |

| 5.0.2014.09.26 | DS-1582 Metadata For All O | 2016-09-21 12:59:43 | 
Success |

| 5.3.0.0| DSpaceCRIS-Upgrade-crismod | 2016-09-21 12:59:43 | 
Success |

| 5.3.0.1| FIX-SNAPSHOT-DSpaceCRIS-Up | 2016-09-21 12:59:43 | 
Success |

| 5.3.0.2| DSpaceCRIS-Upgrade-crismod | 2016-09-21 12:59:43 | 
Success |

| 5.3.0.3| DSpaceCRIS-Upgrade-crismod | 2016-09-21 12:59:43 | 
Success |

| 5.3.0.4| DSpaceCRIS-Upgrade-crismod | 2016-09-21 13:19:00 | 
Success |

| 5.3.0.5| DSpaceCRIS-Upgrade-crismod | 2016-09-21 13:55:24 | 
Success |

| 5.3.0.6| DSpaceCRIS-Upgrade-crismod | 2016-09-21 13:55:24 | 
Success |

| 5.3.1.0| DSpaceCRIS-Upgrade-crismod | 2016-09-21 13:55:24 | 
Success |

| 5.3.1.1| DSpaceCRIS-Upgrade-crismod | 2016-09-21 13:55:24 | 
Success |

| 5.4.0.0| DSpaceCRIS-Upgrade-crismod | 2016-09-21 14:18:12 | 
Success |

| 5.4.0.1| DSpaceCRIS-Upgrade-crismod | 2016-09-21 17:20:19 | 
Success |

| 5.5.0.1| DSpaceCRIS-Upgrade-crismod | 2016-09-21 17:20:19 | 
Success |

| 5.5.1.0| DSpaceCRIS-Upgrade-crismod | 2016-09-21 17:44:05 | 
Success |

| 5.5.1.1| DSpaceCRIS-Upgrade-crismod | 2016-09-21 17:44:05 | 
Success |

| 5.5.1.2| DSpaceCRIS-Upgrade-crismod | 2016-09-21 18:03:39 | 
Success |

+++-+-+



although I had to tweak some SQL files for FlywayDB not give errors. For 
example: in 
DSpace/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/oracle/V5.3.0.2__DSpaceCRIS-Upgrade-crismodule_5_to_53.sql
 
there is a field "mode" which is a reserved word in Oracle (renamed to 
"modo" ?)


Well, the point is that Dspace CRIS seems ok but when I try create a 
Researcher profile, I get this error:



=

org.springframework.web.util.NestedServletException: Request processing 
failed; nested exception is org.hibernate.exception.SQLGrammarException: 
ORA-00904: "AVALUE2_"."BOOLEANVALUE": invalid identifier


at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894)

at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)

at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

at 

[dspace-tech] db password question

2016-10-06 Thread Tony Brian Albers
Hi guys,

Running DS6.0,

How do you specify a postgres password in local.cfg that contains #'s?

TIA

/tony
-- 
Best regards,

Tony Albers
Systems administrator, IT-development
State and University Library, Victor Albecks Vej 1, 8000 Aarhus C, Denmark.
Tel: +45 8946 2316

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.