9.3
Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?
0 votes
1 answers
0 comments
779 views
Hello, I have been trying to set up full-text searches in nuxeo, but I am facing some problems. First of all, from the documentation I have read: “If you've configured your Nuxeo Platform instance to index full-text using the SQL database ( by ...
0 votes
1 answers
0 comments
1812 views
During a recent system update of my Ubuntu Server 14.04.5 LTS, I accidentally upgraded the nuxeo package to the most recent version available. After the upgrade, the UI does not show any document. All folders and workspaces are present, but empty. ...
0 votes
0 answers
0 comments
1112 views
I would like to clone some audit query code in the org.nuxeo.ecm.platform.audit package in the audit core test jar. I see: ...
DocumentModel searchDoc = session.createDocumentModel("File");
...
searchDoc = ...
0 votes
0 answers
0 comments
1272 views
Hello, I've used Drive on a folder and everything works fine. Server FT9.3 on Ubuntu server Nuxeo-drive-1.7.2 Server NuxeoDrive Client 2.4.7 on Ubuntu 16.04 But another user changed the name of the folder, then I unsychronized, client side. But ...
0 votes
2 answers
2 comments
1968 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
1235 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
1599 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
1942 views
I use the nuxeo bootstrap to create a new polymer project : nuxeo bootstrap polymer
cd *-web
mvn package But when I access my application in my browser, I have a 404 error on the service-worker.js file. I added this file in polymer.json : ...
0 votes
0 answers
0 comments
1792 views
Hello, I try hardly to install Nuxeo 9.3, but something is broken in the installation pack. While running : sudo apt install nuxeo it always exiting with the same error code. Something about Postgresql I've tried differents versions (9.6 and 10) ...
0 votes
1 answers
0 comments
2320 views
Hi, I use the version 9.3 of nuxeo (no problem with the 9.2 version). When I try to connect the first time to nuxeo with shibboleth, I have this error : 2018-01-04 19:46:52,468 ERROR [ajp-nio-0.0.0.0-8009-exec-1] ...
0 votes
1 answers
0 comments
1887 views
We are upgrading from 8.2 to 9.3. We have some existing unit tests to test extensions we've built that are designed to test concurrency scenarios. There is a difference in how the BaseSession.hasPermission method executes from 8.2 to 9.3. In both ...
0 votes
1 answers
3 comments
1316 views
Uploading scanned document results in it's preview being blank. This happens for all scanned PDFs, i.e. files that have only one image embedded. Other documents are loaded just fine. Other thing I noticed is that after running the document trough ...
0 votes
1 answers
0 comments
1448 views