Development
I offer output version of the page on web ui.
0 votes
0 answers
0 comments
1140 views
Can I turn off the redirect 302 when I use PROXY_AUTH?
0 votes
1 answers
1 comments
1387 views
I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code… Calendar cal = Calendar.getInstance();
AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ...
0 votes
1 answers
0 comments
1416 views
Nuxeo does have direct link to file? I start server with pdf.js http://nxserver:8888/web/viewer.html?file=http://nxserver:8080/nuxeo/nxfile/default/304441d8-d56b-47dc-bcc5-7da766478935/file:content/BA007378.PDF requires authorization.
0 votes
1 answers
1 comments
1197 views
I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
0 votes
0 answers
1 comments
3698 views
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
0 votes
1 answers
3 comments
2557 views
When you update the docker image?
0 votes
1 answers
2 comments
1840 views
I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
0 votes
0 answers
0 comments
1766 views
Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?
0 votes
0 answers
0 comments
1634 views
Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath");
Object request = ...
0 votes
0 answers
0 comments
2114 views
Hi everyone, I, Nuxeo Studio, Layout Widget Editor, I chose Multiple users/group suggestions. In Edit properties, Group Id Restriction , I would specify Active Directory groups, but I don't know what separator I have to use between each. I tryed ; , ...
0 votes
2 answers
0 comments
1356 views
I need to manipulate the search results. I'm changing the widget nuxeo-results used in the widget nuxeo-default-search-results. <nuxeo-results name="default" nx-provider="[[nxProvider]]" selected-items="{{selectedItems}}" display-mode="list"> ...
0 votes
0 answers
0 comments
1653 views
is there any commenting function?
0 votes
1 answers
0 comments
1493 views
I have a user with member groups access. When I create Document, I can't see vocabulary 1. Request URL:
http://xxx:8080/nuxeo/api/v1/automation/Directory.SuggestEntries
2. Request Method:
POST
403
0 votes
0 answers
0 comments
1580 views
This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
0 votes
0 answers
1 comments
1631 views