7.10


Related Questions
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
  1653 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
  1546 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
  2086 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
  4739 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
  1561 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
  2013 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
  1518 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
  2200 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
  1487 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
  2406 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
  3651 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
  1872 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
  3376 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
  1770 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
  2608 views