Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Claudia Jürgen


Hello Jose,

this is for one item in a collection, in order to move all items in a 
collection, execute with backup of your db first:


1.
update item set owning_collection=NewCollectionID where item_id in 
(select item_id from item where owning_collection=OldCollectionID);


2.
update collection2item set collection_id=NewCollectionID where 
collection_id=OldCollectionID and item_id in (select item_id from item 
where owning_collection=OldCollectionID);


3.
run index-update (not index-init)

Hope that helps

Claudia Jürgen





Am 25.03.2010 18:45, schrieb Blanco, Jose:

I need to move all the items from one collection to another, and I'm
going to do it from postgres, but before I do it, I want to make sure
this is what I need to do.  Could someone verify that I have not left
anything out.

1) Run this SQL update item set owning_collection=NewCollectionID
where  item_id=ItemID;

2) Then run this SQL for all the items in the collection update
collection2item set collection_id=NewCollectionID where
collection_id=OldCollectionID and item_id=ItemID;

3) Finally run this

index-init

Thank you! Jose

--



Download Intel#174; Parallel Studio Eval

Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance. See
why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___ DSpace-tech mailing
list DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] DSpace RESTful API

2010-03-26 Thread Hayden Young

Hi Bojan

What are your plans for maintaining the rest project? I'm happy to help 
out where I can, I'm not a Java programmer by trade but I can have my 
Java programmers review code and add/update source when/where required.


I understand you've had problems with testing in the past, and while our 
current rest requirements are certainly not taxing, they should provide 
a good real-world test of the module as we begin to rely more on rest to 
interrogate DSpace data. Additionally, our implementations will be 
released under an open source license so others can build upon our code 
if they wish (or at least use it as an example and implement their own).


One area I can help with is documentation, whether it is code examples 
in a wiki or proofing source descriptions.


Cheers


Hayden

On 26/03/10 03:39, Stuart Lewis wrote:

Hi Bojan,

   

I have tested it and resolved issues/errors found at this time, however,
I think this code hasn't been checked or tested extensively by community
so this contributed to the fact that the code is not yet included in the
distribution. During development we issued several calls on the dev list
asking for feature suggestions etc but not much interest has been raised.
 

Unfortunately that is one of the joys / pains of being a community developed 
open source project. The amount of effort that we have varies considerably over 
time, as do people's interest.

However, a year on, there is a lot more interest from a larger group of people 
to see a RESTful API for DSpace, so we would love to see it developed to a 
point where we can include it as part of the core product. So I suspect this 
year there will likely be a lot more interest from the community and wider 
mentoring group. We're also likely to request less GSoC students this year, as 
we recognize that we have perhaps spread ourselves too thinly in the past, and 
we're actively recruiting more mentors to ensure that there is a small team of 
mentors for each project rather than just one or two.


   

Anyways, I was thinking to apply to GSoC/DSpace again. If there is
interest and need in community (mentors, new ideas wrt additional
requirements/changes/...) I could continue with this code or apply for
other subproject.
 

Speaking purely for myself, although I'm sure others would agree, we'd love to 
have you apply again, and carry on with the project. The timing of GSoC is 
likely going to fit well with our next release (1.7), so we can actively work 
towards getting the project included as part of that. If the API itself gets 
finished earlier than the end of GSoC, it would be good to start writing some 
example applications that make use of the API, or rewrite some current 
components that would be better broken away from talking to the dspace-api core 
directly, and go via the API.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

   


--
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf

NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed.

attachment: haydenyoung.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi All 

 

I want to setup thumbnails to our institutional repository, I done some
changes in dspace.cfg file but I can't see the results on the browser,
can anyone who have setup thumbnails on dspace assist.

 

Regarsd,

Lewatle


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote:


Hi All

I want to setup thumbnails to our institutional repository, I done 
some changes in dspace.cfg file but I can’t see the results on the 
browser, can anyone who have setup thumbnails on dspace assist.


Regarsd,

Lewatle

This communication is intended for the addressee only. It is 
confidential. If you have received this communication in error, please 
notify us immediately and destroy the original message. You may not 
copy or disseminate this communication without the permission of the 
University. Only authorized signatories are competent to enter into 
agreements on behalf of the University and recipients are thus advised 
that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the 
author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between 
the University and outsiders are subject to South African Law unless 
the University agrees in writing to the contrary.



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf

NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed.

attachment: haydenyoung.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi Hayden and Dspace Team

 

I am now running filter-media as my files in a repo are many I am still waiting 
for the command to finish its task, I will indicate if anything is working as 
expected or not.

 

Regards,

Lewatle

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 11:00 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote: 

Hi All 

 

I want to setup thumbnails to our institutional repository, I done some changes 
in dspace.cfg file but I can’t see the results on the browser, can anyone who 
have setup thumbnails on dspace assist.

 

Regarsd,

Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.

 
 
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
 
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  





-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf
 
NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed. 

htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
Hi Hayden and Dspace Team

 

No changes I can see on web browser.

 

Below is what I have done inside dspace.cfg and I then run filter-media in my 
dspace bin directory and also restarted tomcat.

Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .

 

Regards,

Lewatle 

 

 

 

# Settings for Thumbnail creation #

 

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

 

# max dimensions of the browse/search thumbs. Must be = thumbnail.maxwidth

# and thumbnail.maxheight. Only need to be set if required to be smaller than

# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

 

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

 

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

 

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

 

 

From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
Sent: 26 March 2010 11:47 AM
To: Hayden Young; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Hi Hayden and Dspace Team

 

I am now running filter-media as my files in a repo are many I am still waiting 
for the command to finish its task, I will indicate if anything is working as 
expected or not.

 

Regards,

Lewatle

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 11:00 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote: 

Hi All 

 

I want to setup thumbnails to our institutional repository, I done some changes 
in dspace.cfg file but I can’t see the results on the browser, can anyone who 
have setup thumbnails on dspace assist.

 

Regarsd,

Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.

 
 
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
 
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  

 

-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf
 
NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed. 
This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the 

[Dspace-tech] FW: Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
 

I am running XMLUI

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 02:42 PM
To: Lewatle Phaladi
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Are you running JSP or XMLUI?

On 26/03/10 20:16, Lewatle Phaladi wrote: 

Hi Hayden and Dspace Team

 

No changes I can see on web browser.

 

Below is what I have done inside dspace.cfg and I then run filter-media in my 
dspace bin directory and also restarted tomcat.

Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .

 

Regards,

Lewatle 

 

 

 

# Settings for Thumbnail creation #

 

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

 

# max dimensions of the browse/search thumbs. Must be = thumbnail.maxwidth

# and thumbnail.maxheight. Only need to be set if required to be smaller than

# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

 

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

 

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

 

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

 

 

From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
Sent: 26 March 2010 11:47 AM
To: Hayden Young; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Hi Hayden and Dspace Team

 

I am now running filter-media as my files in a repo are many I am still waiting 
for the command to finish its task, I will indicate if anything is working as 
expected or not.

 

Regards,

Lewatle

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 11:00 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote: 

Hi All 

 

I want to setup thumbnails to our institutional repository, I done some changes 
in dspace.cfg file but I can’t see the results on the browser, can anyone who 
have setup thumbnails on dspace assist.

 

Regarsd,

Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.

 
 
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
 
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  

 

-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf
 
NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed. 
This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not 

Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young

Are you running JSP or XMLUI?

On 26/03/10 20:16, Lewatle Phaladi wrote:


Hi Hayden and Dspace Team

No changes I can see on web browser.

Below is what I have done inside dspace.cfg and I then run 
filter-media in my dspace bin directory and also restarted tomcat.


Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .


Regards,

Lewatle

# Settings for Thumbnail creation #

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

# max dimensions of the browse/search thumbs. Must be = 
thumbnail.maxwidth


# and thumbnail.maxheight. Only need to be set if required to be 
smaller than


# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

*From:* Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za]
*Sent:* 26 March 2010 11:47 AM
*To:* Hayden Young; dspace-tech@lists.sourceforge.net
*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Hi Hayden and Dspace Team

I am now running filter-media as my files in a repo are many I am 
still waiting for the command to finish its task, I will indicate if 
anything is working as expected or not.


Regards,

Lewatle

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 11:00 AM
*To:* dspace-tech@lists.sourceforge.net
*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote:

Hi All

I want to setup thumbnails to our institutional repository, I done 
some changes in dspace.cfg file but I can’t see the results on the 
browser, can anyone who have setup thumbnails on dspace assist.


Regarsd,

Lewatle

This communication is intended for the addressee only. It is 
confidential. If you have received this communication in error, please 
notify us immediately and destroy the original message. You may not 
copy or disseminate this communication without the permission of the 
University. Only authorized signatories are competent to enter into 
agreements on behalf of the University and recipients are thus advised 
that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the 
author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between 
the University and outsiders are subject to South African Law unless 
the University agrees in writing to the contrary.


  
  
--

Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
  
  
___

DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net  mailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e.haydenyo...@wijiti.com  mailto:haydenyo...@wijiti.com
w.www.wijiti.com  http://www.wijiti.com
vcard.www.wijiti.com/vcard/haydenyoung.vcf  
http://www.wijiti.com/vcard/haydenyoung.vcf
  
NOTICE

This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed.

This communication is intended for the addressee only. It is 
confidential. If you have received this communication in error, please 
notify us immediately and destroy the original message. You may not 
copy or disseminate this communication without the permission of the 
University. Only authorized 

[Dspace-tech] Complicated Nested XML Schema

2010-03-26 Thread RENTON Scott
Hi folks,

I'm working on a project which intends to harvest metadata using a non-dublin 
core schema (entitled LIDO. This schema is quite involved- the XML is nested 
into chunks of fields; here's a typical wrap of which there are many within 
the overall schema.

lido:objectMeasurementWrap
lido:objectMeasurementSet 
lido:displayObjectMeasurements Total length: 2250 mm - 
Keyboard width: 815 mm 
/lido:displayObjectMeasurements 
lido:objectMeasurements 
lido:measurementsSet lido:unit=mm lido:type=Total 
length lido:value=2250/lido:measurementsSet 
lido:measurementsSet lido:unit=mm 
lido:type=Keyboard width lido:value=815   
/lido:measurementsSet 
/lido:objectMeasurements 
/lido:objectMeasurementSet 
/lido:objectMeasurementWrap

I could easily create a schema called LIDO in Dspace which just lists the 
individual fields, but the harvester will want to pick up these wraps and 
sets (typical getRecord request as agreed by the harvester:  
http://www.aMuseum.org/cgi-bin/oai/verb=GetRecordmetadataPrefix=lidoidentifier=record
 1 identifier). 

Is there any way to create a complex schema in dspace other than the metadata 
registry on the front end, or is there a facility to generated nested schemas 
within the metadata registry which I don't know about?

I can attach the full schema if anyone would like to see it!

Thanks again
Scott

Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Lewatle Phaladi
What do I have to type inside the file ./config/xmlui.xconf's

Please give step by step

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 02:58 PM
To: Lewatle Phaladi
Cc: DSpace
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Ah, okay. You'll need to make some changes to your layout or try a different 
theme as the XMLUI controls thumbnail display and not the config file.

Check out the ./config/xmlui.xconf's themes section if you want to change the 
theme.

On 26/03/10 20:43, Lewatle Phaladi wrote: 

I am running XMLUI

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 02:42 PM
To: Lewatle Phaladi
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Are you running JSP or XMLUI?

On 26/03/10 20:16, Lewatle Phaladi wrote: 

Hi Hayden and Dspace Team

 

No changes I can see on web browser.

 

Below is what I have done inside dspace.cfg and I then run filter-media in my 
dspace bin directory and also restarted tomcat.

Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .

 

Regards,

Lewatle 

 

 

 

# Settings for Thumbnail creation #

 

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

 

# max dimensions of the browse/search thumbs. Must be = thumbnail.maxwidth

# and thumbnail.maxheight. Only need to be set if required to be smaller than

# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

 

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

 

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

 

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

 

 

From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
Sent: 26 March 2010 11:47 AM
To: Hayden Young; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Hi Hayden and Dspace Team

 

I am now running filter-media as my files in a repo are many I am still waiting 
for the command to finish its task, I will indicate if anything is working as 
expected or not.

 

Regards,

Lewatle

 

From: Hayden Young [mailto:haydenyo...@wijiti.com] 
Sent: 26 March 2010 11:00 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace Thumbnails

 

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote: 

Hi All 

 

I want to setup thumbnails to our institutional repository, I done some changes 
in dspace.cfg file but I can’t see the results on the browser, can anyone who 
have setup thumbnails on dspace assist.

 

Regarsd,

Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.

 
 
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
 
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  

 

-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf
 
NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 

[Dspace-tech] [GSOC] query regarding application procedure

2010-03-26 Thread Gaurav Paliwal
I have few question regarding GSOC :

1. Can I use third party API  (open source) into DSpace project : provided I
take care of licensing policies of those API's/Open Source Projects.
2. In the Student Application Process at
http://www.fedora-commons.org/confluence/display/GSOC/Google+Summer+of+Code+%28GSOC%29


point 5 states that :  5. A clearly defined timeline/project plan 

If I write milestone, deadline , deliverable and other project related
things under this point that what should I write under

point 4 which states that :  4. how you propose to do it 

As project plan given under section 5 itself gives a broad overview on how
does I propose to do it.or I have to write something extra under this
section 4.


-- 
With Regards,
Gaurav Paliwal
http://gaurav.tk
Undergraduate Student
GGSIPU http://www.ipu.ac.in/ ( Govt. of NCT , India )
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Deficiencies in Dspace

2010-03-26 Thread AMJAD USMAN

Hello everybody,

In the last survey of dspace, did you people collected a list of deficiencies 
from the community.. 
from deficiency i mean features that dspace is lacking like semantic search etc.

secondly, the controlled vocabulary module that is made available in dspace 1.6 
package, is not mature one.
if i want to use my own vocabulary, then how i will do it ?

have you come across any searching deficiency depicted by community during the 
recent survey?


regards:
Amjeeki
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Mark H. Wood
On Fri, Mar 26, 2010 at 07:52:59AM +0100, Claudia Jürgen wrote:
 1.
 update item set owning_collection=NewCollectionID where item_id in 
 (select item_id from item where owning_collection=OldCollectionID);
 
 2.
 update collection2item set collection_id=NewCollectionID where 
 collection_id=OldCollectionID and item_id in (select item_id from item 
 where owning_collection=OldCollectionID);

It looks to me as though step 2 needs to happen before step 1, since
after step 1 there should be no rows in item with owning_collection =
OldCollectionID.  I don't need the need for the interior SELECT in
step 1 either.

Would this work:

1.  UPDATE collection2item SET collection_id = NewCollectionID
WHERE collection_id = OldCollectionID
 AND item_id IN (SELECT item_id FROM item
 WHERE owning_collection = OldCollectionID);

2.  UPDATE item SET owning_collection = NewCollectionID
WHERE owning_collection = OldCollectionID;

[unnecessary polishing follows]

I suspect that the second WHERE term in the update of collection2item
is not needed, since I can't think of a reason for
collection2item.owning_collection to have a value X unless the row in
item with the same item_id value also has owning_collection = X.

[sticking my neck out even further]

In fact, I don't see why we have collection2item at all.  Isn't it
simply equivalent to a secondary index over item.owning_collection?
(There is also a foreign-key reference constraint on
collection2item.owning_collection, but couldn't that be transferred to
item as well?)

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Balance your desire for bells and whistles with the reality that only a 
little more than 2 percent of world population has broadband.
-- Ledford and Tyler, _Google Analytics 2.0_


pgpEoTV4tprwK.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young
Ah, okay. You'll need to make some changes to your layout or try a 
different theme as the XMLUI controls thumbnail display and not the 
config file.


Check out the ./config/xmlui.xconf's themes section if you want to 
change the theme.


On 26/03/10 20:43, Lewatle Phaladi wrote:


I am running XMLUI

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 02:42 PM
*To:* Lewatle Phaladi
*Cc:* dspace-tech@lists.sourceforge.net
*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Are you running JSP or XMLUI?

On 26/03/10 20:16, Lewatle Phaladi wrote:

Hi Hayden and Dspace Team

No changes I can see on web browser.

Below is what I have done inside dspace.cfg and I then run 
filter-media in my dspace bin directory and also restarted tomcat.


Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .


Regards,

Lewatle

# Settings for Thumbnail creation #

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

# max dimensions of the browse/search thumbs. Must be = 
thumbnail.maxwidth


# and thumbnail.maxheight. Only need to be set if required to be 
smaller than


# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

*From:* Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za]
*Sent:* 26 March 2010 11:47 AM
*To:* Hayden Young; dspace-tech@lists.sourceforge.net 
mailto:dspace-tech@lists.sourceforge.net

*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Hi Hayden and Dspace Team

I am now running filter-media as my files in a repo are many I am 
still waiting for the command to finish its task, I will indicate if 
anything is working as expected or not.


Regards,

Lewatle

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 11:00 AM
*To:* dspace-tech@lists.sourceforge.net 
mailto:dspace-tech@lists.sourceforge.net

*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote:

Hi All

I want to setup thumbnails to our institutional repository, I done 
some changes in dspace.cfg file but I can’t see the results on the 
browser, can anyone who have setup thumbnails on dspace assist.


Regarsd,

Lewatle

This communication is intended for the addressee only. It is 
confidential. If you have received this communication in error, please 
notify us immediately and destroy the original message. You may not 
copy or disseminate this communication without the permission of the 
University. Only authorized signatories are competent to enter into 
agreements on behalf of the University and recipients are thus advised 
that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the 
author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between 
the University and outsiders are subject to South African Law unless 
the University agrees in writing to the contrary.


  
  
--

Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
  
  
___

DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net  mailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6102 1198
m. +61 (0) 405 520 778
e.haydenyo...@wijiti.com  mailto:haydenyo...@wijiti.com
w.www.wijiti.com  http://www.wijiti.com
vcard.www.wijiti.com/vcard/haydenyoung.vcf  
http://www.wijiti.com/vcard/haydenyoung.vcf
  
NOTICE

This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged 

Re: [Dspace-tech] moving items in a collection.

2010-03-26 Thread Claudia Jürgen

Hi Mark,

yes you're right in case of multiple items the order should be reverse.


Claudia

Am 26.03.2010 14:55, schrieb Mark H. Wood:

On Fri, Mar 26, 2010 at 07:52:59AM +0100, Claudia Jürgen wrote:

1.
update item set owning_collection=NewCollectionID where item_id in
(select item_id from item where owning_collection=OldCollectionID);

2.
update collection2item set collection_id=NewCollectionID where
collection_id=OldCollectionID and item_id in (select item_id from item
where owning_collection=OldCollectionID);


It looks to me as though step 2 needs to happen before step 1, since
after step 1 there should be no rows in item with owning_collection =
OldCollectionID.  I don't need the need for the interior SELECT in
step 1 either.

Would this work:

1.  UPDATE collection2item SET collection_id = NewCollectionID
 WHERE collection_id = OldCollectionID
  AND item_id IN (SELECT item_id FROM item
 WHERE owning_collection = OldCollectionID);

2.  UPDATE item SET owning_collection = NewCollectionID
 WHERE owning_collection = OldCollectionID;

[unnecessary polishing follows]

I suspect that the second WHERE term in the update of collection2item
is not needed, since I can't think of a reason for
collection2item.owning_collection to have a value X unless the row in
item with the same item_id value also has owning_collection = X.

[sticking my neck out even further]

In fact, I don't see why we have collection2item at all.  Isn't it
simply equivalent to a secondary index over item.owning_collection?
(There is also a foreign-key reference constraint on
collection2item.owning_collection, but couldn't that be transferred to
item as well?)




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Thumbnails

2010-03-26 Thread Hayden Young

What does your themes/themes section look like?

Also, when you run filter-media, are thumbnails being created? Look for 
image files ending with extensions such as png.jpg.


On 26/03/10 21:09, Lewatle Phaladi wrote:


What do I have to type inside the file ./config/xmlui.xconf's

Please give step by step

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 02:58 PM
*To:* Lewatle Phaladi
*Cc:* DSpace
*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Ah, okay. You'll need to make some changes to your layout or try a 
different theme as the XMLUI controls thumbnail display and not the 
config file.


Check out the ./config/xmlui.xconf's themes section if you want to 
change the theme.


On 26/03/10 20:43, Lewatle Phaladi wrote:

I am running XMLUI

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 02:42 PM
*To:* Lewatle Phaladi
*Cc:* dspace-tech@lists.sourceforge.net 
mailto:dspace-tech@lists.sourceforge.net

*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Are you running JSP or XMLUI?

On 26/03/10 20:16, Lewatle Phaladi wrote:

Hi Hayden and Dspace Team

No changes I can see on web browser.

Below is what I have done inside dspace.cfg and I then run 
filter-media in my dspace bin directory and also restarted tomcat.


Please sent me copy of your configuration files where you setup  only 
thumbnails part and steps that I may be jumping .


Regards,

Lewatle

# Settings for Thumbnail creation #

# whether to display thumbnails on browse and search results pages (1.2+)

# If you have customised the Browse columnlist, then you must also

# include a 'thumbnail' column in your configuration (1.5+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

#changed from false to true

webui.browse.thumbnail.show = true

# max dimensions of the browse/search thumbs. Must be = 
thumbnail.maxwidth


# and thumbnail.maxheight. Only need to be set if required to be 
smaller than


# dimension of thumbnails generated by mediafilter (1.2+)

webui.browse.thumbnail.maxheight = 80

webui.browse.thumbnail.maxwidth = 80

# whether to display the thumb against each bitstream (1.2+)

# (This configuration is not used by XMLUI.  To show thumbnails in the

#  XMLUI, you just need to create a theme which displays them)

webui.item.thumbnail.show = true

# where should clicking on a thumbnail from browse/search take the user

# Only values currently supported are item and bitstream

webui.browse.thumbnail.linkbehaviour = item

# maximum width and height of generated thumbnails

thumbnail.maxwidth  80

thumbnail.maxheight 80

*From:* Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za]
*Sent:* 26 March 2010 11:47 AM
*To:* Hayden Young; dspace-tech@lists.sourceforge.net 
mailto:dspace-tech@lists.sourceforge.net

*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Hi Hayden and Dspace Team

I am now running filter-media as my files in a repo are many I am 
still waiting for the command to finish its task, I will indicate if 
anything is working as expected or not.


Regards,

Lewatle

*From:* Hayden Young [mailto:haydenyo...@wijiti.com]
*Sent:* 26 March 2010 11:00 AM
*To:* dspace-tech@lists.sourceforge.net 
mailto:dspace-tech@lists.sourceforge.net

*Subject:* Re: [Dspace-tech] Dspace Thumbnails

Try running filter-media, it is located in your dspace bin directory.

Cheers


Hayden

On 26/03/10 16:38, Lewatle Phaladi wrote:

Hi All

I want to setup thumbnails to our institutional repository, I done 
some changes in dspace.cfg file but I can’t see the results on the 
browser, can anyone who have setup thumbnails on dspace assist.


Regarsd,

Lewatle

This communication is intended for the addressee only. It is 
confidential. If you have received this communication in error, please 
notify us immediately and destroy the original message. You may not 
copy or disseminate this communication without the permission of the 
University. Only authorized signatories are competent to enter into 
agreements on behalf of the University and recipients are thus advised 
that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the 
author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between 
the University and outsiders are subject to South African Law unless 
the University agrees in writing to the contrary.


  
  
--

Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
  
  
___

DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net  

[Dspace-tech] Can't access Dspace

2010-03-26 Thread Henry Atsu Agbodza
I've been able to fix the last problem i reported. I no more have any
internal dspace error problem. My current problem is my inability to
access Dspace on any of the LAN computers. The Dspace server runs on
fedora and i gave it a private IP for now. Actually i'm currently testing
before i give a presentation on it. I'm able to access the internet on the
Dspace computer. Also when i ping the private IP of the Dspace Server on
anyother LAN computer it responds. Please note, all the other LAN
computers are running windows. I will really appreciate any response.
Thanks in advance



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] date.issued in input-forms.xml

2010-03-26 Thread Lucas Mocellin
Hi folks,

regarding this:
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg09920.html
If you check the item has been published before during the initial
questions the date issued etc. will appear.
in the submission process.. my scenario is that ALWAYS it is checked, so I
don't want to ask and just use this metadata
but if I put it directly in the input-forms it doesn't show up
does someone know how to do that?

thanks,

Lucas.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Feeback link and register user error

2010-03-26 Thread Heh, Gregory
I'm getting the following  in the Dspace log  when clicking the feeback
link or trying to register a new user.  Internal System Error appears
on the webpage.  Any assistance is appreciated.  Thanks.

 

 

 

 

2010-03-26 12:58:23,989 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=564C77B9FD8587B3FFB3F7BA07D748C8:internal_error:-- URL Was:
htt$

-- Method: GET

-- Parameters were:

 

java.net.UnknownHostException: dSpace-Production: dSpace-Production

at java.net.InetAddress.getLocalHost(InetAddress.java:1353)

at
org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(FeedbackServlet.jav
a:87)

at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:151)

at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)

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

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

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)

at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)

at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)

at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)

at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
93)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
9)

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)

at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)

at java.lang.Thread.run(Thread.java:619)

2010-03-26 12:58:24,045 WARN  org.dspace.app.webui.util.UIUtil @ Unable
to send email alert

javax.mail.MessagingException: 501 5.0.0 HELO requires domain address

 

at
com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1363)

at com.sun.mail.smtp.SMTPTransport.helo(SMTPTransport.java:838)

at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:375)

at javax.mail.Service.connect(Service.java:275)

at javax.mail.Service.connect(Service.java:156)

at javax.mail.Service.connect(Service.java:105)

at javax.mail.Transport.send0(Transport.java:168)

at javax.mail.Transport.send(Transport.java:98)

at org.dspace.core.Email.send(Email.java:362)

at org.dspace.app.webui.util.UIUtil.sendAlert(UIUtil.java:480)

at
org.dspace.app.webui.servlet.InternalErrorServlet.doGet(InternalErrorSer
vlet.java:86)

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

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

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
her.java:646)

at
org.apache.catalina.core.ApplicationDispatcher.processRequest(Applicatio
nDispatcher.java:438)

at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
atcher.java:374)

at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
cher.java:302)

at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java
:416)

at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.j
ava:271)

at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:142)

at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)

at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
93)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
9)

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)

at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)

at java.lang.Thread.run(Thread.java:619)

 

Greg 

 


This email message and any files transmitted with it are intended only for the 
use of the individual or entity to which it is addressed and may contain 
information that is privileged, confidential, and exempt from disclosure under 
applicable law.  Any use, distribution, copying or disclosure by anyone other 
than the intended individual 

[Dspace-tech] Question about setting embargoes

2010-03-26 Thread George Stanley Kozak
Hi...

I have a question about using the new Embargo feature.  Previous to DSpace 1.6, 
I used an altered version of the code developed by Terry Owen (U of Maryland).  
Now I am trying to use the new Embargo feature.

I created two fields: dc.embargo.terms and dc.embargo.liftdate and added them 
to an existing Thesis in my test system.  I was not able to have the embargo 
applied.

Is there any documentation that shows some concrete examples of setting these 
parameters and getting the embargo working?  Also, when I try to run 
/dspace/bin/dspace embargo-lifter -c, I get the error:
Command not found: embargo-lifter.

I did uncomment things in dspace.cfg for the embargo.  Any ideas would be 
appreciated ;-)

George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread Antoanne Christopher
George,
Try to run dspace/bin/dsrun org.dspace.embargo.EmbargoManager -c
But, with this command you can´t change the bitstreams authorizations, just
check the state of embargoed Items.

Antoanne Pontes

On Fri, Mar 26, 2010 at 4:02 PM, George Stanley Kozak g...@cornell.eduwrote:

  Hi…



 I have a question about using the new Embargo feature.  Previous to DSpace
 1.6, I used an altered version of the code developed by Terry Owen (U of
 Maryland).  Now I am trying to use the new Embargo feature.



 I created two fields: dc.embargo.terms and dc.embargo.liftdate and added
 them to an existing Thesis in my test system.  I was not able to have the
 embargo applied.



 Is there any documentation that shows some concrete examples of setting
 these parameters and getting the embargo working?  Also, when I try to run
 /dspace/bin/dspace embargo-lifter –c, I get the error:

 “Command not found: embargo-lifter”.



 I did uncomment things in dspace.cfg for the embargo.  Any ideas would be
 appreciated ;-)



 George Kozak

 Digital Library Specialist

 Division of Library Information Technologies (DLIT)

 501 Olin Library

 Cornell University

 Ithaca, NY 14853

 607-255-8924




 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread George Stanley Kozak
Thank you, Antoanne:

This helps.  It recognizes the items where I set the embargo fields, so I know 
I am doing something correct.

Do you know what the embargo is supposed to look like?  I am expecting to see 
some message when I try to view an embargoed item, but that's not what I am not 
seeing.

George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Antoanne Christopher [mailto:antoa...@gmail.com]
Sent: Friday, March 26, 2010 3:13 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about setting embargoes

George,
Try to run dspace/bin/dsrun org.dspace.embargo.EmbargoManager -c
But, with this command you can´t change the bitstreams authorizations, just 
check the state of embargoed Items.

Antoanne Pontes
On Fri, Mar 26, 2010 at 4:02 PM, George Stanley Kozak 
g...@cornell.edumailto:g...@cornell.edu wrote:
Hi...

I have a question about using the new Embargo feature.  Previous to DSpace 1.6, 
I used an altered version of the code developed by Terry Owen (U of Maryland).  
Now I am trying to use the new Embargo feature.

I created two fields: dc.embargo.terms and dc.embargo.liftdate and added them 
to an existing Thesis in my test system.  I was not able to have the embargo 
applied.

Is there any documentation that shows some concrete examples of setting these 
parameters and getting the embargo working?  Also, when I try to run 
/dspace/bin/dspace embargo-lifter -c, I get the error:
Command not found: embargo-lifter.

I did uncomment things in dspace.cfg for the embargo.  Any ideas would be 
appreciated ;-)

George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about setting embargoes

2010-03-26 Thread Richard Rodgers
Hi George:

A couple of observations: first, the dc.embargo.terms only get 'applied' when 
an item is installed into the repository - it will have no effect on items 
already in the repo. So to test, create a new Thesis, and submit it via the web 
submission UI (or via batch, etc): be sure that the 'terms' field has a 
reasonable date in the future. Then when the item is installed (i.e. exits 
workflow, if any is defined), you should see that the embargo has been applied. 
Second, there was an omission in the new DSpace launcher that left out the 
Embargo lifter. But see

http://jira.dspace.org/jira/browse/DS-506

for a way to fix that. THe next bug fix release will include this change

Thanks,

Richard R

On Mar 26, 2010, at 3:02 PM, George Stanley Kozak wrote:

Hi…

I have a question about using the new Embargo feature.  Previous to DSpace 1.6, 
I used an altered version of the code developed by Terry Owen (U of Maryland).  
Now I am trying to use the new Embargo feature.

I created two fields: dc.embargo.terms and dc.embargo.liftdate and added them 
to an existing Thesis in my test system.  I was not able to have the embargo 
applied.

Is there any documentation that shows some concrete examples of setting these 
parameters and getting the embargo working?  Also, when I try to run 
/dspace/bin/dspace embargo-lifter –c, I get the error:
“Command not found: embargo-lifter”.

I did uncomment things in dspace.cfg for the embargo.  Any ideas would be 
appreciated ;-)

George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

ATT1.cATT2.c

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech