RE: [dspace-tech] Re: Bitstream header problem using REST API

2017-04-25 Thread Devaux Cédric
Hello, I have no problem with header with this code to upload a bistream file with Rest : File file = new File(cheminFic); FileEntity entityFic = new FileEntity(file, ContentType.create("application/octet-stream", "UTF-8")); requetePost.setEntity(entityFic); Best regards, Cedric _

[dspace-tech] DSpace 6.0 : problem with checker and checker-emailer jobs

2017-04-24 Thread Devaux Cédric
Hello, I have noticed that the checker-emailer job doesn't send an email even when there is "Checksum comparison result : Checksum_no_match" in the checker.log file produced by the checker job. What I have done to check the checker-emailer job : - add the last (Jan 19, 2017) ResultsPruner.java

RE: [dspace-tech] Re: dspace5 rest login fails

2017-02-28 Thread Devaux Cédric
I have checked on my DSpace 6 : with or without header -H "Accept: application/json", the response is the same (200 if the credentials are ok). curl -v -X POST --data "email=g*&password=g*" -H "Accept: application/json" http://localhost:8080/

RE: [dspace-tech] DSpace 6 : Browse by authors,... doesn't work

2016-12-30 Thread Devaux Cédric
Ok, I've understood how it works : when you click on a letter in browsing by Authors, the result is a list of authors whose name is after the selected letter in an alphabetical order , and not only authors whose name starts with the selected letter. It jumps in the list of authors at the first

RE: [dspace-tech] DSpace 6 : Browse by authors,... doesn't work

2016-12-30 Thread Devaux Cédric
Ok, I've understood how it works : when you click on a letter in browsing by Authors, the result is a list of authors whose name is after the selected letter in an alphabetical order , and not only authors whose name starts with the selected letter. It jumps in the list of authors at the first

[dspace-tech] DSpace 6 : Browse by authors,... doesn't work

2016-12-30 Thread Devaux Cédric
Hello, When you clik on a letter in Browsing by authors (or subjects or titles) on DSpace 6.0 demo ( https://demo.dspace.org/xmlui/browse?type=author ) , the result is a list of names that don't necessarily begin with the selected letter. There is the same issue on my DSpace 6.0 instance. There

RE: [dspace-tech] DSpace 6.0 : problem with LDAP authentication in REST API

2016-12-22 Thread Devaux Cédric
(I've made a test with LDAP, not with Shibboleth) De : dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] De la part de Tom Desair Envoyé : jeudi 22 décembre 2016 09:41 À : Terry Brady Cc : Devaux Cédric; dspace-tech@googlegroups.com Objet

RE: [dspace-tech] DSpace 6.0 : problem with LDAP authentication in REST API

2016-12-22 Thread Devaux Cédric
Envoyé : jeudi 22 décembre 2016 09:41 À : Terry Brady Cc : Devaux Cédric; dspace-tech@googlegroups.com Objet : Re: [dspace-tech] DSpace 6.0 : problem with LDAP authentication in REST API This is a bit of a guess, but we had a client for which we needed to implement authentication support for OpenA

[dspace-tech] DSpace 6.0 : problem with LDAP authentication in REST API

2016-12-21 Thread Devaux Cédric
Hello, I want to use LDAP Authentication with Rest and there is a problem. The LDAP authentication ( /login ) seems OK : response 200 and in dspace.log : 2016-12-21 11:09:52,551 INFO org.dspace.authenticate.LDAPAuthentication @ *@*.*::authenticate:type=ldap 2016-12-21 11:09:52,551 INFO org.dspac

[dspace-tech] RE: Installing DSpace 6.0 without git : Maven build error

2016-12-08 Thread Devaux Cédric
embre 2016 21:12 À : DSpace Technical Support Cc : Devaux Cédric Objet : Re: Installing DSpace 6.0 without git : Maven build error A ticket has been created in the DSpace proejct to track this issue. https://jira.duraspace.org/browse/DS-3418 On Monday, December 5, 2016 at 6:39:40 AM UTC-8, Devaux C

[dspace-tech] Installing DSpace 6.0 without git : Maven build error

2016-12-05 Thread Devaux Cédric
Hello, When installing DSpace 6.0 ( default theme, not Mirage 2 theme), an error has occurred at the step "7.Build the Installation Package : mvn clean package" because git is not installed : [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create (default) on proj