7.10


Related Questions
Is it possible to integrate Outlook 2013/2016 with Nuxeo as it was for Nuxeo 5.6 ? thanks
  1 votes
  1 answers
  2 comments
  3174 views

Hi, In a content view I created a custom column using a template which displays a property of another document( for example title of parent). This is working properly in content view and displays what i want. When i use Excel Export in this content ...
  2 votes
  0 answers
  0 comments
  1611 views

Hello, Is there any way to filter a boolean metadata on search filter of a content view without using it always as mandatory(being true/false and using a checkbox means that it always will be used while searching)? Thanks, Bora
  1 votes
  1 answers
  0 comments
  1817 views

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
  0 votes
  1 answers
  0 comments
  1632 views

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2096 views

Hi there. I'm trying to create a document with an optional (dynamic) Facet, but it's not working. I'm using java-client 1.0 with Nuxeo 7.10 HF-24. My code is as follows: Document doc = new Document(name, "MyType"); doc.set("dc:title", "Doc ...
  1 votes
  2 answers
  4 comments
  2852 views

I get a DocumentNotFoundException error after uploading a large file (>100GB) using Nuxeo's native web GUI (version 7.10). No development/changes made aside from configuration, just added the following lines: org.nuxeo.dnd.upload.timeout=7200000 ...
  0 votes
  1 answers
  0 comments
  1805 views

Hi guys, I created a document type Purchase Order with the possibility of adding several items. Each item has an item description, a quantity, price and total item value (to be caclulated). Knowing that the user has the possibility of adding more ...
  0 votes
  0 answers
  0 comments
  1524 views

Is it possible to integrate Kofax with nuxeo ?
  1 votes
  0 answers
  1 comments
  1758 views

I want to create Nuxeo document using S3 blob as mentioned in this document https://www.nuxeo.com/blog/nuxeo-aws-lambda-create-a-document-from-an-uploaded-blob-in-aws-s3/ The steps I followed Created “nuxeoS3DocImporter-1.0-SNAPSHOT.jar” using the ...
  0 votes
  0 answers
  2 comments
  1843 views

Hi guys, I created a document type Purchase Order with the possibility of adding several items. Each item has an item description, a quantity, price and total item value (to be caclulated). Knowing that the user has the possibility of adding more ...
  0 votes
  0 answers
  0 comments
  1651 views

Hello, I want to know if nuxeo versions the users and is there a way to log those changes for example modification of name, change password etc. Thank`s.
  1 votes
  1 answers
  4 comments
  1542 views

It seems it is possible to add a facet to a document instance. A facet can hold a reference to a schema. I have various document types whose instances could be associated to a custom schema. How can I manage to achieve that goal (let users add the ...
  1 votes
  0 answers
  0 comments
  2085 views

Hi, I have a component that declares a service. The service has different implementations provided in separate bundles: BaseBundle: ServiceInterface BaseServiceImpl SecondBundle: SecondServiceImpl ThirdBundle: ThirdServiceImpl The service and ...
  0 votes
  1 answers
  2 comments
  4736 views

Hi, I have problem with starting nuxeo instance. Earlier I didn't have this problem, and i started nodes without any problems. Now i want to start nuxeo 7.10-Hf09,and I'm getting such error(?) Detected Tomcat server. Nuxeo home: ...
  0 votes
  1 answers
  0 comments
  1558 views

Hi, Having created a document with the REST API, I can, on the web interface, generate a docx file rendering, using a docx template associated with this document type. Is it possible to programmatically generate this rendering, and access the docx ...
  0 votes
  1 answers
  0 comments
  2011 views

Hello, I would like to create groups using REST API, but i also need to set values for specific properties but it won't work. API only allows to set value for “groupname”, “grouplabel”, “memberUsers” and “memberGroups”. Is there any way to set ...
  0 votes
  1 answers
  0 comments
  1515 views

Hello, I'am using CMIS protocol (1.1) with AtomPub service document to manage different actions for Alfresco, Nuxeo,… The whole works with Alfresco and Nuxeo 5.8. However, with Nuxeo LTS2015, i have a problem during a CHECKIN after a document ...
  0 votes
  0 answers
  3 comments
  2197 views

I have a cluster with two 6.0 Nuxeo Nodes and a single ES node. I will upgrade to LTS 2015 with three 6.0 Nuxeo Nodes and three ES nodes (seems two ES nodes is not recommended because of split brain issue). The operation is quite heavy an I d like ...
  0 votes
  0 answers
  0 comments
  1484 views

public static void main(String[] args) throws Exception { MigracaoNuxeoRepositorio migracaoNuxeoRepositorio = new MigracaoNuxeoRepositorio(); migracaoNuxeoRepositorio.exportNuxeo(); } private Document exportNuxeo() throws IOException { Document ...
  0 votes
  3 answers
  3 comments
  2401 views

Within a Nuxeo 5.8 webengine site, I used to force Http Response to set Content-Disposition to “ inline ” for blob documents. I do it this way : import javax.ws.rs.core.Response; import javax.ws.rs.core.Response.ResponseBuilder; ... Blob ...
  0 votes
  0 answers
  0 comments
  3647 views

Hi! I have override default user schema (added some other fields ) everything is ok. There is a search filed where user input is checks only for username, first Name and last Name Have any body any idea how can i add custom fields on search logic of ...
  2 votes
  0 answers
  0 comments
  1870 views

Hi all, According to you, would it be a big effort to integrate libreoffice online as content editor ?
  1 votes
  1 answers
  2 comments
  3369 views

Hi there! This questien is connected to question here: https://answers.nuxeo.com/general/q/dd5e7c4e1a5f4a3187eb8196af824ffb/NXQL-Cast-string-column-to-integ I would like to ask why some(not all) of my custom properties in custom types can't be ...
  0 votes
  0 answers
  1 comments
  1767 views

Hi, I have an operation that returns some data of a document. I call this operation through Rest API to use it in another application. I want the operation to return the document type, but translated to the language of the user (File -> ...
  0 votes
  2 answers
  0 comments
  2607 views

Hi there! I would like to know if there is a way to cast mine column which is string to integer in NXQL query. I want to do that because I want to either order by this column with desc attribute or choose the highest string (I didn't have any ...
  0 votes
  1 answers
  2 comments
  3263 views

Hi all, I have removed a huge domain to gain memory space, but it doesn't. Before the removal, my nuxeo-data directory weighed 45 GB and it still weighs 45 GB after I had delete the domain. I emptied the trash and restarted nuxeo… I have flush the ...
  0 votes
  2 answers
  8 comments
  2448 views

Hello, While setting up our Nuxeo LTS2015 Test server we've realized that Nuxeo does not have a proper LDAPS client behavior (whereas it's fine wile using the LDAP protocol). Our LDAP servers logs show Nuxeo performing a new LDAP Bind for each ...
  0 votes
  1 answers
  0 comments
  2519 views

I get this exception on my Nuxeo LTS2015 (it used to work on my Nuxeo 5.8) . 2017-01-19 18:40:31,920 WARN [ajp-bio-0.0.0.0-9550-exec-14] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing ...
  0 votes
  1 answers
  1 comments
  2069 views

Hi I am struck on a problem its been many days now.The problem is i created one project and configured global search form through nuxeo studio later my studio got expired now what i am trying to do is to change the labels of the form that i created ...
  0 votes
  0 answers
  9 comments
  1727 views

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion . The following page provider works correctly: <coreQueryPageProvider name="test"> ...
  0 votes
  0 answers
  0 comments
  2580 views

Hi, we have configured Nuxeo to use Oracle database, and we have a problem. In our application the relations are very important, so we need to add an index to the Relations table of Nuxeo in order to have a good performance. The index would take the ...
  0 votes
  1 answers
  1 comments
  1952 views

Hi, I'm trying to create an Automation Chain via Nuxeo Studio. I've noticed that the chain must begin with Context.FetchDocument (or another operation that it's input is document/s). How can I create a chain that doesn't begin with such operation? ...
  0 votes
  0 answers
  0 comments
  1739 views

I am facing some problems and questions with facets. Problem 1: Facet fields (assigned schema's fields) don't get saved: I have defined a schema called 'InvoiceSchema' and a facet called 'InvoiceFacet' and assigned the schema to the facet, like ...
  0 votes
  1 answers
  5 comments
  7434 views

Hi, I was working with nuxeo studio and unfortunately my trial version is expired.Now i wanted to do some changes in my project without studio for example i want to change the labels of search criteria and add my own labels.I have my project jar ...
  1 votes
  1 answers
  4 comments
  1633 views

Hi all, I have this error: ore.api.NuxeoException: Cannot connect to database: default at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCConnection.openConnections(JDBCConnection.java:140) [nuxeo-core-storage-sql-7.10.jar:] at ...
  0 votes
  0 answers
  0 comments
  3077 views

I'm analyzing an error when the container go in graceful shutdown: stack trace: Failed to unregister extension. Contributor: RegistrationInfo: service:org.nuxeo.runtime.datasource.server.contrib to service:org.nuxeo.runtime.datasource; xpoint: ...
  0 votes
  0 answers
  0 comments
  1594 views

Hi all, I would create a new bundle in nuxeo, where I want to use JAVA API and publish new REST API. I have any difficulties to create new REST API, How can I do it? Thank you in Advance.
  0 votes
  1 answers
  1 comments
  1820 views

I submit a bug report+patch here because I could not find out how to get a JIRA account. We encountered an exception while trying to remove a permission associated to a group. The issue is related to the group ID format that includes “:” characters ...
  0 votes
  1 answers
  5 comments
  2646 views

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
  2149 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
  1544 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
  1605 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
  2297 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
  2021 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
  2153 views

I have a set up which syncs content from Nuxeo to Drupal. To add content from Nuxeo to Drupal is simple, I query for recently modified Nuxeo documents. However deleting content in Drupal if it is deleted in Nuxeo is a little trickier. Currently I'm ...
  0 votes
  1 answers
  3 comments
  2152 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
  1957 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
  1675 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
  4835 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
  1933 views