Re: [Dspace-tech] help with hiding Discovery facets on the main page of the repository

2013-04-29 Thread Bram Luyten
Hi Hardy,

great question!

The site value also applies to the /discover page when accessed from the
home page.

Let's say you would disable the facets in a configuration for site, they
will no longer be shown here:
http://demo.dspace.org/xmlui/
http://demo.dspace.org/xmlui/discover

Any community or collection related discovery links will still revert to
the default configuration:
e.g. http://demo.dspace.org/xmlui/handle/10673/1029/discover will not be
affected by site.

It would be great in future releases if we could provide more variables for
the map entry key like homepage, collections, communities etc

If you're only looking to disable facets on the frontpage (and keep them on
/discover), doing this through XSL may be the best way to go for now.

best regards,

Bram




-- 
[image: logo]
*Bram Luyten* *@mire*
*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, Apr 26, 2013 at 11:17 PM, Pottinger, Hardy J. 
pottinge...@missouri.edu wrote:

 Hi, we're working on bringing up Discovery on our repository. On our
 development instance, our librarians are concerned about displaying facets
 on the main home page of the repository. They'd like to hide them, and
 reserve them for display on collection and community home pages, as well
 as on the search results pages.

 From reading the documentation:
 https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-Configuringl
 istsofsidebarFacetsandsearchFilters


 It looks like you can define settings for facets based on community or
 collection, and there's a setting for site as well. I'm a bit worried if
 I change this site setting whether I'll override more than I intend.
 I'll be giving that a whirl, so my concern may be unfounded, but, if
 anyone has already done something similar, and wouldn't mind letting me
 know whether I'm on the right track, I'll pledge to update the
 documentation with a specific example, since it seems (to me) that hiding
 facets on the home page would be a common concern.

 Thanks!

 --
 HARDY POTTINGER pottinge...@umsystem.edu
 University of Missouri Library Systems
 http://lso.umsystem.edu/~pottingerhj/
 https://MOspace.umsystem.edu/
 Time and accident are committing daily havoc on the originals of the
 valuable historical and State papers deposited in our public offices. The
 late war has done the work of centuries in this business. The last cannot
 be recovered but let us save what remains not by vaults and locks which
 fence them from the public eye and use in consigning them beyond the reach
 of accident --Thomas Jefferson





 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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 display itemlist per community??

2013-04-29 Thread Nishant Goyal
I wish to display itemlist per community. Can i directly use
collections.getAllItems() which returns an ItemIterator. How to process it
further ??

-- 
Nishant Goyal
IIT MANDI
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-29 Thread María Gómez Argudo

We had already tried to run the  updating scripts to the database, but 
actually we didn´t  follow the stepts of the Dspace upgrade process.

Thanks for the advice and apologies for the inconvenience in the 
dspace-devel list.

Regards,



--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Using ftp to upload files into DSpace

2013-04-29 Thread Becker, Pascal-Nicolas
Hi,

I'm looking for a possibility to  load a lot of (50) small files or just some 
big (1 GB) files into an Item of DSpace. Loading them using a HTML form is not 
a good solution for both cases. Does one had the same problem already? Does 
anyone knows a solution for this?

The best idea I had yet is to setup an ftp server on the same* server DSpace is 
running. When a user wants to publish data into DSpace he/she can either upload 
files using the web interface or may choose files out of his/her user folder on 
the ftp server. DSpace then uses these files as if they had been uploaded by 
the web interface. Before I start to write code I would like to know if anyone 
else has done something similarly or has a better idea for the problem 
mentioned above?

Of course I won't use unencrypted ftp, but for the DSpace part it is not 
important if the files where uploaded using sftp or ftp-ssl. We are still 
setting up our DSpace repository, currently we are running tests using DSpace 
3.1 and XMLUI.

Regards,
  Pascal Becker


*Either the ftp server and DSpace runs on the same machine or both uses the 
same network storage so that DSpace can read the files uploaded using the ftp 
server.
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Unable to connect DSpace home page

2013-04-29 Thread SanjibKumarDeka
Hi,

I have successfully installed DSpace 3.1 on RHEL 6.4 version.  I have
installed
apache ant 1.9.0,
apache maven 3.0.5,
apache tomcat 7.0.39,
Postgres 9.0.6.1 and
 jdk1.7.0_17.

Now i'm unable to connect dspace from the dspace url, neither from remotely
nor from local machine. It is unable to connect any dspace url 
202.141.81.17:8080/jspui.
But it is working from the local machine http://localhost:8080/jspui

Kindly help me to come out from this situation please.

Regards,

sanjib kumar deka
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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 ftp to upload files into DSpace

2013-04-29 Thread Emilio Lorenzo
Hi Pascal-Nicolas
With that aproach you will have to cope with the file Layer of Dspace,
That is not obvious
My suggestion is that you better try import via SIP or AIP. There are a
number of small utilities (even based on excel) built around Dspace batch
import function.

https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format

Best Luck
Emilio


Becker, Pascal-Nicolas
 Hi,

 I'm looking for a possibility to  load a lot of (50) small files or just
 some big (1 GB) files into an Item of DSpace. Loading them using a HTML
 form is not a good solution for both cases. Does one had the same problem
 already? Does anyone knows a solution for this?

 The best idea I had yet is to setup an ftp server on the same* server
 DSpace is running. When a user wants to publish data into DSpace he/she
 can either upload files using the web interface or may choose files out of
 his/her user folder on the ftp server. DSpace then uses these files as if
 they had been uploaded by the web interface. Before I start to write code
 I would like to know if anyone else has done something similarly or has a
 better idea for the problem mentioned above?

 Of course I won't use unencrypted ftp, but for the DSpace part it is not
 important if the files where uploaded using sftp or ftp-ssl. We are still
 setting up our DSpace repository, currently we are running tests using
 DSpace 3.1 and XMLUI.

 Regards,
   Pascal Becker


 *Either the ftp server and DSpace runs on the same machine or both uses
 the same network storage so that DSpace can read the files uploaded using
 the ftp server.
 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring
 service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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





--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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 ftp to upload files into DSpace

2013-04-29 Thread helix84
Hi Pascal,

the problem you're trying to cope with is that HTTP doesn't have a
native way of resuming uploads (at least not that browsers actually
implement). This is the only advantage of FTP over HTTP, other than
that, FTP has only disadvantages - the need for an active port,
unfamiliarity to most modern users. I'd argue that you don't want to
use a different protocol, only a frontend that allows you to resume,
show progress and upload multiple files in a series. This can be done
using HTTP as the protocol - look at e.g. Gmail attachment or Youtube
video uploads. Yes, this requires an extra programmatic support on
both server and client side. There are quite a lot of existing
solutions out there (here's a random example, although it doesn't have
all the features:
http://www.solmetra.com/en/disp.php/en_products/flash_uploader/uploader_intro).
But if you are going to solve this problem, why not solve it in an
ideal way that will also benefit other DSpace users (assuming you'll
share your work).

If this is, for whatever reason, not the way you want to go, I can
list the different ways how you can get bitstreams to DSpace (but all
of them will require some customization of your DSpace).

As a sidenote, here's a different solution actively being worked on:
http://blogs.exeter.ac.uk/openexeterrdm/blog/2012/10/19/big-data-submission-tool-at-the-idcc/
This should be covered by the OR13 presentation Moving BIG DATA into
DSpace by Lee Taylor from University of Exeter.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Unable to connect DSpace home page

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 11:59 AM, SanjibKumarDeka xan...@gmail.com wrote:
 Now i'm unable to connect dspace from the dspace url, neither from remotely
 nor from local machine. It is unable to connect any dspace url
 202.141.81.17:8080/jspui.
 But it is working from the local machine http://localhost:8080/jspui

First, verify which interfaces your Tomcat is listening on. Run this as root:
netstat -tulpn | grep :80

If it shows :::80 or 0.0.0.0:80, it is listening on all IP
addresses. If it's showing only 127.0.0.1:80, it's listening only on
localhost. In Tomcat, this is configured using the address attribute
of the Connector element as documented here:

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_Implementation

If you added the address attribute, remove it, restart tomcat and
check netstat again.


A second reason may be that a firewall on your DSpace machine is
blocking the connection from a different machine. Run iptables -L as
root and post the output.

Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Unable to connect DSpace home page

2013-04-29 Thread SanjibKumarDeka
Hi,

It is working now. I added and apply the port 8080 in the system-firewall.
Thank you.

With regards,
sanjib kumar deka


On Mon, Apr 29, 2013 at 4:23 PM, helix84 heli...@centrum.sk wrote:

 On Mon, Apr 29, 2013 at 11:59 AM, SanjibKumarDeka xan...@gmail.com
 wrote:
  Now i'm unable to connect dspace from the dspace url, neither from
 remotely
  nor from local machine. It is unable to connect any dspace url
  202.141.81.17:8080/jspui.
  But it is working from the local machine http://localhost:8080/jspui

 First, verify which interfaces your Tomcat is listening on. Run this as
 root:
 netstat -tulpn | grep :80

 If it shows :::80 or 0.0.0.0:80, it is listening on all IP
 addresses. If it's showing only 127.0.0.1:80, it's listening only on
 localhost. In Tomcat, this is configured using the address attribute
 of the Connector element as documented here:


 http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_Implementation

 If you added the address attribute, remove it, restart tomcat and
 check netstat again.


 A second reason may be that a firewall on your DSpace machine is
 blocking the connection from a different machine. Run iptables -L as
 root and post the output.

 Regards,
 ~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Aggressive XMLUI cache

2013-04-29 Thread Bram Luyten
Hi Alan,

great to hear that disabling the pipeline cache did not substantially
increase your memory footprint in development.
Did you see the same on production?

best regards,

Bram


-- 
[image: logo]
*Bram Luyten* *@mire*
*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 Sat, Apr 20, 2013 at 4:51 PM, Alan Orth alan.o...@gmail.com wrote:

 Hi,

 So for now I *seem* to have found a work around: setting the pipeline to
 noncaching.  I found the hint referenced in Jira DS-298, and have
 modified my code[1] to use the noncaching pipeline type.

 It's been working on my development instance for a few hours now, and I've
 been refreshing quite a bit, browsing a number of other themes, etc, and
 still no cache corruption persisting across this particular theme which was
 so often affected before.

 Fingers crossed!

 [1] https://gist.github.com/alanorth/5426188


 On Fri, Apr 19, 2013 at 8:36 PM, Alan Orth alan.o...@gmail.com wrote:

 All,

 I've been battling with overly-aggressive XMLUI caching ever since version
 1.7.  We use DSpace 3.1 with 14 different XMLUI themes, and after a fresh
 restart it only takes around 5 minutes before themes start getting jumbled
 between communities.  1.8 introduced the ability to clear the Cocoon Cache
 from the Control Panel, but that only solves the problem temporarily.

 I see a few XMLUI caching issues on JIRA, but they look to be only
 slightly related:

- https://jira.duraspace.org/browse/DS-298
- https://jira.duraspace.org/browse/DS-871

 Client-side caching is expressly prohibited via mod_headers in our httpd
 reverse proxy, so I'm positive it's not a browser issue.

 Can anyone shed insight on this?

 Adios,

 --
 Alan Orthalan.orth@gmail.comhttp://alaninkenya.orghttp://mjanja.co.ke
 I have always wished for my computer to be as easy to use as my telephone; 
 my wish has come true because I can no longer figure out how to use my 
 telephone. -Bjarne Stroustrup, inventor of C++



 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Unable to connect DSpace home page

2013-04-29 Thread jayachandra B
Did you mention the ip address in dspace.cfg before configuration
202.141.81.17 http://202.141.81.17:8080/jspui:8080/jspui?


On Mon, Apr 29, 2013 at 5:15 PM, SanjibKumarDeka xan...@gmail.com wrote:

 Hi,

 It is working now. I added and apply the port 8080 in the system-firewall.
 Thank you.

 With regards,
 sanjib kumar deka


 On Mon, Apr 29, 2013 at 4:23 PM, helix84 heli...@centrum.sk wrote:

 On Mon, Apr 29, 2013 at 11:59 AM, SanjibKumarDeka xan...@gmail.com
 wrote:
  Now i'm unable to connect dspace from the dspace url, neither from
 remotely
  nor from local machine. It is unable to connect any dspace url
  202.141.81.17:8080/jspui.
  But it is working from the local machine http://localhost:8080/jspui

 First, verify which interfaces your Tomcat is listening on. Run this as
 root:
 netstat -tulpn | grep :80

 If it shows :::80 or 0.0.0.0:80, it is listening on all IP
 addresses. If it's showing only 127.0.0.1:80, it's listening only on
 localhost. In Tomcat, this is configured using the address attribute
 of the Connector element as documented here:


 http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_Implementation

 If you added the address attribute, remove it, restart tomcat and
 check netstat again.


 A second reason may be that a firewall on your DSpace machine is
 blocking the connection from a different machine. Run iptables -L as
 root and post the output.

 Regards,
 ~~helix84

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




 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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




-- 
Regards
Jayachandra
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] IRUS-UK webinar for repository technical managers, Wednesday 22nd May, 2pm

2013-04-29 Thread Needham, Paul
Would you like to find out more about the technical aspects of the IRUS-UK 
(Institutional Repository Usage Statistics) project?

We are running a free webinar aimed primarily at repository technical managers 
and others interested in the technical aspects. It will take place on Wednesday 
22nd May at 2pm. Registration is open here 
(http://irustechnical.eventbrite.co.uk).

We will be exploring the technical aspects of how IRUS gathers, processes and 
presents download usage data from DSpace and other repositories.

We would be very pleased if you could join us for the webinar.

IRUS-UK is open to all UK repositories. We currently have over 20 repositories 
participating and are actively seeking new participants

Regards

Anne

Anne Reed
Mimas Development Officer (Metadata and Support), JUSP and IRUS,
Mimas, The University of Manchester, Room 5.9, Roscoe Building, Brunswick 
Street, Manchester, M13 9PL.
+44 (0)161 2756053
anne.r...@manchester.ac.ukmailto:anne.r...@manchester.ac.uk
http://jusp.mimas.ac.uk/
http://irus.mimas.ac.uk/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Adding Browse Fields in dspace.cfg and adding it to the the navigation section of dspace webui

2013-04-29 Thread Jose Blanco
I suppose you rebuild the system?


On Thu, Apr 25, 2013 at 5:58 PM, Mckeane Thomas mckeane.tho...@gmail.comwrote:

 Hello,
 I am trying to add a browse index to dspace as shown  am following the
 example

 webui.browse.index.1 = dateissued:item:dateissued
 webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text
 webui.browse.index.3 = title:item:title
 webui.browse.index.4 = subject:metadata:dc.subject.*:text
 webui.browse.index.4 = departments:metadata:dc.subject.*:text

 I edited the [dspace]/webapps/xmlui/i18n/messages.xml file and added the
 lines:
 *message
 key=xmlui.ArtifactBrowser.ConfigurableBrowse.consultant.column_headingConsultants/message
 *
 * message
 key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.consultantBrowsing
 {0} by Consultants {1}/message*
 * message
 key=xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.consultantBrowsing
 {0} by Consultants/message*
 *message
 key=xmlui.ArtifactBrowser.CollectionViewer.browse_consultantConsultants/message
 *
 *message
 key=xmlui.ArtifactBrowser.CommunityViewer.browse_consultantConsultants/message
 *
 *message key=xmlui.ArtifactBrowser.Navigation.browse_consultant
 Consultants/message*

 after which I ran index-init.

 However, the text *Consultants* doesn't show up on the dspace Home page
 of the navigation section nor when I am browsing by communities and
 collections.

 Hopefully I explained correctly. Any help with this would be greatly
 appreciated

 Best regards,
 Mckeane



 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Adding Browse Fields in dspace.cfg and adding it to the the navigation section of dspace webui

2013-04-29 Thread helix84
On Thu, Apr 25, 2013 at 11:58 PM, Mckeane Thomas
mckeane.tho...@gmail.com wrote:
 webui.browse.index.4 = subject:metadata:dc.subject.*:text
 webui.browse.index.4 = departments:metadata:dc.subject.*:text

You used the number 4 here twice. That is almost certainly a problem.
The numbers must be sequential, without gaps.

Secondly, I don't see that you added an index named consultant.

Here is the official documentation page for this:
https://wiki.duraspace.org/display/DSDOC3x/ReIndexing%20Content%20(for%20Browse%20or%20Search)

If nothing else works, also try running index-init -r -f.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Regarding participation in GSoC

2013-04-29 Thread shondhi singhal
Hi

I am Shondhi, a final year B.Tech student. I am doing my final year
project on Dspace, customizing it to build 'Digital Heritage Library'
of India. I have got acquainted with the code and structure of the
software in past last two months.

I would like to work with the Dspace community to make it more
user-friendly and take up a project as part of GSoC 2013 and continue
contributing to the community. Also, I can provide few patches as a
part of customization done. I can devote my full-time during those
four months and also after that.

Kindly, suggest me ways to go ahead with the proposal.  Looking
forward  to your response.


Thank you,
Shondhi Singhal
DA-IICT, Gandhinagar
India

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Regarding participation in GSoC

2013-04-29 Thread helix84
Hi Shondhi,

I'm sorry to inform you that Duraspace decided not to participate this
year in GSoC due to very few volunteers for mentoring.

Should you wish to participate in GSoC for a different organization,
here is the list of organizations accepted for 2013:
http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2013

If you wish to send us your patches, you're welcome to use the
standard channels, such as the Jira tracker, GitHub pull requests or
the dspace-devel and dspace-tech mailing lists. If you need more
details, or suggestions on where more work is welcome, I'll be happy
to help you.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Commenting add on for dspace 3.1

2013-04-29 Thread Vaibhav Jain
Sir,
 I am vaibhav Jain from India pursuing my IT degree from
DA-IICT(Gandhinagar). The add on provided in dspace.org for commenting is
not compatible with dspace 3.1. Could you please suggest me some links or
attachments to proceed.

Awaiting for your reply.Thanking you,

Regards,
vaibhav jain
DA-IICT (Gandhinagar)
India
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] While importing collections it is asking map file must be specified

2013-04-29 Thread Peter Dietz
Hi Jayachandra,

The map file doesn't exist, and you don't need to be concerned with the
content/structure of it. The output of the import command needs to write to
a file, so that it can resume progress in case it gets interrupted, and so
it can un-import (aka delete) the imported items in case they had problems.

Here is an example usage of the import command:
https://github.com/peterdietz/SAFBuilder/wiki/Basic-DSpace-Import-Process

sudo /dspace/bin/dspace import -a
-e dietz...@osu.edu
-c 1811/49710
-s /home/peterdietz/Desktop/MelanieSeedsBatch/SimpleArchiveFormat/
-m /home/peterdietz/Desktop/MelanieSeedsBatch/seedsbatch1.map


Peter Dietz


On Sat, Apr 27, 2013 at 1:01 PM, jayachandra B jayachandra1...@gmail.comwrote:

 Hi,
 I am using dspace 1.8.2 when I am importing collection it is asking map
 file must be specified . Can any one tell what is map file how to specify it

 --
 Regards
 Jayachandra


 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] While importing collections it is asking map file must be specified

2013-04-29 Thread jayachandra B
Hi Peter,

Where can we find the collection id i.e -c 1811/49710


On Mon, Apr 29, 2013 at 7:33 PM, Peter Dietz pdiet...@gmail.com wrote:

 Hi Jayachandra,

 The map file doesn't exist, and you don't need to be concerned with the
 content/structure of it. The output of the import command needs to write to
 a file, so that it can resume progress in case it gets interrupted, and so
 it can un-import (aka delete) the imported items in case they had problems.

 Here is an example usage of the import command:
 https://github.com/peterdietz/SAFBuilder/wiki/Basic-DSpace-Import-Process

 sudo /dspace/bin/dspace import -a
 -e dietz...@osu.edu
 -c 1811/49710
 -s /home/peterdietz/Desktop/MelanieSeedsBatch/SimpleArchiveFormat/
 -m /home/peterdietz/Desktop/MelanieSeedsBatch/seedsbatch1.map


 Peter Dietz


 On Sat, Apr 27, 2013 at 1:01 PM, jayachandra B 
 jayachandra1...@gmail.comwrote:

 Hi,
 I am using dspace 1.8.2 when I am importing collection it is asking map
 file must be specified . Can any one tell what is map file how to specify it

 --
 Regards
 Jayachandra


 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring
 service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt!
 http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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





-- 
Regards
Jayachandra
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] While importing collections it is asking map file must be specified

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 4:06 PM, jayachandra B
jayachandra1...@gmail.com wrote:
 Where can we find the collection id i.e -c 1811/49710

That's the colleciton handle and you can see it in the collection's
URL. e.g. http://example.com/handle/1811/49710


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] While importing collections it is asking map file must be specified

2013-04-29 Thread Thornton, Susan M. (LARC-B702)[LITES]
The map file is an OUTPUT file that is created when you do a DSpace import.  It 
will contain a number (normally an integer beginning with 1 and incrementing 
with each imported record) and the handle that was assigned to the new Item in 
your repository.  It can either be saved as a record of the Items that were 
imported in that batch, or it can be used as input to a delete of that batch 
of Items (using ItemImport) if something is wrong with the imported records and 
they have to be deleted.

The format of the file is:

Number   Handle

1 handle-prefix/handle_id


Example:   Let's say you imported 3 records in your batch.  Here's what your 
map file might look like after a successful import of the three items:


1 2042/347989

2 2042/347990

3 2042/347991

Hope this helps!
Sue



Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: jayachandra B [mailto:jayachandra1...@gmail.com]
Sent: Saturday, April 27, 2013 1:01 PM
To: dspace-tech
Subject: [Dspace-tech] While importing collections it is asking map file must 
be specified

Hi,
I am using dspace 1.8.2 when I am importing collection it is asking map file 
must be specified . Can any one tell what is map file how to specify it

--
Regards
Jayachandra
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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 import archived community and its collections in to dspace

2013-04-29 Thread jayachandra B
Hi,
I am using dpsace 1.8.2 jspui. I have exported some community and its
collections. Later I have deleted that community and its collections. I
have the exported zip folder of the deleted community. Now how can i import
that community in to my dspace.

-- 
Regards
Jayachandra
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Submission form saves only unique contributors

2013-04-29 Thread helix84
On Fri, Apr 26, 2013 at 9:09 AM, Jonathan Freesbay j.frees...@gmail.com wrote:
 One new question: I would like to use the wizard again to update the item.
 This is, as I see it, default not possible. Does this require much work?

Currently there's a patch for that in our Jira. It would help if you
could review it and leave your comments in Jira:
https://jira.duraspace.org/browse/DS-1234


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread Carlos Walter Blandon Alvarez
Hi João.In which folder should I unzip and run the file xoai-masterzip.zip?I tried to follow steps but I showed this error after mvn install: [INFO][INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ xoai ---[INFO][INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ xoai ---[debug] execute contextualize[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory /usr/java/xoai/src/main/resources[INFO][INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ xoai ---[INFO] Compiling 134 source files to /usr/java/xoai/target/classes[INFO] -[ERROR] COMPILATION ERROR :[INFO] -[ERROR] Failure executing javac, but could not parse the error:javac: invalid target release: 1.7Usage: javac options source filesuse -help for a list of possible options[INFO] 1 error[INFO] -[INFO] [INFO] BUILD FAILURE[INFO] [INFO] Total time: 15.717s[INFO] Finished at: Mon Apr 29 09:47:29 COT 2013[INFO] Final Memory: 9M/490M[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project xoai: Compilation failure[ERROR] Failure executing javac, but could not parse the error:[ERROR] javac: invalid target release: 1.7[ERROR] Usage: javac options source files[ERROR] use -help for a list of possible options[ERROR] - [Help 1][ERROR][ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR][ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptionWe have Dspace 3.1 and java version 1.6.0_37Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 22/02/13, marco.we...@kesslernetworks.de escribió:

Hi Joao, Ivan and Helix,
thank you very much for that amazing support you giving to us!
It works, i unzipped the xoai, did a mvn install, than mvn -U clean package, an ant upate, copied back my configurations and now i get the item with that time i expected!
Thats all done on my development server, and after verifying it i copied it over to my production system and there it works too.
I'll now give these system to the DNB (German national bibliothec) and i hope they now will accept my OAI interface.
 
Thank you, Marco
 
 
Am 22.02.2013 13:28, schrieb João Melo:

Hi Marco,

zip attached.

 I'm not completely sure, but you might need to update the xoai versionin dspace-oai/pom.xml to correspond to the one you'll have built.

You don't need to modify the pom.xml



On 22 February 2013 12:22, helix84 heli...@centrum.sk heli...@centrum.sk wrote:

On Fri, Feb 22, 2013 at 1:17 PM, marco.we...@kesslernetworks.de marco.we...@kesslernetworks.de wrote:  sorry but i can't connect to git from this network here ;)
You can also use http, https is not necessary.
  Can i use the zip provided there https://github.com/lyncode/xoai ?   I think that is the same or?
Yes. It's the same.
  Does it matter where i unpack that zip?
Not at all, it's just source.
  Can you shortly explain what happen by executing mvn install?
You build the source and create a .jar. This is the the xoai library, which is a dependency of the oai module in DSpace. It will be stored in your local maven repository in ~/.m2 and the new version will be used when you rebuild DSpace. I'm not completely sure, but you might need to update the xoai version in dspace-oai/pom.xml to correspond to the one you'll have built.

 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





-- 






Thanks, João Melo (My Portfolio) DSpace DepartmentLyncode: Official website













 


-- 

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Private items

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 3:05 PM, Drover, Matt mattdro...@mun.ca wrote:
 Private items seems to work fine. Is there a way to bulk private a collection 
 or community of items ?

If you don't mind getting your hands dirty, change the discoverable
attribute in the item table to false for all items you want to hide,
then run update-discovery-index -f.

I haven't tested it but that's how it should work. Don't forget to
backup your DB before doing any changes and try this on a testing
instance first.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 5:02 PM, Carlos Walter Blandon Alvarez
cblan...@eafit.edu.co wrote:
 In which folder should I unzip and run the file xoai-masterzip.zip?

Hi Carlos,

what are you trying to do? You don't need to build XOAI in order to
use the new DSpace OAI module. The XOAI library is already available in
Maven Central.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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 import archived community and its collections in to dspace

2013-04-29 Thread Thornton, Susan M. (LARC-B702)[LITES]
Hi,
 Unzip the files and use ItemImport to re-import the Items back into 
DSpace.  The quickest and easiest way to recreate your Communities and 
Collections is via the online interface.
Good luck!
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: jayachandra B [mailto:jayachandra1...@gmail.com]
Sent: Monday, April 29, 2013 10:28 AM
To: dspace-tech
Subject: [Dspace-tech] How to import archived community and its collections in 
to dspace

Hi,
I am using dpsace 1.8.2 jspui. I have exported some community and its 
collections. Later I have deleted that community and its collections. I have 
the exported zip folder of the deleted community. Now how can i import that 
community in to my dspace.

--
Regards
Jayachandra
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Private items

2013-04-29 Thread Drover, Matt
Hi, I did change in the db and an index-discovery-update -f, but the the item 
is still displaying in Browse by Author. I tried several other indexing options 
but it never disappears. Is there a cache I need to clear too ? If I make it 
private via dspace itself it disappears from the Browse by pages immediately.

-Matt

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Monday, April 29, 2013 12:31 PM
To: Drover, Matt
Cc: Bram Luyten; DSpace Tech
Subject: Re: [Dspace-tech] Private items

On Mon, Apr 29, 2013 at 3:05 PM, Drover, Matt mattdro...@mun.ca wrote:
 Private items seems to work fine. Is there a way to bulk private a collection 
 or community of items ?

If you don't mind getting your hands dirty, change the discoverable
attribute in the item table to false for all items you want to hide, then run 
update-discovery-index -f.

I haven't tested it but that's how it should work. Don't forget to backup your 
DB before doing any changes and try this on a testing instance first.


Regards,
~~helix84

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

This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Aggressive XMLUI cache

2013-04-29 Thread Peter Dietz
Hi Alan,

Disabling cache all-together was too high of a performance cost for us.
Depending on your usage, you might be fine though.

If you can narrow your problems/grievances with incorrectly-cached-pages to
a number of certain activities / use-cases, then it is worth it to debug
those, and find problems in the cache logic.

i.e. for the recent-submissions the code had a bug where it didn't nullify
the validity of the object, so cocoon assumed that it could continue to
present the cache. Adding some code to nullify the validity upon changes,
made the caching problem act how we intended it.

Peter Dietz


On Mon, Apr 29, 2013 at 8:17 AM, Bram Luyten b...@atmire.com wrote:

 Hi Alan,

 great to hear that disabling the pipeline cache did not substantially
 increase your memory footprint in development.
 Did you see the same on production?

 best regards,

 Bram


 --
 [image: logo]
 *Bram Luyten* *@mire*
 *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 Sat, Apr 20, 2013 at 4:51 PM, Alan Orth alan.o...@gmail.com wrote:

 Hi,

 So for now I *seem* to have found a work around: setting the pipeline to
 noncaching.  I found the hint referenced in Jira DS-298, and have
 modified my code[1] to use the noncaching pipeline type.

 It's been working on my development instance for a few hours now, and
 I've been refreshing quite a bit, browsing a number of other themes, etc,
 and still no cache corruption persisting across this particular theme which
 was so often affected before.

 Fingers crossed!

 [1] https://gist.github.com/alanorth/5426188


 On Fri, Apr 19, 2013 at 8:36 PM, Alan Orth alan.o...@gmail.com wrote:

 All,

 I've been battling with overly-aggressive XMLUI caching ever since
 version 1.7.  We use DSpace 3.1 with 14 different XMLUI themes, and after a
 fresh restart it only takes around 5 minutes before themes start getting
 jumbled between communities.  1.8 introduced the ability to clear the
 Cocoon Cache from the Control Panel, but that only solves the problem
 temporarily.

 I see a few XMLUI caching issues on JIRA, but they look to be only
 slightly related:

- https://jira.duraspace.org/browse/DS-298
- https://jira.duraspace.org/browse/DS-871

 Client-side caching is expressly prohibited via mod_headers in our httpd
 reverse proxy, so I'm positive it's not a browser issue.

 Can anyone shed insight on this?

 Adios,

 --
 Alan Orthalan.orth@gmail.comhttp://alaninkenya.orghttp://mjanja.co.ke
 I have always wished for my computer to be as easy to use as my telephone; 
 my wish has come true because I can no longer figure out how to use my 
 telephone. -Bjarne Stroustrup, inventor of C++



 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 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




 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] oai problem

2013-04-29 Thread Lars Möller

hi,

i am trying to get  the oai module working in dspace 3.

./dpsace oai import -c
shows an error like internal server error.

if i try to access the solr page manual by:
wget http://localhost:8080/solr/search/select?q=search.resourcetype:2
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2013-04-29 17:38:46 ERROR 500: Internal Server Error.

i get the internal server error too.

best
lars





--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] Adding Browse Fields in dspace.cfg and adding it to the the navigation section of dspace webui

2013-04-29 Thread Mckeane Thomas
I got it working now.
I  made the necessary corrections as shown below and ran [dspace]/bin
dspace index-init and restarted tomcat but that did not work.

webui.browse.index.1 = dateissued:item:dateissued
webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text
webui.browse.index.3 = title:item:title
webui.browse.index.4 = subject:metadata:dc.subject.*:text
webui.browse.index.5 = consultant:metadata:dc.subject.*:text

 Then I followed the steps outlined by James.

1.stopped tomcat

2. ran [dspace]/bin/ dspace index-init

3.restarted tomcat

4.update discovery index [dspace]/bin update-discovery-index -b

5.  remove the coocoon-ehcache.data and coocoon-ehcache.index file

6. restarted tomcat

I appreciate the help everyone.

Best Regards,
Mckeane







On Mon, Apr 29, 2013 at 8:27 AM, helix84 heli...@centrum.sk wrote:

 On Thu, Apr 25, 2013 at 11:58 PM, Mckeane Thomas
 mckeane.tho...@gmail.com wrote:
  webui.browse.index.4 = subject:metadata:dc.subject.*:text
  webui.browse.index.4 = departments:metadata:dc.subject.*:text

 You used the number 4 here twice. That is almost certainly a problem.
 The numbers must be sequential, without gaps.

 Secondly, I don't see that you added an index named consultant.

 Here is the official documentation page for this:

 https://wiki.duraspace.org/display/DSDOC3x/ReIndexing%20Content%20(for%20Browse%20or%20Search)

 If nothing else works, also try running index-init -r -f.


 Regards,
 ~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] Private items

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 5:41 PM, Drover, Matt mattdro...@mun.ca wrote:
 Hi, I did change in the db and an index-discovery-update -f, but the the item 
 is still displaying in Browse by Author. I tried several other indexing 
 options but it never disappears. Is there a cache I need to clear too ? If I 
 make it private via dspace itself it disappears from the Browse by pages 
 immediately.

Oh, right, that was your original question. I only answered how to
make a set of items private.

AFAIK, the browse indices still come from Lucene (the one maintained
using index-init and index-update), not Solr (update-discovery-index).
This was supposed to change in 3.0, but the change didn't make it in
time. It's fairly certain that the change will be in 4.0. See:
https://jira.duraspace.org/browse/DS-1272
https://github.com/DSpace/DSpace/pull/91

Sorry I didn't give you the answer you were looking for.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] oai problem

2013-04-29 Thread helix84
Hi Lars,

that Internal System Error message is a generic DSpace system message
which, unfortunately, does not provide the information we need to help
you resolve the problem. In order to figure out what the real underlying
error is, you'll have to look at the DSpace Log files.

Please see the How to Troubleshoot an Error page for information about
finding the error in the log files:
http://wiki.dspace.org/confluence/display/DSPACE/Troubleshoot+an+error

Once you locate the error in the logs, if you cannot figure out the
problem, feel free to send the full error message to this mailing list.
Much more information is available on the above wiki page.


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread Carlos Walter Blandon Alvarez
Hi helix84.I'm trying to update xoai to correct the problem with datestamp field, as suggested  Joao and Marco.Regards.Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 29/04/13, helix84  heli...@centrum.sk escribió:On Mon, Apr 29, 2013 at 5:02 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: In which folder should I unzip and run the file xoai-masterzip.zip?Hi Carlos,what are you trying to do? You don't need to build XOAI in order touse the new DSpace OAI module. The XOAI library is already available inMaven Central.Regards,~~helix84Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette-- 

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] NPE when Trying to delete empty Workflow Groups

2013-04-29 Thread helix84
Yes, it's this fix that was added to 3.1:

https://jira.duraspace.org/browse/DS-1416


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 6:22 PM, Carlos Walter Blandon Alvarez
cblan...@eafit.edu.co wrote:
 I'm trying to update xoai to correct the problem with datestamp field, as
 suggested  Joao and Marco.

There was a timezone-related problem but I don't think it has been
fixed yet (I can't find the details right now). João will be able to
give you more details. Meanwhile, you might want to try to update to
the latest published version of xoai (in case the problem has already
been fixed there) which is currently 2.2.9. You can do this in pom.xml
and then rebuild DSpace:
https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-oai/pom.xml#L75


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-29 Thread Thomas Misilo
This is after upgrading from 3.0 to 3.1 today.

Tom
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-29 Thread helix84
See this thread. Perhaps you used an older configuration file?

http://dspace.2283337.n4.nabble.com/dspace-java-upload-limit-td4651889.html


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-29 Thread Thomas Misilo
Already looked at this thread.  And just compared against the build.properties 
and the dspace.cfg file and they match as they should.

Tom 
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-29 Thread helix84
On Mon, Apr 29, 2013 at 11:52 PM, Thomas  Misilo misi...@fit.edu wrote:
 Already looked at this thread.  And just compared against the 
 build.properties and the dspace.cfg file and they match as they should.

OK, so both your org.apache.cocoon.uploads.maxsize and upload.max are
set to 2147483647 (2 GB). Are you sure that's the case in the version
you have deployed, not just the source? It should be 2 GB and 512 MB,
respectively, if you used the default 3.1 configuration.

Do you use Apache HTTPD in front of Tomcat? If you do, do you have the
LimitRequestBody directive set in your HTTPD configuration?

I do not think HTTPD is the problem, but it doesn't hurt to check.
This is due to Cocoon checking its configuration for limitation and
explicitly throwing an exception:

http://grepcode.com/file/repo1.maven.org/maven2/org.apache.cocoon/cocoon-core/2.2.0-M1/org/apache/cocoon/servlet/multipart/RejectedPart.java#80


Regards,
~~helix84

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

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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] When uploading a ~5MB file on DSpace 3.1 XMLUI

2013-04-29 Thread Thomas Misilo
Got it working, I couldn't actually find the core.properties file.

However what the problem was is the .gitignore from [1] made it so when I added 
DSpace to my local git repo, it ignored a bunch of *.properties files in a lot 
of the other folders :(

Thanks for helping :)

Tom

[1]:  https://github.com/DSpace/DSpace/blob/master/.gitignore#L26
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
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 get Internal_Id of bitstream in ItemTag.java file

2013-04-29 Thread Nguyen Hung Thanh
Dear all,

I want to edit *ItemTag.java* file and get *Internal_Id of bitstream.
*
What is function using to get it.

Thank you very much.
__
Thanh Hung
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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 import archived community and its collections in to dspace

2013-04-29 Thread jayachandra B
Can you give me that import command?


On Mon, Apr 29, 2013 at 8:51 PM, Thornton, Susan M. (LARC-B702)[LITES] 
susan.m.thorn...@nasa.gov wrote:

 Hi,

  Unzip the files and use ItemImport to re-import the Items back into
 DSpace.  The quickest and easiest way to recreate your Communities and
 Collections is via the online interface.

 Good luck!

 Sue

 ** **

 ** **

 *Sue Walker-Thornton*

 *(w):  (757) 864-2368*

 *(m):  (757) 506-9903*

 ** **

 *From:* jayachandra B [mailto:jayachandra1...@gmail.com]
 *Sent:* Monday, April 29, 2013 10:28 AM
 *To:* dspace-tech
 *Subject:* [Dspace-tech] How to import archived community and its
 collections in to dspace

 ** **

 Hi,

 I am using dpsace 1.8.2 jspui. I have exported some community and its
 collections. Later I have deleted that community and its collections. I
 have the exported zip folder of the deleted community. Now how can i import
 that community in to my dspace.
 

 ** **

 --
 Regards
 Jayachandra




-- 
Regards
Jayachandra
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
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