nuxeo-platform
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