nuxeo-platform
Hello, I want to create a field to store a precise value (like a monetary value, for example), so I don't want to use floating point formats like double. But I've seen that in schema, the only two decimal types I can create are xs:decimal and ...
0 votes
1 answers
1 comments
2227 views
I am trying to use JAVA API of Nuxeo in serve-side: My scenario is: Application Server Wildfly Nuxeo deployed as static war together my application that is another war. I have added Nuxeo API in my WAR (Interfaces) and I tried the following code: ...
0 votes
1 answers
1 comments
1627 views
I have an issue on thumbnails creation. The thumbnails are created and document is updated with correct picture:view, but these “view” are not stored in database. In fact, while document in cache has picture:view set, in database nothing is saved ...
0 votes
1 answers
0 comments
1672 views
I am using AESBinaryManager as binary encryption which works well, but no temporary files are deleted because its father LocalBinaryManager set as protected the binaries path. Considering that tmp folder is created under this folder, ...
0 votes
0 answers
3 comments
2402 views
Hi I was using nuxeo fast track and it was working fine. but as soon as i shifted to latest nuxeo LTS2016 i got following error. If you can read this in your browser, this probably because of a configuration problem of your ...
0 votes
0 answers
11 comments
3582 views
How to delete the main file linked to document (type Picture) via REST API and its thumbnail? I want to delete it because I have to change it by onother one through PUT update of content:file
0 votes
1 answers
0 comments
2095 views
I have a case when i have the same content view result but i do not want to show some columns to a specific group. Actual solution i build two different content views but I think putting advance configuration for columns in results would solve it. ...
2 votes
0 answers
0 comments
1776 views
Hi, I am using the REST API to upload image on Nuxeo via BatchUpload as Picture type. After the upload the thumbnails are correctly created. The issue is when i update the document with another file image because it changes for the document but the ...
0 votes
0 answers
0 comments
2246 views
I have created a simple DocumentType.like this <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema"> <schema name="foo" src="schemas/foo.xsd" prefix="foo" override="true" /> </extension> <extension ...
0 votes
0 answers
0 comments
2665 views
Good morning, Thanks for reading my problem. We contact you through this forum because we don't know how to do. We have setup nuxeo platform for internal use. We have configured the integration with Google Drive following the documentation “Nuxeo ...
0 votes
0 answers
0 comments
2144 views
Hi, This unit test failed on my computer : Failed tests: TestVideoImporterAndListeners.testVideoInfo:333 null the test : assertTrue(streamInfo.contains("23.98 fps")); my ffmpeg out : ffmpeg -i ./target/test-classes/test-data/sample.mpg
ffmpeg ...
0 votes
0 answers
0 comments
1407 views
I'm getting this message: “ERROR: Layout 'picture' not found” when viewing pictures (and “ERROR: Layout 'video_file' not found” for videos) after an upgrade to Nuxeo. I've tried googling the issue but haven't found anyone else with the problem. It ...
0 votes
0 answers
0 comments
1429 views
Hi, Is there any section where you can view ALL properties of a document? I have seen that for example Alfresco have this functionality:
1 votes
0 answers
0 comments
1629 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 am running Nuxeo 7.10 with shibboleth-authentication-2.3.4 addon. Login via Shibboleth works fine, but logout, once performed at the Shibboleth SP, brings the user back to the /nuxeo/nxstartup.faces?forceAnonymousLogin=true URL that ...
0 votes
1 answers
0 comments
2036 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
2 answers
1 comments
2106 views
We see a lot of these errors. Is this a known bug? A problem with postgres? Is UUID generation related to the hostname? 2016-12-02 09:59:43,862 ERROR [ajp-bio-127.0.0.1-8009-exec-32] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exce
ption during ...
0 votes
0 answers
0 comments
2934 views
I have got this error java.lang.IllegalArgumentException: DR_DRF is not a registered core type My test class is like: @RunWith(FeaturesRunner.class)
@Features({RuntimeFeature.class, PlatformFeature.class, CoreFeature.class})
@RepositoryConfig(init = ...
0 votes
1 answers
0 comments
3424 views
Hi, We have the following setup: Nuxeo running in an embedded iFrame, which is a part of our application To use out application, the user must log in to it To use Nuxeo, the user clicks on a dedicated button, which causes the iFrame to SSO to Nuxeo, ...
0 votes
0 answers
1 comments
2179 views
Hello, I have a bundle in Nuxeo that has to create unique codes depending on some properties of the document, as if they were different kinds of documents. For example, depending on a property called “color”, we could create different sequential ...
0 votes
0 answers
0 comments
1759 views
Hi, I configured a Cluster with 2 Nuxeo Nodes (Nuxeo 7.10) and, in order to use Quartz job scheduler, following https://doc.nuxeo.com/nxdoc/nuxeo-clustering-configuration/ guide, used Oracle Tamplate, populated DB with DDL provided, and, in main ...
0 votes
2 answers
2 comments
4976 views
Hi, I have a custom type of data in nuxeo, this custom type has some fields inside, and I trying to do a query putting this propierties in the WHERE clause. For example I can do this in a query on I want to SELECT by title: SELECT * FROM Document ...
2 votes
3 answers
0 comments
12692 views
Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global ...
3 votes
2 answers
0 comments
2936 views
I am starting to approach to integration of custom security software for nuxeo. What's the best way? Below my idea: Creatre a new bundle that implements LoginPlugin and install in in my nuxeo instance. This plugin will call login service of my ...
0 votes
0 answers
0 comments
2020 views
Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: 1) I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess… but cannot found maven ...
0 votes
1 answers
0 comments
1968 views
Hi, I am trying to upload a document to Nuxeo, which - according to the example in QA-Friday example is consisted of a 2-steps process: the 1st step, of uploading the file(s), works fine the 2nd step fails: I am trying to use the more capable API, ...
0 votes
1 answers
0 comments
3452 views
Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs “Sujet” des documents, la langue des éléments suit ...
0 votes
1 answers
0 comments
1987 views
Hello, Our company has 3 offices in different locations. We're looking for a way to keep a common document structure for all our users. My problem is that the amount of data is quite big (over 1TB), so we can't make all the single user keep their ...
0 votes
1 answers
0 comments
1880 views
Hi, I wish to perform a “fulltext” search in the content of the Nuxeo repository documents. So far, it looks like setting Elasticsearch to index and include “binarytext” could be an efficient solution. Is that solution the best? Is there a better ...
0 votes
0 answers
0 comments
1636 views
I generated nuxeo.war and deployed it under wildfly (standalone) , verifying that deployment and starting succeded. In my nuxeo, I defined a new schema with extra fields for some document types (e.g. Pictures and Files). config xml file is correctly ...
0 votes
1 answers
0 comments
1753 views
Hi. Seeing that Nuxeo supports NoSQL such as MongoDB, I'd like to know how hard/complicated it would be if I wanted to implement a driver / plugin that supports using Elasticsearch as the main data store for Nuxeo (not just for indexing). I though ...
0 votes
1 answers
2 comments
1778 views
I'm trying to add some fields to dublincore.xsd but without success. I created two files and copied them under nxserver/config folder The files contain: dublincore.xsd <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/dublincore/" ...
0 votes
4 answers
2 comments
3739 views
Hi, I'm trying to pack and deploy Nuxeo on Wildfly 10.0.0.Finale. I am running in this issue: https://jira.nuxeo.com/browse/NXP-20199 is there another way for assembly Nuxeo in a war or ear? Thank very much.
0 votes
4 answers
2 comments
2687 views
I read that PostgreSQL 9.5 is now supported by Nuxeo 8.3 (https://jira.nuxeo.com/browse/NXP-19428) What about PostgreSQL 9.6 wiich is now the latest version ? Can we use PostgreSQL 9.6 in production with LTS2015 ? Henri Jacob
0 votes
1 answers
0 comments
2182 views
Hi, I have a working LDAP authentication against Active Directory for users and groups. I wish to retrieve the jpegPhoto of my users from AD to display them in the avatar field of UserManager. Is it possible ? Does-it need to make a custom user.xsd ...
0 votes
0 answers
0 comments
1786 views
Hi! I create some users on nuxeo, but after some time, will be needed to prevent login on system for some reasons for some of them. My question is: Is there any way to set users on “inactive mode”? or have anybody any idea how can I do? Any answer ...
2 votes
0 answers
4 comments
1879 views
Currently, our system & database uses varchar for the UUIDs. I suspect performance can be greatly improved by changing this type to the PG's uuid type. Is it possible to convert the existing table/schema to the uuid type? Would the ancestors ...
0 votes
1 answers
2 comments
1866 views
The nuxeo documentation on postgresql says something about adding CAST functions to template0 before creating the database. As far as I can tell, with PG version 9.1.8 and later, these functions have a null effect – the builtin casts already do ...
0 votes
1 answers
2 comments
1771 views
As the DBA for our postgresql server, I noticed that the database held BLOBS for use by the nuxeo service. Where and how are these blobs used? Why is nuxeo storing blobs in the database server, when the files themselves are stored locally or via S3? ...
0 votes
2 answers
5 comments
2111 views
On this topic, I've seen some posts from much older versions of Nuxeo, but they basically went unanswered. So here I'm asking detailed questions, which are hopefully relevant to the entire 8.x series at least. The filesystem on which nuxeo.tmp.dir ...
0 votes
1 answers
0 comments
5531 views
BUG REPORT / QUESTION At least in version 8.4 (previous versions in 8.x series untested), the nuxeo java process tries to spawn several instances of exiftool , but these are all spawned without any arguments. When spawned without arguments or ...
0 votes
1 answers
3 comments
1707 views
I am looking for documentation for SAP integration with Nuxeo content server. The scenario is that we need to store PDF documents generated in SAP ECC on a content server. My client has ECC and Nuxeo. I need to link the two. MuleSoft? SAP PI? ...
0 votes
0 answers
0 comments
2483 views
(as of now) we have developed 3 plugins for Nuxeo (one for simple assets deployments, one for replacing the default bin-mgr, and one for SSO); what I have noticed is that when the SSO plugin is used (i.e. deployed to 'bundles'), the Nuxeo-server ...
0 votes
0 answers
0 comments
1612 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
I am trying to configure my Nuxeo instance to use S3 Buckets in my Eucalyptus Cloud as a binary store using the instructions here: https://github.com/nuxeo/nuxeo-core-binarymanager-cloud/tree/8.2-SNAPSHOT/nuxeo-core-binarymanager-s3 I already ...
0 votes
1 answers
4 comments
2705 views
I want to import special character throught csv but nuxeo transform them as “?”
2 votes
1 answers
0 comments
1920 views
Ok, so far I know that Nuxeo, by default, stores its binary files to a path “var/lib/nuxeo/data”. My first issue was that every time I rebuild my Nuxeo docker image, the contents of that directory disappears. The first solution I opted to was to ...
0 votes
3 answers
7 comments
3246 views
For security purposes, I would like to fetch extra multi valued information attached to the user schema. The information is coming from another database that is already configured in Nuxeo for other directories. I m already using a multiDirectory ...
0 votes
0 answers
0 comments
1835 views
We installed Nuxeo 6 in vlan infrastructure : vlan bdd for databases, vlan appli for nuxeo 6, vlan web for reverse proxy. We see connection pool management problems between nuxeo 6 and databases. In a test infrastructure without vlan, there are no ...
0 votes
1 answers
1 comments
1405 views
Path is not reflected with renamed folder name. In the below nuxeo response renaming a folder (latestFolder to Flower ) changes the title but not the path. Even I renamed rose folder to rose1 but still path shows the old value. So can anyone help me ...
0 votes
1 answers
0 comments
1866 views