nuxeo-platform
I have configured Nuxeo/Elasticsearch via the “elasticsearch-config.xml.nxftl” file to use synonyms via a synonyms.txt file. It's a simple synonym file using only two words for now but it is not working. When I query Elasticsearch via ...
0 votes
3 answers
4 comments
2495 views
Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation ...
1 votes
0 answers
0 comments
1991 views
Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql ...
1 votes
0 answers
0 comments
2103 views
The Getting the Nuxeo source code documentation says: Contributing to Nuxeo does not require cloning Nuxeo source code But when I want to play around and modify things and possibly later send various pull requests, is not it best if I have forked ...
0 votes
1 answers
0 comments
2489 views
Hi, after upload a PDF-file the content is not recognized as PDF. Instead I get a “normal” file icon (see image attached). Any suggestion?
0 votes
1 answers
2 comments
1639 views
Hello everyone, I recently updated our Nuxeo platform directly from version 5.8 to 7.10. Today I noticed some problems with ACLs. For some users (not all), they can file a document in the workspace, and when they want to publish it, they can see the ...
0 votes
2 answers
3 comments
2821 views
Hi, With Nuxeo 5.8, the GET request nuxeo_url/nuxeo/api/v1/id/document_id only gives the following metadata: { "entity-type" : "documents", "entries" : [ { "uid" : "673dd1d6-0b75-4a5a-8454-8abcb0e79c0e", "contextParameters" : {}, "type" : "File", ...
0 votes
2 answers
0 comments
2582 views
Hello all, Quick question. For the widget: <widget name="summary_current_document_tagging" type="summary_current_document_tagging"> <labels> <label mode="any"/> </labels> <controls mode="any"> <control ...
0 votes
0 answers
0 comments
1904 views
Hi Folks, I am integrating Nuxeo with Liferay portal. I am unable to load nuxeo's annotation iframe in Liferay as I am getting cross origin policy error. I tried with options like nuxeo.frame.options=ALLOW-FROM URI ...
1 votes
1 answers
0 comments
1997 views
is anyone manage to get nuxeo docker autenticate with ldap
0 votes
0 answers
0 comments
1523 views
Why does copyContents ignore a metaData change if its value has been removed from the source document. https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-api/src/main/java/org/nuxeo/ecm/core/api/impl/DocumentModelImpl.java#L1210 I see ...
0 votes
0 answers
2 comments
1769 views
Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial ...
0 votes
0 answers
0 comments
1755 views
Hello, I'm currently trying to retrieve all the versions of a document using a NXQL query, filtering them by their parent id. Here is my current NXQL query : SELECT * FROM MyDocumentType WHERE ecm:parentId = '63ab5b87-6e28-4deb-929b-5b5259bcc143' ...
0 votes
2 answers
0 comments
6990 views
Hello, One of my users sees all content in the document management area duplicated, that is 2 “default domain” and within each one of them 2 “sections”, 2 “workspaces”, 2 “Templates” and so on… It is not real as no one else sees this. I thought some ...
0 votes
1 answers
0 comments
2413 views
i want to let users in same LAN to use Nuxeo application, i wonder how many users can access to it, is there some restrictions regarding number of client machines, charateristic of server,… ? Is there a tutorial about this because i can't find ...
0 votes
1 answers
1 comments
1871 views
Hello, I want to unit test a class where properties are accessed via the Framework.getProperties(“key”) method. I don't know how to make this properties available in my class under test without having a running server. I gess the answer is related ...
0 votes
1 answers
1 comments
4696 views
Hi, How can I add multiple files to a document using Nuxeo CSV. I'm able to add only the main file using “file:content” property. Is it possible to add other attachement files.
0 votes
1 answers
1 comments
2319 views
Is it possible to install non bundle files in nuxeo, I tried to add some jars needed so that Nuxeo birt works. I found that ticket … if it's not possible where should I put those jars? In startup I have that kind of errors: 2015-08-06 10:49:28,426 ...
0 votes
1 answers
2 comments
3884 views
I tried to create a model from the sample files I downloaded from the documentation. But once I click on create I have this error. See the attached file
0 votes
0 answers
0 comments
4249 views
I'm using Nuxeo Birt from GitHub (the deployed artifacts:nuxeo-birt-reporting-7.3.jar/nuxeo-birt-reporting-web-7.3.jar), and Nuxeo 7.3. I've tried to create a model with both an rptdesign I've created and with the sample files provided in the ...
1 votes
2 answers
2 comments
4128 views
How can I limit the search results to only elements contained in the current folder. What I'm using now returns all the “accuse de reception” stored in DB. <contentView name="parent_accuse_de_reception_content"> ...
0 votes
1 answers
1 comments
2951 views
I have an issue with Nuxeo Quota I'm not able to set a maximum size on the Quota section in the Admin tab. The slider is not displayed. I tried to change the browser, deploy Nuxeo Quota from the code source provided on Github. Nothing's working
0 votes
1 answers
1 comments
1970 views
I installed Nuxeo drive and it was working fine I don't know what happened, I can't synchronize files anymore and its icon stays gray. I checked the log nxdrive.log: 2015-07-14 11:51:37,562 4844 6772 ERROR nxdrive.engine.watcher.remote_watcher HTTP ...
0 votes
1 answers
3 comments
3404 views
I installed Nuxeo server from the market place and downloaded Nuxeo client from the admin tab, I even tried the last version from the developement branch. I'm using Nuxeo FT 7.3, Windows 7 64bit. I run the Client msc file and once the setup is done ...
0 votes
2 answers
0 comments
2694 views
I followed the steps provided in the documentation trying to setup the elasticsearch, once done I've tried to browse the elascticsearch section from the admin tab. When I click on it an error is triggered. Here's my entire log Elasticsearch ...
1 votes
1 answers
8 comments
4909 views
Hi, I need to call the “ExportStructureToFS” operation from an event listener in order to trigger a scheduled export mys documents. I found this explanation about how to call operations from java code, but I can't get the AutomationService and ...
0 votes
1 answers
3 comments
7244 views
I'm using Java Automation Client to upload my files but it seems to be very slow. I tried to increase the JVM Heap size of my server but it still the same. Does nuxeo have a configuration for handling file uploads in the Automation Client? Thanks
0 votes
0 answers
1 comments
2432 views
Hi, I'm starting developing for nuxeo, and while building and installing some nuxeo's github projects, I've noticed that the parent artifactId is different between projects in the pom.xml. It's often one of those : nuxeo-addons-parent or ...
1 votes
1 answers
1 comments
2289 views
Hello, On the create view of one of my documents I have a list box with 3 values: a, b, c, and a date picker. I need the date to be set as mandatory only if a or b is present in the list box. I've been reading here and there about JSF and found that ...
0 votes
1 answers
4 comments
2989 views
Hi, The invited users currently recive an invitaion url with 'localhost' as a hostname http://localhost:8000/nuxeo/site/... How can I change it to point to the actual adresse of the server ?
0 votes
1 answers
1 comments
1815 views