Re: [Dspace-tech] Handle assignment strangeness

2014-02-14 Thread helix84
On Fri, Feb 14, 2014 at 3:02 AM, Jeffrey A Trimble jatrim...@ysu.edu wrote:
 The fix that is listed on the 4.1 release notes does work perfectly fine.
 The fix mentioned in the DS-1536 that contains the '#39’ in the codes is a
 boo-boo .

Thanks for the confirmation. I assumed you tested the Postgres version.
I moved the section to the Upgrading instructions to keep release
notes brief and linked to it.

 The only thing that hasn’t been created is sql statements to check one’s
 work. (I used pgAdmin because I was too lazy to do that!)

You can't really do that. Once you do the update, there's no way to
tell which metadata has been previously affected. You'd have to have a
list from before you fixed it.


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Call for translation updates

2014-02-14 Thread helix84
Hello DSpace community,

with the upcoming 4.1 (scheduled for February 28), this is a great
time to send your translation updates to be part of this release.

We don't have many translations updated for DSpace 4 yet. The great
news is it isn't much work to update your DSpace 3 translations for
DSpace 4.

You can find the latest English messages for XMLUI and JSPUI,
respectively, here:
https://raw2.github.com/DSpace/DSpace/dspace-4_x/dspace-xmlui/src/main/webapp/i18n/messages.xml
https://raw2.github.com/DSpace/DSpace/dspace-4_x/dspace-api/src/main/resources/Messages.properties

You can find the latest translations that are already part of DSpace here:
https://github.com/DSpace/dspace-xmlui-lang/tree/master/src/main/webapp/i18n
https://github.com/DSpace/dspace-api-lang/tree/master/src/main/resources

The preferred way of submitting the updated files is via Jira, though
if that is a problem for you, you can email us instead.


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] using a new commons-pool.jar

2014-02-14 Thread helix84
Hi Jose, this should help:

http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread Bhavesh Patel
Dear All,

I want to migrate collection to main community.

Below is the current community and collection structure

Community 1
   Collection 1_1
Community 2
   Collection 2_1
   Collection 2_2
community 3
   Collection 3_1

Now I want to create one seperate community for Collection 2_2 then

how it's possible to make collection to main community ?

after migrating the collection to community the list should look like

Community 1
   Collection 1_1
Community 2
   Collection 2_1
community 3
   Collection 3_1
community 4  [ it's new from Collection_2_2 ]

Let me know if it's possible..

DSpace version 3.2


Thanks,
Bhavesh


Thanks  Regards,
*Bhavesh R. Patel *

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today
*Please consider the environment before printing this e-mail.*
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread helix84
Hi Bhavesh,

it is possible to change the parent of a community or to make it a
top-level community (i.e. no parent). For that, use community-filitor,
see [1].

However, two things are not possible (the second is the consequence of
the first):
1) You cannot have items directly under a community. Only collections
can contain items.
2) Therefore you cannot change a collection to a community.

This is not possible:

* Community 1
** Collection 1_1
*** item A
* community 4
** item B

This is possible:

* Community 1
** Collection 1_1
*** item A
* community 4
** Collection_2_2
*** item B


[1] https://wiki.duraspace.org/display/DSDOC3x/Managing+Community+Hierarchy


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] using a new commons-pool.jar

2014-02-14 Thread Bram Luyten
Interesting,

for what it's worth: I did half an attempt to do this back in December but
couldn't get it working.
Still, I've put up the code here, use at your own peril ;) Right now, this
code does not compile

https://github.com/bram-atmire/DSpace/compare/commons-pool
https://github.com/bram-atmire/DSpace/commit/069949b94c3105c21512d682bf4c1dff38bf3429

I can't remember why, but I vaguely recall that the Factory object needed
to be replaced by a newer one.

rgds

Bram

-- 
[image: logo]
*Bram Luyten* +1 202 684 6365
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml



On Fri, Feb 14, 2014 at 11:23 AM, helix84 heli...@centrum.sk wrote:

 Hi Jose, this should help:

 http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html


 Regards,
 ~~helix84

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


 --
 Android apps run on BlackBerry 10
 Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
 Now with support for Jelly Bean, Bluetooth, Mapview and more.
 Get your Android app in front of a whole new audience.  Start now.

 http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace cant load sidebar, header,...

2014-02-14 Thread helix84
Hi Alex,

try downloading the DSpace source again (preferably using git) to a
different location than you had until now. Also set up the project in
your IDE with the new location. Then try building it.


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ldap authentication after upgrade 1.8 to 3.2

2014-02-14 Thread helix84
Hi Erik,

what does your LDAP configuration look like?

Which field do you use as the user identifier and do you use a suffix
(@example.com)?


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread Bhavesh Patel
Dear helix84,

please see the current structure of our current IR.

http://vslir.iimahd.ernet.in:8080/xmlui/

See into that second community : IIMA Publications [8502]

IIMA Publications [8502] -- IIMA In Media (collection)

Now I want to remove that collection and want to make one Top level
community name as IIMA In Media and want to migrate the IIMA In
Media collection
under this new IIMA In Media Community.

Please let me know if it's possible.

Thanks,
Bhavesh



Thanks  Regards,
*Bhavesh R. Patel *

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today
*Please consider the environment before printing this e-mail.*


On Fri, Feb 14, 2014 at 5:18 PM, helix84 heli...@centrum.sk wrote:

 Hi Bhavesh,

 it is possible to change the parent of a community or to make it a
 top-level community (i.e. no parent). For that, use community-filitor,
 see [1].

 However, two things are not possible (the second is the consequence of
 the first):
 1) You cannot have items directly under a community. Only collections
 can contain items.
 2) Therefore you cannot change a collection to a community.

 This is not possible:

 * Community 1
 ** Collection 1_1
 *** item A
 * community 4
 ** item B

 This is possible:

 * Community 1
 ** Collection 1_1
 *** item A
 * community 4
 ** Collection_2_2
 *** item B


 [1]
 https://wiki.duraspace.org/display/DSDOC3x/Managing+Community+Hierarchy


 Regards,
 ~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread helix84
Is this the structure you want?

...
* IIMA Publications
** Annual Reports [48]
** Annual Reports of Indian Institute of Management, Ahmedabad
** Book Chapters [875]
** Book Chapters
** Books [480]
** Book Published by IIMA Faculty
** Cases and Notes [2262]
** Cases and Notes
** News on Indian Institute of Management
** Journal/Magazine Articles [2629]
** Journal/Magazine Article of IIM Ahmedabad
** Monographs [388]
** Newspaper Articles [749]
** Research Projects [855]
* IIMA In Media
** IIMA In Media
*** items
...

If this is what you want, then create the IIMA In Media community
and put its handle instead of parentID:

[dspace]/bin/dspace community-filiator --set --parent=parentID
--child=123456789/11287


Regards,
~~helix84

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

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Item export and import via Simple Archive Format

2014-02-14 Thread Christian Scheible
Hi together,

I have a question regarding the item export and import described here:
https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format

The export is working fine (I am exporting every collection I have to a 
different folder).
But when I try to import them again I get exceptions that the handle is 
already in use for items which are in more than one collection.
I think this means it exports all items of a collection even if the 
current collection is not the owning collection of an item.
Is this true and is there a way to avoid this?

Regards
Christian

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Doesn't show Advanced Search link in Dspace homepage

2014-02-14 Thread Carlos Walter Blandon Alvarez
Hi all.

When I open repository page with http://localhost;, doesn't show Advanced 
Search link below the basic search box in navigation block.

But if I open http://localhost/xmlui;, the Advanced Search link appears 
below the basic search box.

I have Dspace 4.0 xmlui Mirage, run on port 80.

Config in dspace.cfg: 
dspace.baseUrl = http://localhost
dspace.url = {dspace.baseUrl}


Thanks and Regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette