java-client
I am trying to assign a permanent permission to a group but I got null pointer exception when begin or end dates are not defined. ACE ace = new ...
0 votes
2 answers
0 comments
3487 views
Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
0 votes
0 answers
0 comments
1987 views
Hello, I'm writing a Java migration program from Nuxeo 7.2 to 8.3 When I try to copy a note with multiple lines I get an error because Nuxeo interprets a carriage return in the note content as a new property. Document note = (Document) ...
0 votes
1 answers
0 comments
2165 views
Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest(“Blob.Attach”).setHeader(Constants.HEADER_NX_VOIDOP, “true”).setInput(blob) .set("document", ...
0 votes
1 answers
0 comments
3318 views
Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !
0 votes
1 answers
0 comments
2768 views
I'm using java-client (same with curl invoking REST-API) to upload some image in a local instance of Nuxeo. The upload goes fine, but after this, I try to get Image thumbnail and a error occurs. The error is caused because the thumbnail, small and ...
0 votes
2 answers
1 comments
2898 views
Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
1 votes
0 answers
1 comments
1908 views
I have a logic in my client java code, which creates a document given the path, where it should reside. My logic checks for non-existing folders in a path. This check is in place to avoid FileNotFound exception and create the hierarchy first before ...
0 votes
1 answers
1 comments
2613 views
Caused by: /home/ubuntu/nuxeo/nuxeo-features/nuxeo-admin-center/nuxeo-admin-center-analytics/target/antrun/build-main.xml:4: The following error occurred while executing this line: ...
0 votes
1 answers
0 comments
2509 views
Hi, I'm trying to call the operation “ Tag.Suggestion ” using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList. My code is NuxeoClient ...
0 votes
0 answers
0 comments
3549 views
Can anyone tell me how to use the TokenAuthenticationService available for nuxeo. I am new to this and I want use this to generate token for logging in to nuxeo.
0 votes
1 answers
0 comments
1706 views
I created a simple “Operation” using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...
0 votes
0 answers
0 comments
1675 views