Development


Related Questions
Hi :) I want to schedule an automation chain . I have created the operation which deletes the trash .Then i used the following extension to set up a scheduler to be executed every 1 minute but nothing happens.This is the extension: ...
  0 votes
  1 answers
  6 comments
  2410 views

Hi:) I defined an action associated with an access key.The access key is shown when pressing shift+h..but the action isn't executed .This also doesnt work for default access keys .Any idea?
  0 votes
  1 answers
  8 comments
  1573 views

Hi :) I am making a NXQL and passsing a parameter like this: session.query(“SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+“%“); But it throws an exception saying Syntax error : Invalid token
  0 votes
  1 answers
  1 comments
  2068 views

Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal
  0 votes
  1 answers
  2 comments
  4947 views

An very long running operation raises an error: 2017-10-11 07:53:11,651 WARN [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing org.nuxeo.ecm.webengine.WebException: Failed to invoke ...
  0 votes
  0 answers
  4 comments
  3114 views

From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ...
  0 votes
  0 answers
  2 comments
  2916 views

I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my ...
  0 votes
  1 answers
  0 comments
  1607 views

In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if ...
  0 votes
  1 answers
  1 comments
  1278 views

Hello ,I want to add a confirmation dialog when pressing a button .I use the following XML extension: link="#{operationActionBean.doOperation('LP-UI-MbyllLibrin')}"> <properties> <property name="confirmMessage">Jeni te sigurt qe libri ...
  0 votes
  1 answers
  0 comments
  1632 views

Hello i want to add a confirmation message in nuxeo platform.You can choose Yes or No which are associated with an action.Any idea?
  0 votes
  0 answers
  1 comments
  1919 views

Hello :) I wanted to know if there is an alternative way of producing the same result as Nuxeo template rendering .How can i achieve the same result using only Java code?
  0 votes
  0 answers
  0 comments
  1268 views

Hello .I just built a doc file using Apache OpenOffice to represent the template file.Then I built the template documenr in Nuxeo platform and added the template file inside the the document.When i try to render the template on a specific document i ...
  0 votes
  0 answers
  0 comments
  1783 views

Hi :) I have to use Nuxeo Template Rendering..I have installed the addons “nuxeo-template-rendering” and “nuxeo-template-rendering-samples”. But now when i press the new button in the platform ,to create a “TemplateSource “,the creation view appears ...
  0 votes
  0 answers
  0 comments
  1353 views

Hello,I am trying to get the properties of a document using Nuxeo Java client.I am able to get the document,but when i use the methods get() or getPropertyValue() it doesn't return the value. Can someone help me?
  0 votes
  1 answers
  1 comments
  1472 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
  1505 views