8.1


Related Questions
nuxeo drive fonctionne correctement depuis les postes clients. Mais dans la rubrique accueil du portail la rubrique nuxeo drive n’apparaît plus ET dans les documents le bouton “activer la synchronisation” n’apparaît plus. Voici le résultat de la ...
  0 votes
  0 answers
  1 comments
  1753 views

Hello. I have a long-running process pushing several hundred million entries into the system that is chunked into a number of enqueued Work instances. I'm looking for a way - conceptually - to say “when all is complete, is the totality of what ...
  0 votes
  0 answers
  0 comments
  1321 views

I am using the ConfigurationService to define properties that modify the behavior of code I am contributing. One such property is enabled for a piece of functionality. If - at runtime - the code detects some downstream dependency is unavailable, I ...
  0 votes
  1 answers
  0 comments
  1506 views

I'm trying to use a ResultSetQuery automation as follows: curl -d '{"params":{"language":"CMIS","query":"select * from cmis:document" etc... -X POST http://localhost:8080/nuxeo/site/automation/Repository.ResultSetQuery When I trace into the ...
  0 votes
  1 answers
  0 comments
  1465 views

Hi all :) Can anyone please explain me why is used Nuxeo-java-client?
  0 votes
  1 answers
  0 comments
  1316 views

Hello. I am writing a unit test. I have a local deployment: @LocalDeploy("x.y.z:OSGI-INF/foo.xml") I'm using injection: @Inject protected RuntimeHarness runtimeHarness; Then a test case: @Test public void testX() throws Exception { ... ...
  0 votes
  0 answers
  0 comments
  2245 views

If I define my own CMIS Service wrapper and override the the createDocument method - if a document cannot be saved due to a listener throwing, I would like the CMIS handler to update another document elsewhere in the repository and then propagate ...
  0 votes
  0 answers
  0 comments
  1546 views

I have a contribution that declares a listener as disabled. This declartion wants to disable a listener with the same name in another bundle: in my bundle “A”: <listener name="..." class="..." enabled="false"/> in other bundle “Z”: ...
  0 votes
  2 answers
  0 comments
  1506 views

Background: I built component X. Component X has OSGI-INF/l10n/messages.properties . In component X, ResourceBundle.getBundle works fine when unit testing X in its own project. Problem: When component X is referenced (via Maven) from separate ...
  0 votes
  1 answers
  0 comments
  1565 views

I have a question regarding the markRollBack method of the Event class. Tracing through AbstractSession.createDocument to EventServiceImpl.fireEvent into a subclass of EventListener - I cannot see how calling markRollBack on the Event inside the ...
  0 votes
  1 answers
  0 comments
  1805 views

In the PathSegmentServiceDefault class the method generatePathSegment has some logic to replace a doc name composed entirely of special characters (e.g. -.,;?!:'-.,;?!:'-.,;?!:' ) with a random number, but then it allows the doc to be created anyway ...
  0 votes
  1 answers
  2 comments
  2112 views

Hello - I have added some customized behavior in a document listener. I would like to test this by simulating a series of user activities - just like if the activity was performed by a user through the GUI. Is there a bundle or component that ...
  0 votes
  0 answers
  0 comments
  1474 views

Hello I use nuxe 8.3 server on debían and nuxeo-drive 2.1.1221. When I try to sync some folder, nuxeo-drive not sync up. The folder was syced a month ago but now its imposible to update. The problem is only present in two users (casually laptops ...
  0 votes
  0 answers
  0 comments
  1487 views

I get an error : SYNC HANDLER:_synchronize locally_created I understand that the file has been created on my local drive, but why is it processed as an error ? How to force nuxeodrive to add this file as a new doc on nuxeo server ? Is it somewhere a ...
  0 votes
  1 answers
  2 comments
  1548 views

Hello - I've defined a contribution for a custom document lifecycle. It's basically the same as the default but has an additional state. The XML looks like this: <states> <state name="project" ... <state name="foo" ... In the UI, when a ...
  2 votes
  1 answers
  0 comments
  1665 views

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
  1587 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
  1498 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
  1890 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
  1841 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
  2382 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
  2988 views

is there any autocad viewer plugin to preview DWG files in nuxeo LTS 2016?
  0 votes
  2 answers
  2 comments
  2316 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
  5843 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
  7437 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
  4043 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
  1704 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
  1558 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
  1833 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
  2262 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
  3991 views