8.1


Related Questions
Hello, referring to this documentation: https://doc.nuxeo.com/nxdoc/work-and-workmanager/ It indicates the ability to have retryable works. However, searching github for the referenced methods – retryableWork() and rollbackAndRetryTransaction() – I ...
  1 votes
  1 answers
  1 comments
  1598 views

I have a series of unit tests I run in both IntelliJ and from the command line using Maven. These tests populate the VCS and then perform various operations. Randomly, one or the other test will fail. The symptom seems to be that data committed in ...
  0 votes
  0 answers
  0 comments
  1505 views

I'm trying to modify the nuxeo:lifecycleState via a CMIS statement: curl … \ -F “cmisaction:update” \ -F “changeToken=…” \ -F “propertyId[0]=nuxeo:lifecycleState” \ -F “propertyValue[0]=“approved” \ “https:…” It's not erroring. But it's not changing ...
  0 votes
  1 answers
  0 comments
  1898 views

Hello. I'm new to the platform. I don't have access to Nuxeo Studio. Is there a recipe available with the main steps one would follow to implement a customized lifecycle “by hand”, i.e. in Java and XML? For example, to place a state in between ...
  0 votes
  2 answers
  1 comments
  1847 views

Hello, looking at the APIs for querying a directory, it looks like the ability to search on exact match is supported through org.nuxeo.ecm.directory. My question is: is there an alternate way to query directories? Specifically: say I have a ...
  0 votes
  1 answers
  0 comments
  2390 views

Hello - I have created an event handler for a scheduled event. The handler will perform a long-running operation. Looking through the Nuxeo code, I see various classes implementing AbstractWork for background processing. My question is: should I ...
  2 votes
  1 answers
  6 comments
  2995 views

is there any autocad viewer plugin to preview DWG files in nuxeo LTS 2016?
  0 votes
  2 answers
  2 comments
  2321 views

Hello we want to use Nuxeo Studio 8.1 and we need to know the price offer: (Silver,Gold,Platinum) so we can consider to buy the service. Thanks in advance!!! Florent Guillaume
  0 votes
  1 answers
  1 comments
  5855 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
  7459 views

How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...
  0 votes
  1 answers
  2 comments
  4051 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
  1713 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
  1565 views

Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
  1 votes
  0 answers
  1 comments
  1841 views

I have read that nuxeo offers DIGEST_AUTH, WEBDAV_BASIC_AUTH, ANONYMOUS_AUTH Whiler for Rest Service we add a plugin. <urlPatterns> <url>(.*)/api/v.*</url> </urlPatterns> <replacementChain> ...
  3 votes
  1 answers
  0 comments
  2269 views

I need to encrypt only specific document by giving an option encrypt and this document should be decrypt only by so other users should not see the document content.
  3 votes
  0 answers
  0 comments
  4000 views