Re: [dspace-tech] I NEDD YOUR TECHNICAL SUPPORT

2017-11-28 Thread Luiz dos Santos
Until I know dsapce doesn't have a viewer, I'm supposing that you are talking about pdf, the behaviour of show the file straight or download the file relays on the browser based in the file size. On 28 Nov 2017 08:03, wrote: > i customize DSpace for my university, file in the item on DSpace >

Re: [dspace-tech] How many ways exists to integrate dspace repositories?

2017-03-20 Thread Luiz dos Santos
Hi Brendow, I'm not sure if I understood the question, but I would like to add sword and REST API. thanks in advance Luiz Claudio Santos http://luizclaudiosantos.me/ On Mon, Mar 20, 2017 at 8:50 AM, Brendow Adriel wrote: > 1 - OAI integration via harvesting. > 2 - Metadata Importation via CSV

Re: [dspace-tech] Re: Internal System Error: The system has experienced an internal error. Please try to do what you were

2017-02-02 Thread Luiz dos Santos
Hi Tom, One quick question, I realized that in DSpace 6 there is not a search consumer, do you know if it was replace by a Service or something? Do you know any doc about it? Thanks Luiz Claudio Santos http://luizclaudiosantos.me/ On Thu, Feb 2, 2017 at 4:17 AM, Tom Desair wrote: > Takin

Re: [dspace-tech] Browsing by Author "c34b248d-7873-40ea-95f4-9f77cac0c51b"

2017-01-31 Thread Luiz dos Santos
Hi Tom, Could explain what this code is doing? Thank in advance Luiz Claudio Santos http://luizclaudiosantos.me/ On Tue, Jan 31, 2017 at 4:21 PM, Tom Desair wrote: > For DSpace 5, you can try this: > >1. Copy the contents of this file https://github.com/DSpace/ >DSpace/blob/dspace-

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-31 Thread Luiz dos Santos
Hi Tom, It was a very complete answer, you should put it in a wiki page as a troubleshooting. Best Luiz Claudio Santos http://luizclaudiosantos.me/ On Tue, Jan 31, 2017 at 4:03 PM, Tom Desair wrote: > Hi Walter, > > You need to make sure of the following: > >1. *Allow the "dspace" Pos

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-31 Thread Luiz dos Santos
Hi Walter, Are you sure the database is available outside of the server, did you try to use db.url = jdbc:postgresql://localhost:5432/dspace, and more the Dspace dspace it should be something like baseUrl = http://${dspace.hostname}:80/ or dspace.baseUrl = http://${dspace.hostname}:8080/, but

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-31 Thread Luiz dos Santos
Hi Walter, I was clarify some points of Mark's e-mail... About you issue, I guess it is something with config/installation of your database, but I don't have idea how to solve it, but review the connection info in the dspace.cfg/local.cfg as Mark said is always a good idea. Best regards Luiz

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-31 Thread Luiz dos Santos
Hi Mark, Maybe I lost that part, but he said that the database is local, right? if he is using the Dspace 6, he should use local.cfg, it is not an option, right? The wierd thing here is that he said, he can connect with the linux user "dspace", but not with others linux user, to me it seem lik

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-31 Thread Luiz dos Santos
Man, it is really weird, I've not ever faced an issue like that, it is hard to know what is going on. If I was your shoes I could keep try, but right now, I don't have any idea to offer to you, sorry! On Mon, Jan 30, 2017 at 8:56 PM Walter Rutherford wrote: > > Sorry... Correction: "dspace.hostn

Re: [dspace-tech] Re: ant fresh_install vs postgres

2017-01-30 Thread Luiz dos Santos
Hi, I could not connect to the database: java.sql.SQLException: Cannot create PoolableConnectionFactory (The connection attempt failed.)java.sql.SQLException: Cannot create PoolableConnectionFactory (The connection attempt failed.) Are you able to connect in the data base by command line:

Re: [dspace-tech] ant fresh_install vs postgres

2017-01-27 Thread Luiz dos Santos
You should create the dspace database, using the lines below. You are installing the dspace with the root user, what is wrong, you should use a not superuser instead, most likely the user dspace. You should see this playlist: https://www.youtube.com/playlist?list=PLlOglq06moTsd63OaJn6zK2g1fV4sSwYv

Re: [dspace-tech] How to make a metadata value into a clickable link in JSPUI (Dspace 3.3)

2016-12-09 Thread Luiz dos Santos
Hi Are you using xmlui or jspui? Best regards Luiz Claudio Santos http://luizclaudiosantos.me/ On Fri, Dec 9, 2016 at 3:10 PM, Catherine Cronin wrote: > I am trying to add a meta-data field that is to contain a link to a Dspace > item in another instance. > > I have added the dc.relation.uri

Re: [dspace-tech] Re: Question about DSpace code and version control of local mods

2016-12-08 Thread Luiz dos Santos
Thank you Tom! Luiz Claudio Santos http://luizclaudiosantos.me/ On Thu, Dec 8, 2016 at 9:11 AM, Mark Wood wrote: > We used to keep our local DSpace in SVN alongside a copy of stock code, to > make it easy to keep our mod.s updated. Some time ago we switched to git, > and now keep local DSpace

Re: [dspace-tech] Question about DSpace code and version control of local mods

2016-12-07 Thread Luiz dos Santos
gt; > [image: logo] Tom Desair > 250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586 > Esperantolaan 4, Heverlee 3001, Belgium > www.atmire.com > <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomdesair> > > &

Re: [dspace-tech] Question about DSpace code and version control of local mods

2016-12-07 Thread Luiz dos Santos
es, pull requests, >> and wikis. For example, when a user reports a bug or feature, I create >> an issue to track it, then when I get time to address it I make a pull >> request to my institution's repository from my personal repository. >> >> Here's our repo, where

Re: [dspace-tech] Question about DSpace code and version control of local mods

2016-12-07 Thread Luiz dos Santos
Hi, We have code in github and svn. The svn is old version that Atmire folks are updating now. Soon, it's gonna github only, most of the code of the code is in a maven repository, as a jar files, only the local changes and config file are in the github repository. The developers have their ow

[dspace-tech] Creating a DSpace listener in DSpace 5.x

2016-11-28 Thread Luiz dos Santos
Dear, I posted is in the Dspace Developers, but I didn't get any answer, so I would like to do a custom DSpace listener in DSpace 5.x that it looks like the Consumer that I did to my blog, " http://luizclaudiosantos.me/the-most-useless-dspace-consumer-ever/";, I did the code below, the idea

Re: [dspace-tech] Unrecognized file format (.0,60)

2016-11-18 Thread Luiz dos Santos
f Digital Initiatives & Web Services, Mississippi State > University Libraries <http://library.msstate.edu/>* > (662) 325-0300 | jsh...@library.msstate.edu | > http://library.msstate.edu/juliedshedd > > > > *From:* Luiz dos Santos [mailto:luiz...@gmail.com] >

[dspace-tech] SOLR statis query to select downloads by country

2016-11-16 Thread Luiz dos Santos
Dears, I need to select some download from SOLR statis to be deleted. The constrains that I have to apply before delete downloads records in SOLR are: From item id 7279 In the day 2016-10-21 From specific countries, but I don't know how to select countries by SOLR query,

Re: [dspace-tech] OAI harvesting

2016-11-11 Thread Luiz dos Santos
Hi, Actually is the another way around, you should say which collections do you want harvest in the oai verb, but if you want to hide collections in the oai, by default DSpace doesn't have this functionality. Best On Friday, November 11, 2016, Róbert Bodnár wrote: > Hi all! > May I ask if i

Re: [dspace-tech] Help with setting up virus scan curation task

2016-11-09 Thread Luiz dos Santos
Your antivirus should have a firewall that is blocking the smtp port, disable the antivirus firewall or just open the smtp port, the number of the smtp port is 25. On Wednesday, November 9, 2016, Hilton Gibson wrote: > Works great on Ubuntu, see: http://wiki.lib.sun.ac. > za/index.php/SUNScholar

Re: [dspace-tech] How to add unit tests to classes in dspace/modules/additions?

2016-11-08 Thread Luiz dos Santos
Hi Martin, After you marked the java folder as test folder, as you said in the stackoverflow, did you try to refresh the project in IntelliJ? Best Luiz On Tuesday, November 8, 2016, Martin Walk wrote: > Hi, > > I write curation tasks (for DSpace 6) that I add > to dspace/modules/additions.

Re: [dspace-tech] SWORD

2016-11-07 Thread Luiz dos Santos
Thank you Andrea, perfect! Luiz Claudio Santos http://luizclaudiosantos.me/ On Mon, Nov 7, 2016 at 4:29 PM, Andrea Schweer wrote: > Hi Monika, > > On 11/08/2016 10:18 AM, Monika Mevenkamp wrote: > > We are building a document submission system in sharepoint, which > collects pdfs and metadata

Re: [dspace-tech] SWORD

2016-11-07 Thread Luiz dos Santos
Hi Andrea, I have the same problem of Monika, I guess you developer the sword2 module, right? Thanks in advance Luiz Claudio Santos http://luizclaudiosantos.me/ On Mon, Nov 7, 2016 at 4:18 PM, Monika Mevenkamp wrote: > > We are building a document submission system in sharepoint, which >

Re: [dspace-tech] Possible memory leak in dspace.

2016-11-04 Thread Luiz dos Santos
s I understand that, but the image above is from a live process, and >>> there was no attack happening (this is confirmed), so for some reason there >>> is 5 gigs of byte arrays in the memory, tomcats uptime is about 16 hours. >>> >>> - Anis >>> >>

Re: [dspace-tech] Possible memory leak in dspace.

2016-11-04 Thread Luiz dos Santos
een%2BShot%2B2016-11-04%2Bat%2B14.05.58.png> > > > On Friday, November 4, 2016 at 2:08:34 PM UTC+2, Luiz dos Santos wrote: >> >> Hi Anis, >> >>To me it seems more like a bot attack then a leak of memory, do you >> have a strategy to deal with malicious bots

Re: [dspace-tech] Possible memory leak in dspace.

2016-11-04 Thread Luiz dos Santos
Hi Anis, To me it seems more like a bot attack then a leak of memory, do you have a strategy to deal with malicious bots? Best Luiz On Friday, November 4, 2016, Anis wrote: > Hi! > > > Our busiest repository was crashing between every 15-30 minutes and it > seems it was related to out of me

Re: [dspace-tech] Re: Send email on bitstream download

2016-11-01 Thread Luiz dos Santos
Hi Andrea, I did a post in my blog about the old way to do a DSpace consumer ( http://luizclaudiosantos.me/the-most-useless-dspace-consumer-ever/), however, I was not able to understand when exactly this event listener is called in Spring, do you know that? I even saw this answer of yours in

Re: [dspace-tech] DSPACE 5.1 Could not find artifact com.sun.media:jai_imageio:jar:1.0_01 in sonatype-releases

2016-10-17 Thread Luiz dos Santos
6783100324244.pom to > /root/.m2/repository/javax/media/jai_core/1.1.2_01/jai_core-1.1.2_01.pom > [INFO] > > [INFO] BUILD SUCCESS > [INFO] -------- > ---

Re: [dspace-tech] DSPACE 5.1 Could not find artifact com.sun.media:jai_imageio:jar:1.0_01 in sonatype-releases

2016-10-17 Thread Luiz dos Santos
Hi Michelangelo I didn't understand why you was able to build it before and now he have to put the jar manually in the repository again, as it is in the page that Ivan shared with us. Did you manually delete the .m2 directory? Did you change the configuration file to use xpdf now, it was somet

Re: [dspace-tech] When i went for ant fresh_install problem, i got these error messages:

2016-10-05 Thread Luiz dos Santos
You should create the database, use the command below. createuser --username=postgres --no-superuser --pwprompt dspace crê eatedb --username=postgres --owner=dspace --encoding=UNICODE dspace Wednesday, October 5, 2016, Haimanot Birhanu wrote: > Error: > [java] - org.postgresql.util.PS

Re: [dspace-tech] SQL to get all authors in a community?

2016-09-29 Thread Luiz dos Santos
Thanks Hardy and Helix84, that page is so nice! Luiz Claudio Santos http://luizclaudiosantos.me/ On Thu, Sep 29, 2016 at 11:21 AM, Hardy Pottinger wrote: > Hi, because not so many people know about this handy resource, I'll just > jump in to say this page by Helix84 is fantastically useful for

Re: [dspace-tech] Tomcat not starting on dspace rhel 7 server

2016-09-23 Thread Luiz dos Santos
t; > On Fri, Sep 23, 2016, 21:19 Luiz dos Santos wrote: > >> It didn't find the tomcat native libraries, some points: >> >> 1- If you are using DSpace as service, be sure that you didn't start the >> service with a user that should not do it. >> 2- if

Re: [dspace-tech] "Front page content" not displaying

2016-09-23 Thread Luiz dos Santos
Hi Jude, I'm sorry about to hear that you guys got problems, you could check out the link below, to help you think about what you can do. https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace https://wiki.duraspace.org/display/DSDOC5x/System+Administration Best regards Luiz C

Re: [dspace-tech] Tomcat not starting on dspace rhel 7 server

2016-09-23 Thread Luiz dos Santos
It didn't find the tomcat native libraries, some points: 1- If you are using DSpace as service, be sure that you didn't start the service with a user that should not do it. 2- if you are run startup.sh, be sure that you are using a user that can access : /usr/java/packages/lib/amd64:/usr/lib64:/li

Re: [dspace-tech] change the query

2016-09-21 Thread Luiz dos Santos
Hi Dante, The code of Bruno makes senses to me, just return a HaspMap instead the array thing, as Bruno said it will not compile at all, I have two advices for you: 1- Instead change the findItemsMetadataField, create a new method. 2- Create a new class to overload ItemResources,

Re: [dspace-tech] how to use find-by-metadata?

2016-09-14 Thread Luiz dos Santos
need help + 1 On Wed, Sep 14, 2016 at 3:57 PM, Dante Valencia wrote: > Hi friends > I need help with understanding how to use (find-vy-metadata) with Rest > For example, I do this in loggout > try { > > > DefaultHttpClient httpClient = new DefaultHttpClient(); > HttpPos

Re: [dspace-tech] XMLUI has stopped working

2016-07-27 Thread Luiz dos Santos
It seems like tomcat is not able to find your xmlui anymore, are you sure that the root.xml is on the conf Catalina localhost folder? On Thursday, July 21, 2016, Augusto Vinhaes wrote: > Hi all, > I've got Dspace 1.7 and Tomcat 6 running in a Ubuntu server. The jspui > interface is working, but

Re: [dspace-tech] possible (very minor) bug in DSpace 5.5

2016-07-26 Thread Luiz dos Santos
e cannot be found" message and one below it. The > one below works. The one above comes back to the error page. > > On Tuesday, July 26, 2016 at 2:19:37 PM UTC-4, Luiz dos Santos wrote: >> >> Hi Chris, >> >> Weird, beside the exception highlighted by Tom, I

Re: [dspace-tech] possible (very minor) bug in DSpace 5.5

2016-07-26 Thread Luiz dos Santos
Hi Chris, Weird, beside the exception highlighted by Tom, I could go back to the home page by clicking in all links that you posted. I would like to see the error, could you give another example? Maybe it is related with something else. Best regards Luiz On Tue, Jul 26, 2016 at 10:59 AM, Chr

Re: [dspace-tech] DCI-CAN1 to usb

2016-07-22 Thread Luiz dos Santos
Are you sure that you wrote to the correct list? On Friday, July 22, 2016, L.L. wrote: > Hello, > I own a DCI-CAN1 to USB interface and due to a problem, varistors RV1 and > RV2 from can lines blown up. > > Will you be able to provide me the value for this component in order to > replace it? > >

Re: [dspace-tech] HA Clustering Dspace

2016-07-21 Thread Luiz dos Santos
ta for some > elements (authority, statistics). > > > Peter Dietz > Longsight > www.longsight.com > pe...@longsight.com > p: 740-599-5005 x809 > > On Thu, Jul 21, 2016 at 2:34 PM, Luiz dos Santos > wrote: > >> Hi Tim, >> >> It seems interestin

Re: [dspace-tech] HA Clustering Dspace

2016-07-21 Thread Luiz dos Santos
Hi Tim, It seems interesting , but I have a point, relay the high availability in hardware and in a big monolithic software seems more like mitigate the problem but not solve it, you could have Solr and PostgresSQL in clusters, they have their own cluster possibilities, but you will end up with a

Re: [dspace-tech] HA Clustering Dspace

2016-07-21 Thread Luiz dos Santos
It is a nice question, but if you want to use a cluster is not better use Fedora instead? Please note that is a question...I'm curious to known what the DSpace specialist think about it. Best Luiz On Thu, Jul 21, 2016 at 10:51 AM, Hernán Lagos wrote: > Dear > > I want to ask if anyone of you ha

Re: [dspace-tech] Please find the below available consultants

2016-07-12 Thread Luiz dos Santos
What this list is about? On Tuesday, February 9, 2016, wrote: > > Please find the below available consultants in various technologies, let > me know if you have suitable requirements. > > > > > > Name > > Skill > > > > > > SirishaPallaboina > > TIBCO > > Poojitha Reddy > > QlikView > > NishanthM

Re: [dspace-tech] Internal System Error - HTTP Status 500

2016-07-11 Thread Luiz dos Santos
It seems like you did not deploy solr properly in tomcat. Best Luiz On Monday, July 11, 2016, MICHAEL TUFFOUR wrote: > Dear ALL , > > I am very new to Dspace but i am working on a project with it. After > proper installation and upload of various academic resources(thesis). i > Cannot now open

Re: [dspace-tech] self-register new account .dspace 5.4 internal system error

2016-06-30 Thread Luiz dos Santos
Hi Victoria, >From your log is seems a database connection issue: 2016-06-29 11:32:00,174 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL connection Error - org.postgresql.util.PSQLException: Conexión rechazada. Verifique que el nombre del Host y el puerto sean correctos y que postmaster est

Re: [dspace-tech] xmlui.Discovery.AbstractSearch.type_department message

2016-06-28 Thread Luiz dos Santos
l Technologies Development Librarian > Montana State University Library > 406-994-1873 > > > > From: on behalf of Luiz dos Santos < > luiz...@gmail.com> > Date: Tuesday, June 28, 2016 at 12:06 PM > To: Susan Borda > Cc: Terry Brady , " > dspace-tech@goog

Re: [dspace-tech] xmlui.Discovery.AbstractSearch.type_department message

2016-06-28 Thread Luiz dos Santos
Hi Susan, Are you able to solve this issue? Best Luiz On Thu, Jun 23, 2016 at 5:13 PM, Luiz dos Santos wrote: > Hi, > >I think that the problem is this url, > "search-filter?field=department&starts_with=b" > > http://scholarworks.montana.edu/xmlu

Re: [dspace-tech] Re: [Dspace-tech] Collection Visualisation tool ?

2016-06-27 Thread Luiz dos Santos
Hi Alan, What kind of visualization are you thinking about? Graphs about the usage, Graphs about knowledge areas? Best Luiz On Saturday, June 18, 2016, Alan Orth wrote: > Hi, > > We're also looking into ways to visualize our repository's metadata, > either on the DSpace collection pages o

[dspace-tech] Re: Migrating to Rosetta / exporting items

2016-06-24 Thread Luiz dos Santos
a lot of things DSpace doesn't include > in the OAI-PMH feed. > > Cheers > Stuart > > > On Friday, 24 June 2016, Luiz dos Santos wrote: > >> Hi Stuart, >> >> When I was in ExLibris, they had Digitool, and Digitool had OAI-MPH >> interface,

Re: [dspace-tech] Migrating to Rosetta / exporting items

2016-06-23 Thread Luiz dos Santos
Hi Stuart, When I was in ExLibris, they had Digitool, and Digitool had OAI-MPH interface, did you check it Rosetta have it as well? Best Luiz On Thu, Jun 23, 2016 at 5:22 PM, Stuart A. Yeates wrote: > We are moving our collections from DSpace to Rosetta (from ExLibris now > Proquest) and I wa

Re: [dspace-tech] xmlui.Discovery.AbstractSearch.type_department message

2016-06-23 Thread Luiz dos Santos
Hi, I think that the problem is this url, "search-filter?field=department&starts_with=b" http://scholarworks.montana.edu/xmlui/search-filter?field=department&starts_with=b This one works fine, I mean the label show up. http://scholarworks.montana.edu/xmlui/browse?type=department It

Re: [dspace-tech] Tomcat7 and XMLUI

2016-06-22 Thread Luiz dos Santos
Hi Jeff, Did you check the Cocoon and Dspace logs? Best regards Luiz On Wed, Jun 22, 2016 at 9:17 AM, Jeffrey A Trimble wrote: > I’ve got a very strange issue here. On my test server I have loaded > tomcat 7.0.69. Whether or not SSL is turned on, when I attempt to connect > to the XMLUI v

Re: [dspace-tech] error when trying to create administrator account for dspace

2016-06-21 Thread Luiz dos Santos
Previous answer from Tim Donohue for this issue: "This is a known issue that occurs when you start Tomcat prior to running 'create-administrator' when doing a fresh install of DSpace 5.x. It's a "race condition" that only occurs when certain webapps (namely OAI, REST or RDF) load prior to the Adm

Re: [dspace-tech] target folder

2016-06-17 Thread Luiz dos Santos
Are you sure that you are looking in the correct directory? Was maven build executed without error? On Friday, June 17, 2016, Dsu Library wrote: > I cont see the target folder in dspace-5.5-src-release > packge > > -- > You recei

Re: [dspace-tech] How to prevent Google Search Appliance from over-generating?

2016-06-14 Thread Luiz dos Santos
Hi Louise, Actually the Google bot do not use to be the problem, they respect what you have in the robots.txt( https://wiki.duraspace.org/display/DSDOC4x/Search+Engine+Optimization) , However in the worst scenario you can implement a servlet filter to block bots. Best regards Luiz On Tue,

Re: [dspace-tech] erro de metadados ao inserir documentos

2016-06-10 Thread Luiz dos Santos
Hi Rafael, As Claudia mentioned you can see details about the translations in https://wiki.duraspace.org/display/DSDOC5x/Localization+L10n . In case of jspui, you can find the messages here [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties , I don't know about the IBIC

Re: [dspace-tech] How can I migrate data to DSpace

2016-06-10 Thread Luiz dos Santos
Hi Bobby, You can start here: https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing Best Luiz On Fri, Jun 10, 2016 at 2:26 AM, Bobbi Prathama wrote: > Hai, i have a biblography file export from slims wit format csv. How do i > import this file to DSpace? > > Please Answer, Tha

Re: [dspace-tech] erro de metadados ao inserir documentos

2016-06-10 Thread Luiz dos Santos
Oi, Isso indica que ta faltando o traducao dos nomes dos campos, Vc ta usando JSPUI ou XMLUI? Que versao? Dependendo da versao e da interface que vc ta usando o lugar onde colocar a traducao varia. Ps: Se vc postar suas duvidas em ingles vai aumentar no numero de pessoas que podem responder.

Re: [dspace-tech] Recommended Testing Strategy

2016-06-10 Thread Luiz dos Santos
in dspace-api as a dependency in other module? Copy, maven dependency? Best Luiz On Wed, Jun 8, 2016 at 11:10 AM, Luiz dos Santos wrote: > Hi Mark, > > It seems nice, I would like at least start to write some test to > REST-API, so I should use the approach in dspace-api, rig

Re: [dspace-tech] Bad Characters making OAI returning mal formed XML

2016-06-09 Thread Luiz dos Santos
Hi, To me it seems a charset problem, are you sure that the database is UTF-8? Do you see any error in the log? Best Luiz On Thursday, June 9, 2016, Tiago Guimarães wrote: > Hi all, > > > I'm having problems with bad characters in OAI. > > > It's the same as this JIRA ticket: > https://jira

Re: [dspace-tech] Does Cocoon slow down DSpace?

2016-06-08 Thread Luiz dos Santos
Hi Hui, I have two comments: Were you able to see in the new relic report if there is anything that the coocon class is wait for such as database or anything else? Did you already check how many requisition are coming your repository? We got something like that last year and our pr

Re: [dspace-tech] Recommended Testing Strategy

2016-06-08 Thread Luiz dos Santos
Hi Mark, It seems nice, I would like at least start to write some test to REST-API, so I should use the approach in dspace-api, right? Best Luiz On Wed, Jun 8, 2016 at 9:31 AM, Mark Wood wrote: > On Tue, Jun 07, 2016 at 12:09:41PM -0500, Tim Donohue wrote: > > As far as I'm aware, that's j

Re: [dspace-tech] the file new-top_es.html is not a valid news file

2016-06-08 Thread Luiz dos Santos
, June 8, 2016 at 8:55:59 AM UTC-4, Luiz dos Santos wrote: >> >> Do you known what the exactly exception that you got? What instructions >> did you follow, change the class or add the names of the files to the bean >> configuration file? >> >> On Wednesday, June 8,

Re: [dspace-tech] the file new-top_es.html is not a valid news file

2016-06-08 Thread Luiz dos Santos
Do you known what the exactly exception that you got? What instructions did you follow, change the class or add the names of the files to the bean configuration file? On Wednesday, June 8, 2016, Tom Avino wrote: > I tried the following instructions, but still receive Internal Server > error only

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
t) @ dspace-xmlui-mirage2 --- [INFO] Tests are skipped. On Tue, Jun 7, 2016 at 1:16 PM, Luiz dos Santos wrote: > Hi Tim, > >I already used the plugin below, but I didn't test it in DSpace, let me > try test and I can submit a pull request later. > > Best > Lui

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
default. > > So, to run both, you can simply run: > > "mvn install -Dmaven.test.skip=false -DskipITs=false" > > Again, a sample of running tests can be found in our Travis settings: > > https://github.com/DSpace/DSpace/blob/master/.travis.yml > - Tim > >

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
Hi Tim, Pantelis send me the e-mail below with a question, basically he is asking why "mvn test" run for all module if ti run for the dspace-api and dspace-service only? Any idea? Best regards Luiz Tests (mvn test) run ok when executed both in [dspace-src] and [dspace-src]/dspace directori

Re: [dspace-tech] Recommended Testing Strategy

2016-06-06 Thread Luiz dos Santos
I saw this doc (https://wiki.duraspace.org/display/DSPACE/DSpace+Testing), but I don't know if it is updated, and I don't see any test in the JSPUI at all. On Mon, Jun 6, 2016 at 11:56 AM, Pantelis Karamolegkos < pantelis...@gmail.com> wrote: > Assuming someone wants to fork and proceed with heav

Re: [dspace-tech] Re: RTL Issue with Arabic in Dspace 5.4 XMLUI

2016-06-06 Thread Luiz dos Santos
> > > When I tried to call, it gives me error. Could you please help me to > handle this situation for calling the different css for each language. > > > > On Sat, Jun 4, 2016 at 2:31 AM, Luiz dos Santos wrote: > >> Hi Shakir, >> > -- You received

Re: [dspace-tech] After upgrading Dspace to 5.5 - Edit news error - The file null is not a valid news file

2016-06-04 Thread Luiz dos Santos
Hi Tom, I got this bug, I fixed and I submitted a pull request: https://github.com/DSpace/DSpace/pull/1430, if you don't want to wait them to approve the pull request, you can check my fix in the pull request. Please, let me know if you need help. Best Luiz On Sat, Jun 4, 2016 at 9:01 AM, Tom

Re: [dspace-tech] Re: RTL Issue with Arabic in Dspace 5.4 XMLUI

2016-06-03 Thread Luiz dos Santos
dly help me if you have better way for Arabic shifting RTL. > > > On Jun 4, 2016 00:08, "Luiz dos Santos" wrote: > >> Hi, >> >>I didn't get why are you editing the page-structure.xml, did you try >> to add webui.supported.locales = en, de, ar

Re: [dspace-tech] Re: RTL Issue with Arabic in Dspace 5.4 XMLUI

2016-06-03 Thread Luiz dos Santos
Hi, I didn't get why are you editing the page-structure.xml, did you try to add webui.supported.locales = en, de, ar in the dspace.cfg? Best regards Luiz On Fri, Jun 3, 2016 at 11:42 AM, Shakir Khan wrote: > Anybody help please > > > > On Friday, June 3, 2016 at 1:12:03 PM UTC+3, Shakir

Re: [dspace-tech] I can't find Messages.properties in dspace 5.5

2016-05-30 Thread Luiz dos Santos
Hi, As Claudio pointed out, the first question should be, are you using JSPUI or XMLUI, what is the exctaly text the you want to change? Best Luiz On Mon, May 30, 2016 at 3:34 AM, Claudia Jürgen < claudia.juer...@tu-dortmund.de> wrote: > Hello Arnuparb, > > there are two messages catalogues

Re: [dspace-tech] Re: Search based on workflow criteria

2016-05-30 Thread Luiz dos Santos
I guess you can use the dc.date.accessioned or dc.date.available to know when the item was launched. dc.date.accessioned = the date/time that DSpace received this document (i.e. date/time the item was created in DSpace) dc.date.available = the date/time that the item was made *available* through

Re: [dspace-tech] Question about dc.date.accessioned and dc.date. available

2016-05-28 Thread Luiz dos Santos
Hi, I have seen some dc.date.available and dc.date.accessioned when the items were harvested, and I do have a workflow where the dc.date.available is one of the fields available through the repository workflow. Best regards Luiz On Fri, May 27, 2016 at 6:22 PM, Xiping Liu wrote: > Hi Christ

Re: [dspace-tech] Change Creative Common's image in item-view.xsl (DSpace 5.5)

2016-05-26 Thread Luiz dos Santos
You can use something like this... On Thu, May 26, 2016 at 10:47 AM, Mariangels wrote: > Hello, > > I was wondering if it is possible in DSpace 5.5 and xmlui to put the > information about de Creative Common License (the image and the text) after > the last metadata field in item-view.xsl an

Re: [dspace-tech] Dspace 5.5 eperson table looks wrong. First name, last name gone. Other tables out of whack

2016-05-23 Thread Luiz dos Santos
Hi Terry, So resource_id and resource_type_id identify in the metadatavalue identity the ePerson and Item? And what about the Bitstream? Do you know if this Database schema is valid: https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer?preview=/45548226/68355659/dspace5.png Best regards Luiz

Re: [dspace-tech] Re: No parameter substitution in ant when creating log.dir - DSpace 6 RC1

2016-05-22 Thread Luiz dos Santos
e seems to be no substitution of the parameter log.dir by its actual > value* > > Pantelis > > On Mon, May 23, 2016 at 1:32 AM, Luiz dos Santos > wrote: > >> Hi Pantellis, >> >>I've never seen this file, which version? >> >> Best regards >> Lu

Re: [dspace-tech] DSpace 6 RC1 - migrate_database ant target fails

2016-05-22 Thread Luiz dos Santos
classpathref="class.path" fork="yes" failonerror="yes"> > > On Mon, May 23, 2016 at 1:35 AM, Luiz dos Santos > wrote: > >> What do you have on this build.xml in the line 799? Do you see any >> exception on the ant output? >> >> Bes

[dspace-tech] Dspace pre 6 "Configuration Service"

2016-04-13 Thread Luiz dos Santos
Dears, I'm trying to fix this issue "https://jira.duraspace.org/browse/DS-3107";. I known that DSpace is using https://commons.apache.org/proper/commons-configuration/ now. the ConfigurationManager is deprecated, anyone knows what I can use instead? Any doc? Best Luiz -- You received this m

Re: [dspace-tech] Error rebuilding xml-ui on DSpace 5.1 - freezes during mvn packaging

2016-04-06 Thread Luiz dos Santos
Hi Michelangelo, Did you tried to user mvn -X to get a more detailed error message from maven? Best Luiz On Wed, Apr 6, 2016 at 1:28 PM, Michelangelo Viana wrote: > Hi, > > Today (06 april 2016) I was not able to rebuild the XML-UI of our Dspace > 5.1 [CentOS release 6.5 (Final)], and be

[dspace-tech] JSPui in pt DSpace 6.

2016-03-30 Thread Luiz dos Santos
I got the error in the jspui, I figured out that it is related with the bean NewsServiceImpl receiving the values news-top.html and news-side.html as parameter in the constructor. news-top.html

Re: [dspace-tech] Re: workflow email troubleshooting

2016-03-10 Thread Luiz dos Santos
Good catch, thanks for share! Em 10/03/2016 16:20, "Chris Gray" escreveu: > We've discovered the problem. It has nothing to do with the particular > generator of the email but with garbage that has gotten into the email > field of our eperson records for some of our users. > > We use CAS authen

Re: [dspace-tech] Installing DSPACE in a Google Cloud Server with Data Repository stored on my local network

2016-03-01 Thread Luiz dos Santos
Hi, I'm not sure about your solution, but the point here is a remote assetstore, I guess, I would like to help, but I'm not sure your infrastructure, actually I don't know docker. Best Luiz Em 29/02/2016 13:24, "Bruno Cabral" escreveu: > Hi list, > > I'm member of a team that is developing and

Re: [dspace-tech] Admin cannot delete submissions in workflow

2016-02-25 Thread Luiz dos Santos
Hi, Did you try to put your admin user as reviewer as well? Regards Luiz Em 25/02/2016 17:15, escreveu: > Hi, > > [Context: Dspace XMLUI 5.4 (Mirage2)] > > Admin can not delete submissions in workflow. This problem has been there > since ages (we had the same limitation with version 1.8.2).

Re: [dspace-tech] Add html in a java class.

2016-02-24 Thread Luiz dos Santos
ttribute is not supported..so that may be > another factor in the problems you are having. Here's the full contents of > that translate() method: > > > https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/element/SimpleHTMLFragment.j

[dspace-tech] Add html in a java class.

2016-02-24 Thread Luiz dos Santos
Hi, Our repository have two kind of url in the dc.relation.externalresourse, internal and external url, so I add the method below in the class org.dspace.app.xmlui.aspect.artifactbrowser.ItemViewer.java, in module folder. I'm calling the method in the addBody. The problem is that I wo

[dspace-tech] Add html in a java class.

2016-02-24 Thread Luiz dos Santos
Hi, Our repository have two kind of url in the dc.relation.externalresourse, internal and external url, so I add the method below in the class org.dspace.app.xmlui.aspect.artifactbrowser.ItemViewer.java, in module folder. I'm calling the method in the addBody. The problem is that I would like

[dspace-tech] add html field in item page xmlui

2016-02-22 Thread Luiz dos Santos
Dears, I have to add an external link to my item page, I'm trying to do it on the ItemViewer.java, with the code below, I'm not sure if it is the best way to do it, even more, I'm problem to add a single css class on it, I already division.addPara addDiv and I didn't get a good results.

Re: [dspace-tech] Dspace 5.4 and searching with REST

2016-02-19 Thread Luiz dos Santos
Hi Terry, I quick question, this DiscoverQuery is available in Dspace 5? Tks Luiz Em 11/02/2016 16:03, "Terry Brady" escreveu: > Mark, > > Another approach would be to write a customized REST endpoint that will > query SOLR using the DSpace API. > > If you go with this approach, you can sto

[dspace-tech] Test documentation

2016-02-04 Thread Luiz dos Santos
Dears, These are the most recent documentation about test in DSpace? https://wiki.duraspace.org/display/DSPACE/DSpace+Testing https://wiki.duraspace.org/display/GSOC/GSOC10+-+Add+Unit+Testing+to+Dspace Thanks in advance Luiz -- You received this message because you are subscribed to the

[dspace-tech] Build with the Apache Commons Configuration

2016-02-02 Thread Luiz dos Santos
Hi, Since today afternoon I'm build Maven and run ant targets with the new local.cfg, dspace-pre-6, but the dspace.cfg doesn't reflect the changes that I did in the file local.cfg, the maven and ant go through without any error, so I wonder if anybody else is getting this issue? Thanks Luiz

Re: [dspace-tech] DSpace UI Prototype Challenge

2016-02-02 Thread Luiz dos Santos
new UI gonna be chosen? Thanks Luiz On Thu, Jan 21, 2016 at 1:50 PM, Luiz dos Santos wrote: > Thank you for the information. > > On Thu, Jan 21, 2016 at 12:58 PM, Tim Donohue > wrote: > >> Hi Luiz, >> >> Analysis of the prototypes is still ongoing (the g

Re: [dspace-tech] DSpace UI Prototype Challenge

2016-01-21 Thread Luiz dos Santos
. > It's linked from: > > https://wiki.duraspace.org/display/DSPACE/DSpace+UI+Prototype+Challenge#DSpaceUIPrototypeChallenge-PrototypeEvaluationProcess > > - Tim > > > On 1/21/2016 11:53 AM, Luiz dos Santos wrote: > > Anybody knows something about the results of this cha

[dspace-tech] DSpace UI Prototype Challenge

2016-01-21 Thread Luiz dos Santos
Anybody knows something about the results of this challenge? Best Regards Luiz -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr.

[dspace-tech] Modify default search options

2015-12-29 Thread Luiz dos Santos
Dears, I need to modify the default search operator in our DSpace search, I mean, the DSpace is using the OR and I would like to use AND instead. I am using Dspace 3, I changed the files dspace/solr/search/conf/schema.xml and dspace/config/dspace.cfg, like below and after that I restar

[dspace-tech] Modify default search options

2015-12-28 Thread Luiz dos Santos
Dears , I need to modify the default search operator in our DSpace search, I mean, the DSpace is using the OR and I would like to use AND instead. I am using Dspace 3.2, I changed the files dspace/solr/search/conf/schema.xml and dspace/config/dspace.cfg, like below and after that I restarte

Re: [dspace-tech] Log TOMCAT

2015-11-10 Thread Luiz dos Santos
Hi Manuel, Did you tried improve the -XX:MaxPermSize=128m? When you user the top? What is the usage of you memory? Do you check if there is bot making high traffic in you DSpace? Thanks Luiz On Tue, Nov 10, 2015 at 5:23 PM, Tim Donohue wrote: > Hi Manuel, > > At a basic level, it's hard to

  1   2   >