Re: [Dspace-tech] Items not listed in list by title / date

2015-03-01 Thread Adan Roman

Hi Ricardo

It seems that the discovery index is not updated. Try to launch
indexation manualy.
Run "./dspace index-discovery -f" from /bin directory of the dspace
instalation.

regards


Hi,
I have made a sample import of data in dspace 4.2 using the dspace
command line tool (not a huge number of records, just around 300 for
educational purposes).
The problem I have with some of the items is that - although the items
are actually created in the repository and you can reach them -, they
do not appear when browsing the list of items sorted by title, date...
It seems that these items are hidden when browsing the content repository.

Any idea about the reason for that problem?
with best regards.

--
RICARDO EITO BRUN
Universidad Carlos III de Madrid


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


___
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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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 5 - Embargo lift date - message to administrator

2015-02-26 Thread Adan Roman

Hi Lotta

The embargo of DSpace 5 works different from 1.8.2. It don't use 
metadata to store the date of the end ot the embargo. Dspace 5 store the 
policy with a start date. So is the authorization system which start 
using this policy when the date is reached.


Sending an email to administrator can be done creating a curation tast 
that search the resource policy of  items and send an email if its date 
is near. Then a crontab calling this curation nightly will do the job.


regards


Hello

A question regarding the Embargo lift date of DSPace 5 (XMLUI) – even 
if we are still on 1.8.2 (XMLUI) .


When the lifter discovers an item whose lift date is in the past, it 
removes ("lifts") the embargo.


I read in available DSpace 5 manual that you will be able ” to send an 
email to an administrator or other interested parties when an 
embargoed item becomes available.”


Is there further information on how to set this alert / mailing  up 
somewhere?


Many thanks

Lotta

Lotta Svantesson
EUI Repository Manager
Library

European University Institute (EUI)
Via dei Roccettini, 9
50014 San Domenico di Fiesole (Florence) – Italy

Office phone: +39 055 4685 368 - Fax: +39 055 4685 283
e-mail: _lotta.svantesson@eui.eu_- _cadmus@eui.eu_
web: www.eui.eu - _cadmus.eui.eu___

Please don’t print this e-mail unless you really need to

The information transmitted is intended only for the person or entity 
to which it is addressed and may contain confidential and/or 
privileged material. Any review, retransmission, dissemination, 
distribution, forwarding, or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the 
intended recipient is prohibited without the express permission of the 
sender. If you received this communication in error, please contact 
the sender and delete the material from any computer.




--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


___
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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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 Import Error

2015-02-18 Thread Adan Roman

Good morning

It semms that you have an item without submitter (or with an incorrect
one).
Check your database, table item, searching for it.

select * from item where submitter_id not in (select eperson_id from
eperson) or submitter_id is null

good luck


Good morning,


We are using DSpace 4.2


When running the following command *dspace-run/bin/dspace oai import
-c *to import SOLR Indexes it runs 100% until I get the following error;


4800 items imported so far...

4900 items imported so far...

5000 items imported so far...

5100 items imported so far...

5200 items imported so far...

5300 items imported so far...

5400 items imported so far...

5500 items imported so far...

java.lang.NullPointerException

at org.dspace.xoai.app.XOAI.index(XOAI.java:275)

at org.dspace.xoai.app.XOAI.index(XOAI.java:229)

at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:210)

at org.dspace.xoai.app.XOAI.index(XOAI.java:128)

at org.dspace.xoai.app.XOAI.main(XOAI.java:439)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)


at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)


at java.lang.reflect.Method.invoke(Method.java:606)

at
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:225)


at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)


Please can someone help with a solution on this problem.


Regards,

Daan



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/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] running checker with --prune gives SQLException

2015-01-31 Thread Adan Roman

It seemns that undo tablespace dont have enough free space.

You can read it at:
https://community.oracle.com/thread/664211

Regards


*This is DSPACE 1.8 (with minimal changes in the checker code  - aka I
pushed the DB connection up in the call stack so it is shared instead
of being recreated each time the DB is touched)*
**
*
*
*/dspace*/bin/dspace checker -p
Problem pruning results: ORA-30036: unable to extend segment by 8 in
undo tablespace 'UNDOTBS'

java.sql.SQLException: ORA-30036: unable to extend segment by 8 in
undo tablespace 'UNDOTBS'

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1046)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3613)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3694)
at
oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1354)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at
org.dspace.checker.ChecksumHistoryDAO.deleteHistoryByDateAndCode(ChecksumHistoryDAO.java:230)
at
org.dspace.checker.ChecksumHistoryDAO.prune(ChecksumHistoryDAO.java:258)
at org.dspace.checker.ResultsPruner.prune(ResultsPruner.java:245)
at org.dspace.app.checker.ChecksumChecker.main(ChecksumChecker.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
Exception: Problem pruning results: ORA-30036: unable to extend
segment by 8 in undo tablespace 'UNDOTBS'


Monika Mevenkamp
phone: 609-258-4161
693 Alexander Road, Princeton University, Princeton, NJ 08544




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


___
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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
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] Help with Latin Languages

2014-11-20 Thread Adan Roman

Hi anonimous

You can begin searching  in schema.xml and 
change




with




then do a

dspace update-discovery-index -b for 3.x or a dspace index-discovery -b for a 
4.x version

Its explained at http://www.arvo.es/dspace/configurando-solr/ (in spanish)

regards
Adán Román Ruiz
ARVO Consultores


Can anyone give me a hand with enabling solr to properly search for 
non english words ? More specifically portuguese words with "ã" or "é" 
for example.
Right now a search for "são" will find nothing but a search for "sao" 
will find "são".

I was told some changes need to be made to schema.xml ?
Anyone out there using solr with a non english language that could 
send me a schema.xml ?

Thanks.



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/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] An SQL question

2014-11-17 Thread Adan Roman

Hi George

The tables you need are metadatavalue, that contains all the
metadatavalues ot the items and metadatafieldregistry, that hold the
type of each metadata.
You can join this author_id whith the metadata values.
try:
select * from metadatafieldregistry mfr, metadatavalue mv
where mfr.element='contributor' and
mfr.qualifier='author' and
mv.metadata_field_id=mfr.metadata_field_id and
mv.item_id=$item_id

that gives you all the contributor.author of an item.

I hope this help


Hi...

I have a question for anyone who is familiar with the PostgreSQL
tables for DSpace.  This is for DSpace 1.8.2.

I have a script that runs a series of SQL queries and generates
reports at our site.  In the reports, I list monthly downloads with
the title of the item and the author(s).  It turns out that in my
reports, I am listing all the contributors for an item as the authors
of the item. and I've been asked to just list contributor.author, only.

To get the authors, I do the following:

select distinct_id from bi_2_dmap where item_id=$item_id;

then

select value from bi_2_dis where id=$author_id;(where $author_id =
distinct_id)

I had assumed that these tables held just "contributor.author", but it
appears that they hold all contributors.  Is there somewhere in SQL
where the different types of contributors are identified?

My thanks in advance.

George Kozak

Digital Library Specialist

Cornell University Library Information Technologies (CUL-IT)

218 Olin Library

Cornell University

Ithaca, NY 14853

607-255-8924



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/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



--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/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] Query Solr with special characters

2014-11-12 Thread Adan Roman

Hi Rubén

Try surronding the query between quotes. This can work in most cases, 
unless the special character is a quote, of course


regards



Hi,

I noticed that if I use special characters in advanced search, solr
doesn't return any results. I read in Lucene documentation that is
possible to escape these special characters adding "\" in front of them,
and I will ask you if it's possible to modify the string query adding
the escape character before send it to search engine, and if it's
possible, how can I do it.

Thanks in advance




---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/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] difference in index-discovery

2014-11-06 Thread Adan Roman

Hi Jose

-b destroy the index and rebuild. You will see 0 results if you look at
dspace at this moment, and items will be agregated to a 0 lenght index
-f keep the index but reindex all items, so you never see the 0 results,
and data will be overwriten

regards


What is the diff between these two:
/dspace index-discovery -f
/dspace index-discovery -b

I just made a change in the discovery.xml file and the instructions say to run

/dspace index-discovery -b

in looking at the launcher these two commands apper to be very
similiar.  I wonder how running -b will affect production.  I have 85K
items.

Thank you!

Jose

--
___
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




--



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com
--
___
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] trying to find pdf file from upload.

2014-10-31 Thread Adan Roman

Hi all

I had studied the advantages of both libraries for a project and I 
concluded that basically itext is best for creation and modification of 
pdfs, while PDFBox highlighted in the extraction of information from 
these pdfs.


If DSpace is intended to add the ability to convert / download documents 
in different formats, I think it's worth checking out as it does 
Alfresco. It use openofice installed as a service, and other 
applications to convert documents

between formatson demand.

Regards
Adán Román Ruiz
ARVO Consultores

It might be worth it to take a peak at the old iText. I noticed in a 
StackOverflow post that it exists. I guess we could make a content 
disseminator interface. Subclass that to PDF-Citation-CoverPage, then 
have a PDFBOX implementation, and an iText (LGPL) implementation, and 
have spring wire it up. So, unfortunately DSpace 5 will have a 
disclaimer in the instructions that PDFBOX coverpage will not handle 
unicode characters. So, then for DSpace 6, a year from now. Will 
PDFBOX update to support unicode characters/fonts, or will LGPL iText 
be the only route forward. I did contact iText (AGPL) to see if they 
would create an exception for DSpace, but they declined, basically 
we'd have to pay per server that will use DSpace, umm. 2000+.


This is post-DSpace-5 work. But I'm thinking that if you think of the 
OAIS model, of SIP (Submission Package), AIP (Archival Package), DIP 
(Dissemination Package). That, with PDF Citation Cover page, we have 
the ability to generate a new DIP for content. (Similar to media 
filter I guess). So, if we wanted the ability to add Download As RTF, 
DOC, etc, that could be an extension to disseminator. Keeping the 
original PDF as "Archive / AIP".







Peter Dietz
Longsight
www.longsight.com 
pe...@longsight.com 
p: 740-599-5005 x809

On Thu, Oct 30, 2014 at 7:41 AM, helix84 > wrote:


Hi Adán,

we've already been using PDFbox in DSpace before this feature for PDF
text extraction and thumbnail generation in filter-media and as a PDF
packager, so this is a good choice. That said, we'll need to address
the encoding issue mentioned and described in [1] - probably by
upgrading when PDFbox 2 is released and uploaded to Maven Central, but
if you can find another way, a patch for 5.x will be highly
appreciated.

[1] https://jira.duraspace.org/browse/DS-2224


Regards,
~~helix84

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





--
´


---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
___
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] trying to find pdf file from upload.

2014-10-30 Thread Adan Roman Ruiz
Hello Peter.
have you thought to use an old version of itext?  4.1.6 / 4.2.0 Were
released under the LGPL and MPL.

regards
Adán Román Ruiz
ARVO Consultores

2014-10-29 20:12 GMT+01:00 Peter Dietz :

> Yep.
>
> BTW, Thanks for your interest in this feature, I've decided to rewrite the
> PDF Citation Coverpage from iText (incompatible license with DSpace), to
> PDFBOX (compatible license with DSpace), and this will be a new feature of
> DSpace 5. Feel free to test that version.
>
> See the Pull Request: https://github.com/DSpace/DSpace/pull/678
>
>
> There is a known caveat with the PDFBOX version, that non ASCII characters
> will not display properly. It looks like this is something that the Apache
> PDFBOX developers have slated for PDFBOX 2, (current is PDFBOX 1.8.7). So,
> if anyone out there would be able to take a peak at PDFBOX + unicode font
> embedding, that would be much appreciated. (There's still time before
> DSpace 5 final release).
>
> 
> Peter Dietz
> Longsight
> www.longsight.com
> pe...@longsight.com
> p: 740-599-5005 x809
>
> On Wed, Oct 29, 2014 at 1:03 PM, Jose Blanco  wrote:
>
>> I see my problem.  I was accessing as Admin, so citation page was not
>> showing as the code says to do.  Thanks! Jose
>>
>> On Wed, Oct 29, 2014 at 11:48 AM, Jose Blanco  wrote:
>> > Peter, I had to work on something else, but I'm back on this.  It
>> > seems like every time I upload an item, the citation cover page does
>> > not show unless I clear the browser cache.  I tried this in firefox
>> > and chrome.  Any idea?
>> >
>> > Thanks!
>> > Jose
>> >
>> > On Thu, Sep 25, 2014 at 4:07 PM, Jose Blanco  wrote:
>> >> It was a caching problem.
>> >>
>> >> Let me test it some more.
>> >>
>> >> Thank you!
>> >> Jose
>> >>
>> >> On Thu, Sep 25, 2014 at 4:03 PM, Jose Blanco 
>> wrote:
>> >>> Peter, never mind about the PDS 2.  It was a sample pdf that was
>> >>> there.  So that was OK, but why does my new deposit not show the
>> >>> citation page.  I deposited it in the same collection as the other
>> >>> items that are showing the citation page. Cache?  I'm going to clear
>> >>> it, and see, but it should not be because I just went to it after the
>> >>> deposit.
>> >>>
>> >>> On Thu, Sep 25, 2014 at 3:47 PM, Jose Blanco 
>> wrote:
>>  Peter, It built but when I download a pdf file I get the citation
>>  page, but the actual pdf file, has just has:
>> 
>>  "PDF 2"
>> 
>>  I then deposited a new item and I don't see that citation page, but
>> do
>>  see the pdf file just fine.  Any idea?
>> 
>>  On Thu, Sep 25, 2014 at 2:09 PM, Peter Dietz 
>> wrote:
>> > Maven
>> >
>> >
>> https://github.com/osulibraries/DSpace/blob/osukb/dspace-api/pom.xml#L262
>> > 
>> > com.itextpdf
>> > itextpdf
>> > 5.1.2
>> > jar
>> > 
>> > 
>> > com.itextpdf.tool
>> > xmlworker
>> > 1.1.0
>> > jar
>> > 
>> >
>> >
>> > NB: iTextPDF is licensed under the AGPL
>> >
>> > Peter Dietz
>> >
>> > On Thu, Sep 25, 2014 at 1:37 PM, Jose Blanco 
>> wrote:
>> >>
>> >> Peter, where does com.itextpdf come from in the file
>> >> CitationDocument.java come from?  I must have to add this to the
>> >> pom.xml file.
>> >>
>> >> On Fri, Sep 19, 2014 at 7:20 PM, Peter Dietz 
>> wrote:
>> >> > Jose,
>> >> >
>> >> > That feature hasn't been contributed, and is currently only in
>> OSU's
>> >> > codebase (1.8.x currently):
>> >> >
>> >> > That config file:
>> >> >
>> >> >
>> https://github.com/osulibraries/DSpace/blob/osukb/dspace/config/modules/disseminate-citation.cfg
>> >> >
>> >> > The main class that generates the PDF is:
>> >> >
>> >> >
>> https://github.com/osulibraries/DSpace/blob/osukb/dspace-api/src/main/java/org/dspace/disseminate/CitationDocument.java
>> >> >
>> >> > And it's wired in to xmlui bitstream downloads at:
>> >> >
>> >> >
>> https://github.com/osulibraries/DSpace/blob/osukb/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/BitstreamReader.java
>> >> >
>> >> > Andrea Schweer had another citation PDF solution, using curation
>> task.
>> >> >
>> >> > On Sep 19, 2014 1:32 PM, "Jose Blanco" 
>> wrote:
>> >> >>
>> >> >> Sorry about that.  I hit send before finishing the email.  What
>> I
>> >> >> wanted to say is that I can't find:
>> >> >>
>> >> >> dspace/config/modules/disseminate-citation.cfg
>> >> >>
>> >> >> in dspace 4.2
>> >> >>
>> >> >> On Fri, Sep 19, 2014 at 1:31 PM, Jose Blanco 
>> wrote:
>> >> >> > Peter, Thank you for helping me out with this.  I can't find:
>> >> >> >
>> >> >> >
>> >> >> > On Fri, Sep 19, 2014 at 11:54 AM, Peter Dietz <
>> pe...@longsight.com>
>> >> >> > wrote:
>> >> >> >> 

Re: [Dspace-tech] Deleting a collection

2014-10-24 Thread Adan Roman

Drop the table, you can regenerate it later.

regards

Thanks Adam, I'm use XMLUI interface. This command deleted some tables 
but now still continue with an integrity error below.


org.postgresql.util.PSQLException: ERROR: update or delete on table 
"item" violates foreign key constraint "communities2item_item_id_fkey" 
on table "communities2item"
Detail: Key (item_id)=(9707) is still referenced from table 
"communities2item".


tks,
Fabio Rosa


--------
*De: *"Adan Roman" 
*Para: *dspace-tech@lists.sourceforge.net
*Enviadas: *Sexta-feira, 24 de outubro de 2014 3:24:37
*Assunto: *Re: [Dspace-tech] Deleting a collection

Hi Fabio

What browse-engine are you using?
It seems that the collection is referenced from the lucene-index tables.
try to delete it using "./dspace index-db-browse -fd" and then try to 
delete the collection.

then redo the browse only if you are using lucene browse indexing.

regards



I'm trying to delete a collection that was included for
harvesting. An message error data integrity is appearing.

org.postgresql.util.PSQLException: ERROR: update or delete on
table "item" violates foreign key constraint
"bi_2_dmap_item_id_fkey" on table "bi_2_dmap"
Detail: Key (item_id)=(9707) is still referenced from table
"bi_2_dmap".

This is a bug in 4.x ?

Tks,
Fabio Rosa




--



___
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



--




<http://www.avast.com/>   

Este mensaje no contiene virus ni malware porque la protección de 
avast! Antivirus <http://www.avast.com/> está activa.




--

___
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 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



--


---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
___
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] Search between a range of dates

2014-10-23 Thread Adan Roman

Hi Robin

You can use filters. Try to set the filter of dateIssued to [1999-10-25
TO 2000-1-15]

Regards


Hi,

Apologies if I am missing something blindingly obvious, but is it possible to 
configure discovery to allow searching between a range of dates, e.g. all items 
issued between 25 October 1999 and 15 January 2000?

Many thanks,

Robin




--
___
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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
___
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] Deleting a collection

2014-10-23 Thread Adan Roman

Hi Fabio

What browse-engine are you using?
It seems that the collection is referenced from the lucene-index tables.
try to delete it using "./dspace index-db-browse -fd" and then try to
delete the collection.
then redo the browse only if you are using lucene browse indexing.

regards




I'm trying to delete a collection that was included for harvesting. An
message error data integrity is appearing.

org.postgresql.util.PSQLException: ERROR: update or delete on table
"item" violates foreign key constraint "bi_2_dmap_item_id_fkey" on
table "bi_2_dmap"
Detail: Key (item_id)=(9707) is still referenced from table "bi_2_dmap".

This is a bug in 4.x ?

Tks,
Fabio Rosa



--


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
___
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] Edit error message for restricted items

2014-10-15 Thread Adan Roman

Request copy for xmlui was originally developed for the 3.2, it should
be easy to get the port back.
The String you are looking for is in messages.xml:

 key="xmlui.ArtifactBrowser.RestrictedItem.para_item_restricted_auth">The 
selected item is access restricted and requires credentials to view.

Please login to access the item.

regards

Hi Adán,

Thanks for the reply, I remember checking request copy long time ago and it was 
running on older dspace version that is why I have stopped trying it on that 
time but at the moment I can see is also running on dspace version 4, I am on 
version 3.2 version 4 I am running it on development server I will test it 
hoping to set it up on 3.2

Regards,
Lewatle

-Original Message-
From: aro...@arvo.es [mailto:aro...@arvo.es]
Sent: 15 October 2014 09:24 AM
To: Lewatle Phaladi
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Edit error message for restricted items

Hi Lewatle

Have you thinked to use the plugin of "request-copy"?
It allow to send a mail to the responsible to request access to item.

Regards
Adán Román Ruiz
ARVO Consultores


Dear DSpace Team,

I would like to edit the error message reporting on restricted item on
our dspace system, I would like to add contacts for eperson
responsible or administrating the collection having restriction rights
for our users to be able to quickly contact the eperson having the
email address available on error message.

Any suggestion as to which file to edit or script to modify is welcome.
Please see attached image.

Regards,
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 authorised 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.



--
 Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho__
_
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




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 authorised 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. 




--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
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 when browsing dspace 4.2 by Issue Date

2014-10-09 Thread Adan Roman

Hi Thanh

Its already reported at
https://jira.duraspace.org/browse/DS-2176

and you can test de patch created at
https://github.com/arvoConsultores/DSpace/commit/88eb047bdc49a79c6e67aa2e9940ddc65710eece.patch

regards


Hello all,

My DSpace have a lot of item with issue date from 2003 to 2004
When Browsing dspace 4.2 by Issue Date.
After that, I go to year *2003.*However, DSpace displays the results
from *2004*
I would appreciate it very much to have this bug fixed.

Thanks and best regards
--
Apache Maven 3.0.4 (r1232337; 2012-01-17 15:44:56+0700)
Java version: 1.7.0_67, vendor: Oracle Corporation
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
--

Thanh


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Adan Roman

Hi all

It can be done as Thomas say, but is not recommendedin production systems.
Any problems that hang tomcat will prevent access to all applications it
contains, and maintenance is more complicated, stops will halt all
applications and start and stop times will be higher.

regards


Hi Thomas,

You can run multiple DSpace's on one server. Are you using Tomcat as a
web server?

We did this previously on our server by installing the different
DSpaces in different directories, with different assetstores and
different database schema names. We then configured tomcat to run more
than one web application with different hostnames. You do this within
the tomcat/conf/server.xml to point to different directories on the
server. With a context path for each web app within the individual
DSpace. We used apache to forward all requests on port 80 to 8080 e.g.







 















Or if you just want to do this in a local dev environment you can have
lots of contexts under localhost (this is what I do on my dev pc) e.g.













You can then see the Dspace on http://localhost:8080/dspace1 You may
need to increase the startup parameters for Tomcat if it starts
running out of memory. Tomcat can also get slow to start-up if you
have a lot of webapps.

Cheers,

Claire

--
Claire Knowles
Library Digital Development Manager
Library and University Collections, Information Services
University of Edinburgh



From: , "Thomas W. [LITES] (LARC-B702)"
mailto:thomas.w.av...@nasa.gov>>
Date: Wednesday, 8 October 2014 13:01
To: dspace-tech mailto:dspace-tech@lists.sourceforge.net>>
Subject: [Dspace-tech] Running 2 different Dspace instances on 1 server

Is it possible to create a new Dspace instance onto an existing
server?  This would be a completely different Dspace application, not
just a copy.

We have 5 different Dspace library applications running and I don't
want to setup a new machine.  I have a development box, and I want to
install 2 different Dspace's.  Is this possible, and how?

Thank you!

Thomas W. Avino

http://t3.gstatic.com/images?q=tbn:ANd9GcRnrGOajbLG51OH18dELWjFdU65XUjF7Rb1nhkW034bbGRqm9BoQU4IlnV-**

*NASA Langley Research Center*

Bldg 1194 Room 302B

Mail Stop 185

Hampton, VA 23681-2199

Phone: (757) 864-8495

Fax: (757) 864-6649



The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] Customizing front page

2014-10-08 Thread Adan Roman

Hi

In general, to customize the main page you can override the template
 from dri2xhtml-alt/core/page-structure.xsl

 




















About This Repository
To add your own content to this page,
edit webapps/xmlui/themes/dri2xhtml-alt/core/page-structure.xsl and
add your own content to the title, trail,
and body. If you wish to add additional pages, you
will need to create an additional xsl:when
block and match the request-uri to whatever page
you are adding. Currently, static pages
created through altering XSL are only available
under the URI prefix of page/.












But can be easy to add content to config/news-xmlui.xml

Regards



Hi

First of all we are using DSpace 4.2 with xmlui and Mirage 1.

We want to add some boxes to the main page of our repository, but
seeing the closed XML structure that DSpace have in this xmlui+mirage
version we are a little bit confused.

For instance we would like to put a news box upside recent submissions
box that links to an external blog or add the login boxes of email and
password in the trail as we have seen in other repositories (like
http://dspace.unav.es/dspace/)

Where should we edit to customize the front page in general? Anything
you can tell me will help.

Thank you, best regards.



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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 4.0 - language button is not working.

2014-10-07 Thread Adan Roman

Hi Kostas

try  /jspui?locale-attribute=de

regards


Is there any progress on this? Any help?

Regards
Kostas



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Re-dspace-4-0-language-button-is-not-working-tp4675128p4675138.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] OAI server could not be reached, harvesting on 4.2

2014-10-02 Thread Adan Roman

Hi Nason

Try beggining with http://demo.dspace.org/oai/request?verb=Identify

regards



Hi,
I have setup a Dspace 4.2 and created a collection to be populated by
harvesting. What ever target I try to grab content from, I get the
above error. I have tried to get content from
http://demo.dspace.org/oai/request as well as
http://scholar.sun.ac.za/oai/request.

Has anyone encountered this problem and how did you get around it?

Thanks
Nason


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] FW: 4.2 dspace don't allow to upload records

2014-09-26 Thread Adan Roman

Hi liss

You need to register the metadata dc.Publisher

2014-09-25 10:31:04,764 ERROR 
org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
class'org.dspace.submit.step.DescribeStep': java.sql.SQLException: 
bad_dublin_core schema=dc, Publisher null



Regards



more logs...

Date: Thu, 25 Sep 2014 18:43:01 -0400
Subject: Re: [Dspace-tech] 4.2 dspace don't allow to upload records
From: luiz...@gmail.com
To: liss...@hotmail.com

Attached the log please!

Em 25/09/2014 12:58, "?ï?...liss ...?ï?" > escreveu:


hi all,
I've installed dspace v4.2   but I made the migration of the
database I had in dspace 1.8 and everything ok I can upload
records but when I create a new collection sometimes I can upload
and sometimes I can't

//I don't know what I must do in postgresql


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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] Solr Shard Not Working

2014-09-23 Thread Adan Roman

Hi Keith

Have you deployed a DSpace 4.x or higer in a Tomcat 6 or lower?
It seems to be a mismatch between java and libraries from dspace.

Regards


Hi All,

I've been trying to run the following command:
dspace stats-util --shard-solr-index

But the procees produces the following error:

Exception:
org.apache.solr.client.solrj.response.QueryResponse.getFacetRanges()Ljava/util/List;
java.lang.NoSuchMethodError:
org.apache.solr.client.solrj.response.QueryResponse.getFacetRanges()Ljava/util/List;


Has anyone one else experienced this problem?

Thanks

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/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 Request Copy Add-on

2014-09-05 Thread Adan Roman

Hi Lewatle

The pull request of the version we developped is at 
https://github.com/DSpace/DSpace/pull/260 . To get the patch add 
".patch" to the url. Unfortunately I lost my original repository branch.
Subsequently was modified and added some features, it can be found at 
https://github.com/DSpace/DSpace/pull/343 . But I don't know the dspace 
version where it works.


regards
Adán


Dear Adan,

Please grant me direct access to 3.1 version of the addon in git, I 
would like to run it on test server, the dspace version running on it 
is 3.2


Once again thanks to you Emilio.

Regards,

Lewatle

*From:*emilio lorenzo [mailto:elore...@arvo.es]
*Sent:* 04 September 2014 10:07 AM
*To:* Lewatle Phaladi; dspace-tech@lists.sourceforge.net
*Cc:* Adán Román
*Subject:* Re: [Dspace-tech] DSpace Request Copy Add-on

Hi, Lewatle,  yes  (the page 
https://wiki.duraspace.org/display/DSPACE/RequestCopy 
<https://wiki.duraspace.org/display/DSPACE/RequestCopy> perhaps it´s a 
bit outdated but has the following last paragraph:

XMLUI version
There is a  "translation" to XMLUI of this request copy add-on tested 
in 3.1 (must work in 1.8 changing installation directories). 
Documented and available to download in JIRA issue DS-1585)


We developed the code (adapted from University of Minho-JSPUI code) 
for 3.*. And the code was later  included in 4.* core
see https://jira.duraspace.org/browse/DS-824. We have a couple of 
installations running 3.x with that code.
Contact Adan Roman (aro...@arvo.es <mailto:aro...@arvo.es>) for a 
direct access to 3.1 version of the add-on  in git


best regards
Emilio

El 04/09/2014 9:50, Lewatle Phaladi escribió:

Hi Emilio,

I am using dspace version 3.2 the theme I am using is Mirage XMLUI
are you saying the addon works on dspace 3.* ?

Regards,

Lewatle

*From:*emilio lorenzo [mailto:elore...@arvo.es]
*Sent:* 04 September 2014 09:41 AM
*To:* dspace-tech@lists.sourceforge.net
<mailto:dspace-tech@lists.sourceforge.net>; Lewatle Phaladi
*Subject:* Re: [Dspace-tech] DSpace Request Copy Add-on

Hi Lewatle
JSPUI or XMLUI ?  (XMLUI runs on dspace 1.8, 3 & 4)

Emilio

El 04/09/2014 8:33, Lewatle Phaladi escribió:

Dear Team,

I would like to run DSpace Request Copy Add-on module on
DSpace 3.2 version, I have read on DSpace Request Copy Add-on
online
page(https://wiki.duraspace.org/display/DSPACE/RequestCopy)
that the module is currently running on the following dspace
versions : dspace 1.6.2,  1.7.2 & 1.8.2

If there is anyone on who has configured the module to run on
dspace 3.2 or dspace 4.2 please share with me possible steps.

Regards,

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 authorised
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.




--

Slashdot TV.

Video for Nerds.  Stuff that matters.

http://tv.slashdot.org/



___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.net  
<mailto:DSpace-tech@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/dspace-tech

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

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 authorised 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

Re: [Dspace-tech] Request a copy

2014-09-02 Thread Adan Roman

Hi

check spring-dspace-core-services.xml and
org.dspace.app.requestitem.RequestItemMetadataStrategy.java to
reimplement it.

regards




Hi all,

DSpace version: 4.1
UI: JSP
Servlet container: Tomcat 7
Server: RHEL 6.5 64-bit
Java: OpenJDK 1.7

Is it possible to have the "Request a copy" button send to a DSpace 
administrator email address only, rather than to the item owner? If so, where would I 
configure/code/hack this?

Thanks,
Gary

GARY BROWNE | Development Programmer
Library IT Services | Fisher Library F03
THE UNIVERSITY OF SYDNEY

T +61 2 9351 5946  | M +61 405 647 868
E gary.bro...@sydney.edu.au  | W http://sydney.edu.au
Sent from my plain old desktop computer.

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised use is 
strictly prohibited. If you receive this email in error, please delete it and 
any attachments.
Please think of our environment and only print this e-mail if necessary.



--
Slashdot TV.
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
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] SOLVED Dspace 3.2 browse by author bug?

2014-08-14 Thread Adan Roman

I'm glad you've solved it.

SolrBrowseDao  is standard en Dspace 4.x.

Note that you'll also have to add the discover event dispatcher to the 
dspace.cfg property "event.dispatcher.default.consumers" to keep indexing.


Regards.
Adán Román Ruiz

SolrBrowseDao fixes the issue, and seems faster to boot.
Thanks Adan! I did not know this setting was available.


Ats,

Alcides Carlos de Moraes Neto
"Sometimes I think we're alone. Sometimes I think we're not. In either 
case, the thought is staggering."

- R. Buckminster Fuller


2014-08-13 5:35 GMT-03:00 helix84 >:


Hi Adan,

could you please file a Jira issue explaining the problem you solved?
That will help us consider including your fix in DSpace. Thank you.


Regards,
~~helix84

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





--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
___
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 3.2 browse by author bug?

2014-08-13 Thread Adan Roman Ruiz
Hi Alcides

We had a similar problem with one of our clients.
To avoid this problem we have changed the getConnection of
java.org.dspace/storage/rbdms/DatabaseManager.java

 public static Connection getConnection() throws SQLException
{
initialize();

if (dataSource != null) {
Connection conn = dataSource.getConnection();
if (!StringUtils.isEmpty(sqlOnBorrow))
{
PreparedStatement pstmt =
conn.prepareStatement(sqlOnBorrow);
try
{
pstmt.execute();
}
finally
{
if (pstmt != null)
{
pstmt.close();
}
}
}
// ADDED!!
if (isOracle())
{
PreparedStatement pstmt = conn.prepareStatement("alter
session set nls_sort='binary'");
try
{
pstmt.execute();
}
finally
{
if (pstmt != null)
{
pstmt.close();
}
}
}
// END ADDED!!
return conn;
}

return null;
}

Also you can try to change your browseDao to solr.

regarsd
Adán Román Ruiz
ARVO Consultores


2014-08-12 16:07 GMT+02:00 Alcides Carlos de Moraes Neto <
alcides.n...@gmail.com>:

> Olá Emílio =)
>
> Yes, we have a Oracle DB.
> I have noticed this also happens for the browse by title and by subject
> pages
> http://www2.senado.leg.br/bdsf/browse?type=subject
>
> Type "prol", the first subject that shows is *Projeto urbanístico,
> Brasília (DF) [1], * not *Proletarização [1]*
>
> http://www2.senado.leg.br/bdsf/browse?type=title
>
> Type "aboli", the first item shown's title is *Aceleração do consumo
> familiar acionou alarme *
> But there are titles that begin with Aboli, like* Abolição da escravatura
> [gravação de som]* (http://www2.senado.leg.br/bdsf/handle/id/96823)
>
>
>
>
>
> Ats,
>
>
> Alcides Carlos de Moraes Neto
> "Sometimes I think we're alone. Sometimes I think we're not. In either
> case, the thought is staggering."
> - R. Buckminster Fuller
>
>
> 2014-08-12 3:55 GMT-03:00 emilio lorenzo :
>
>  Bom dia, Alcides
>>
>> which database are you using ?  oracle?
>> Do you always have the same behaviour in your repository´s browsing  or
>> is it something new?
>>
>> Saudações
>> Emilio Lorenzo
>>
>>
>>
>>  El 12/08/2014 1:18, Alcides Carlos de Moraes Neto escribió:
>>
>> Hello
>>
>>  We have a running 3.2 dspace instance. It is showing abnormal behavior
>> on the browse by author page. More specifically, when there is some input
>> in the startsWith field.
>>
>>  http://www2.senado.leg.br/bdsf/browse?type=author
>>
>>  If you type something, like "Santos", the first author name shown is
>> "Santi", not "Santos".
>> There is no "Santos" author in the first page of results, only in the
>> next.
>>
>>  Anyone knows what can cause this?
>>
>>
>>
>>
>> --
>>
>>
>>
>> ___
>> DSpace-tech mailing 
>> listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech
>> List Etiquette: 
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>>
>>
>
>
> --
>
> ___
> 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
>



-- 
Adán Román Ruiz
adan.ro...@gmail.com
--
___
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 when requesting a copy of document

2014-08-05 Thread Adan Roman

Hi

Can you send the "java stacktrace" log. You must click the [show] link 
at the error page.


Thanks


Hi,

When a document is restricted, the DSpace displays a screen to be 
filled if you want a copy of this document. I fill the screen with the 
requested information and when I click the submit button occurs the 
message:


java.lang.ArrayIndexOutOfBoundsException: 0

Cocoon stacktrace [show]
Java stacktrace [show]
Java full stacktrace [show]


I appreciate if someone can help!

Thanks!!!

--
Carlos ANISIO Monteiro mailto:mca...@gmail.com>> 
mailto:mca...@yahoo.com.br>> >
IPEN/CNEN-SP - Av. Lineu Prestes, 2242 - Cidade Universitária, São 
Paulo, Brasil

CEP 05508-000 Tel.(55)(11) 3133-8876 LINUX USER # 364622

"Aquele que recebe de mim uma idéia tem aumentada a sua instrução sem 
que eu tenha diminuída a minha. Como aquele que acende sua vela na 
minha recebe luz sem apagar a minha. Que as idéias passem livremente 
de uns aos outros no planeta, para a instrução moral e mútua dos 
homens e a melhoria de sua condição...Invenções, portanto, não podem, 
na natureza, ser sujeitas à propriedade." (Thomas Jefferson)



--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/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] Collections sequential odering

2014-07-16 Thread Adan Roman

Hi

Try to label them:

Volume 001
Volume 012
Volume 200


regards


Dear Dspace Team,

Is there any way that I can follow to put list of collections in a
sequential order on dspace? I have collections as follows :

Volume 1

Volume 1000

Volume 12

Volume 13

Volume 1002

Volume 200

Volume 22

Volume 3

Volume 4

Volume 5

Volume 61

The collections are not listed in sequential order,  if I can for
example edit them in the following order bellow, they will then come
in order but this is not the way we want them to be in order :

1.Volume 1

2.Volume 2

3.Volume 3

4.Volume 4

5.Volume 5

6.Volume 12

7.Volume 13

8.Volume 61

9.Volume 200

10.Volume 1000

11.Volume 1002

Is there any idea how I can sort this collection on Dspace?

Regards,

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 authorised 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.



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] (no subject)

2014-07-15 Thread Adan Roman

Hi

You can easy hide the link using xsl templates.

Add this template to your theme:






and the link will be hidden.

regards




hi i am sam i have a question i am trying to hide feedback link from
my dspace in contact us page i went to dspace/webapps/xmlui/il8n and
edited messages.xml and commented the feedback  but didnt update or
have any effect.i saw in one of the links tht the edit must be done in
contact.java which I didnt find could someone please let me know how
to do this and if i am editing the wrong file thanx sam.


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] Fwd: Problem with mvn package under debian 6 and dspace 4.1

2014-07-14 Thread Adan Roman

Hi

Try doing mvn package from /usr/src/dspace-4.1-src-release/ directory.

regards


Help dspace 4.1 installation please..

doing  mvn -version
Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
2014-06-17T09:21:42-04:30)
Maven home: /opt/apache-maven-3.2.2
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: es_VE, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-5-amd64", arch: "amd64", family: "unix"

Then doing

/usr/src/dspace-4.1-src-release/dspace#

mvn package
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.dspace:dspace:[unknown-version]
(/usr/src/dspace-4.1-src-release/dspace/pom.xml) has 1 error
[ERROR] Non-parseable POM
/root/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom:
Expected root element 'project' but found 'html' (position: START_TAG
seen ... @1:6)  @
/root/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom,
line 1, column 6 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException


please which may be the error



--
Ing.MSc. Alexander Mackenzie



--
Ing.MSc. Alexander Mackenzie


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] Translations concerning "Request a copy" functionality (DSpace 4.1, xmlui interface)

2014-07-14 Thread Adan Roman

Hi
You must extract the Messages_xx.properties into the
"dspace\modules\jspui\src\main\resources\" directory.
You can change this file and, when redeploy, it overrides the
dspace-api-lang-4.1.0.jar messages files.

regards


Hi,

We are using xmlui interface in DSpace 4.1 in a multilingual environment.

Regarding the functionality "Request a copy", everything is OK, but we
have an issue with the translations of the item request answer.

Text-boxes marked in red in the image below are never translated. They
are always displayed in English.







I've seen in the documentation that the content of the answer is
translated in Messages_xx.properties file :

itemRequest.response.subject.approve
itemRequest.response.body.approve
itemRequest.response.subject.reject
itemRequest.response.body.reject

I've changed those keys in all Messages_xx.properties files, but as
I'm using the xmlui interface, I don't know how to update them in this
webapp. I've seen that those translations are included in the
dspace-api-lang-4.1.0.jar file, but I don't know how to build the
application in order to take the new Messages_xx.properties file.

Thanks in advance,

Leire




--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] mvn installation problems with 4.1

2014-07-10 Thread Adan Roman

Hi

Maven is still trying through http.
are you sure you deleted the. m2?
try:
"cd"
"rm-fr .m2"

and maven again

regards

On 10/07/2014 13:44, Sean Carte wrote:

Downloading:
http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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] CC licenses in submissions

2014-07-08 Thread Adan Roman

Yes, you must activate de step in the item-submision.xml
So, when you are submitting an item, in the cc-license steep, you can 
choose "Creative Commons" and some radio buttons appear.




Regards


I'm using 4.1 with xmlui-manakin.

So is there a native way to choose between these 6 CC licenses? CC BY, 
CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA and CC BY-NC-ND


Thanks

El 03/07/2014 16:43, Adan Roman escribió:


Hi

What version of DSpace are you using? I think that the standard 
classes CCLicenseStep.java have the functionality you are looking for.


regards


Hi

We want to implement in each item we upload a submission step where 
you can choose a Creative Common License between the 6 CC 
attribution kind (CC BY, CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA, 
CC BY-NC-ND) as you can see here:


http://creativecommons.org/licenses/

In this step when the submitter choose one of these 6 licenses it 
will be written in dc.rights metadata field.


I've seen that DSpace offers several CC Licenses but I don't see 
anything about these 6 kinds.


I'm thinking on creating a new java class for a new step in 
item-submission.xml but is quite difficult as I've seen.


Any suggestion or any help?

Thank you, best regards.



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


___
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



--




<http://www.avast.com/>   

Este mensaje no contiene virus ni malware porque la protección de 
avast! Antivirus <http://www.avast.com/> está activa.




--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net  <mailto:DSpace-tech@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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] Exclude a collection from OAI output

2014-07-03 Thread Adan Roman

Hi

Recently we made this for a client "old style".
Editing DSpaceSetRepository.java and adding to the sql query the handles 
then want to avoid (obtaining them from dspace.cfg).

We don´t know easiest way

regards


Hi DSpacers,

I am looking for a way to exclude certain collections from OAI output. 
I have found a message from 2006, where exactly this question has been 
asked before: 
http://sourceforge.net/p/dspace/mailman/message/11868240/. But 
unfortunately there was no easy solution for that. Though, now I 
wonder if that has changed and today with DSpace 4.1 this mission is 
easier to accomplish ;-)


Is it?

Best regards
Oliver



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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] 4.1 “suggesting” text help / add or remove fields

2014-07-03 Thread Adan Roman

hi

The "suggesting text" can be changed in the config/input-forms.xml
In xmlui interface the simple view can be changed editing the 
item-view.xsl file of your theme

Regards.


*DSPACE 4.1*

**

Could anyone tell us,

**

·how to include in the filling form “suggesting” text help inside the 
box field, as it is for authors?


Author(s): (*Last name, e.g. Smith*) (*First name(s) + “Jr”, e.g. 
Donald “Jr”*)


·How to add or remove fields in the “Simple Item Record”?

Regards.

Maite



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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] CC licenses in submissions

2014-07-03 Thread Adan Roman

Hi

What version of DSpace are you using? I think that the standard classes
CCLicenseStep.java have the functionality you are looking for.

regards


Hi

We want to implement in each item we upload a submission step where
you can choose a Creative Common License between the 6 CC attribution
kind (CC BY, CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA, CC BY-NC-ND)
as you can see here:

http://creativecommons.org/licenses/

In this step when the submitter choose one of these 6 licenses it will
be written in dc.rights metadata field.

I've seen that DSpace offers several CC Licenses but I don't see
anything about these 6 kinds.

I'm thinking on creating a new java class for a new step in
item-submission.xml but is quite difficult as I've seen.

Any suggestion or any help?

Thank you, best regards.



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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] get dspace configuration in runtime

2014-06-18 Thread Adan Roman

Hi

try org.dspace.core.ConfigurationManager

regards


Hi,
Is there any java class where I can get all the dspace.cfg variables 
from a jsp in order to don't need to load and parse the dspace.cfg file?


Thanks.
--


Pablo Buenaposada

Tècnic de Càlcul i Aplicacions

Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2 (Edifici Nexus) ?08034 Barcelona

T. 93 551 6220 ?F. 93 205 6979 ?pablo.buenapos...@csuc.cat

www.csuc.cat ?Twitter @CSUC_info ?Facebook ?Linkedin

Subscriu-te al butlletí (www.csuc.cat/butlleti)




--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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 Dspace for Maps

2014-06-17 Thread Adan Roman

Hi

DSpace can help you in organizing, digital preservation and Publishing
your maps, or any other document.

 Regards


Hi All,

We are in the process  of digitizing our maps for the University of
Zimbabwe. I am wondering if it is possible to use DSpace for capturing
the map. If not can anyone point us to the proper open source software
to use for maps.

Kind Regards,

Admire Mutsikiwa

ICT Projects Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

/"It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities."  Josiah Charles Stamp,
1880-1941, former director of the Bank of England /



--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Current locale in DRI

2014-06-10 Thread Adan Roman

Hi Ruben

It can be the cache. Add a "?aleatoryString" or "&aleatoryString" to the
navigator http request to verify this.

Regards


Hi all,

I've trying to add current locale info into DRI file keeping this value
into session object, and now I've already got (en), but it doesn't works how I want.

For example, if I change the current language in the search page, all
strings are translated into the new language, but into DRI file current
locale metadata is not updated. The strange thing is if I do the same
action in item view, current locale metadata is updated in DRI file.

I suspect the session it's not updated in some requests because are
managed by different way, but I'm not sure of this.

Anyone knows how DSpace manage requests and how it works with HttpSession?

Thanks in advance

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
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




--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] ant fresh_install Error

2014-06-10 Thread Adan Roman

Hi Eric

Delete all the tables and sequences from the database you are using for
dspace and try again

regards


Hi,
I am building dspace 3.1, the dspace was successfully built
but when i run the command
C:\dspace-3.1-src-release\dspace\target\dspace-3.1-build>ant frest_install
at first it starts building and then ends up with the message
Build Failed and
 [java] at
org.dspace.administer.RegistryLoader.loadFormat(RegistryLoade
r.java:183)
 [java] at
org.dspace.administer.RegistryLoader.loadBitstreamFormats(Reg
istryLoader.java:138)
 [java] at
org.dspace.administer.RegistryLoader.main(RegistryLoader.java
:75)
 [java] Error:
 [java]  - ERROR: duplicate key value violates unique constraint
"bitstreamf
ormatregistry_short_description_key"

BUILD FAILED
C:\dspace-3.1-src-release\dspace\target\dspace-3.1-build\build.xml:849: Java
ret
urned: 1

Total time: 15 seconds

C:\dspace-3.1-src-release\dspace\target\dspace-3.1-build>
Please kindly assist

Thanks
Eric


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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 3.x ou 4.x on linux debian 64-bit

2014-04-28 Thread Adan Roman

Hi,

It works well in 32 and 64 bits computers. In windows and Linux systems.



Hi,

Someone could say whether the dspace 3.x or 4.x works on 64-bit computers?

Thanks for the help!

--
Carlos ANISIO Monteiro mailto:mca...@gmail.com>> 
mailto:mca...@yahoo.com.br>> >
IPEN/CNEN-SP - Av. Lineu Prestes, 2242 - Cidade Universitária, São 
Paulo, Brasil

CEP 05508-000 Tel.(55)(11) 3133-8876 LINUX USER # 364622

"Aquele que recebe de mim uma idéia tem aumentada a sua instrução sem 
que eu tenha diminuída a minha. Como aquele que acende sua vela na 
minha recebe luz sem apagar a minha. Que as idéias passem livremente 
de uns aos outros no planeta, para a instrução moral e mútua dos 
homens e a melhoria de sua condição...Invenções, portanto, não podem, 
na natureza, ser sujeitas à propriedade." (Thomas Jefferson)



--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs


___
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




---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
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