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
  1743 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
  1314 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
  1496 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
  1456 views

Hi all :) Can anyone please explain me why is used Nuxeo-java-client?
  0 votes
  1 answers
  0 comments
  1308 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
  2237 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
  1537 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
  1497 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
  1557 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
  1799 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
  2103 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
  1468 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
  1479 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
  1542 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
  1655 views