Development


Related Questions
Hi, i would like to return a list of documents using the document URL. <code class="protected list getcurrentlyselecteddocuments() {"> if (navigationContext.getCurrentDocument().isFolder()) { // i would like to pass the url in parameters and ...
  0 votes
  0 answers
  0 comments
  1497 views

We are developing a UI with nuxeo and polymer JS. We have used paper-checkbox, paper-radio button in our modules. Now we need to override the default styles of these elements without changing the original components. We have installed these as bower ...
  0 votes
  0 answers
  0 comments
  1619 views

Hi, I am new to Nuxeo and trying to build a front-end application using nuxeo and polymer js. We are using nuxeo file upload widget to upload certain files. Currently we are using the nuxeo-file element to upload the files. We need to change the ...
  0 votes
  0 answers
  0 comments
  1608 views

I get this exception on my Nuxeo LTS2015 (it used to work on my Nuxeo 5.8) . 2017-01-19 18:40:31,920 WARN [ajp-bio-0.0.0.0-9550-exec-14] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing ...
  0 votes
  1 answers
  1 comments
  2059 views

Hi I am struck on a problem its been many days now.The problem is i created one project and configured global search form through nuxeo studio later my studio got expired now what i am trying to do is to change the labels of the form that i created ...
  0 votes
  0 answers
  9 comments
  1719 views

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion . The following page provider works correctly: <coreQueryPageProvider name="test"> ...
  0 votes
  0 answers
  0 comments
  2572 views

Hi, I'm trying to create an Automation Chain via Nuxeo Studio. I've noticed that the chain must begin with Context.FetchDocument (or another operation that it's input is document/s). How can I create a chain that doesn't begin with such operation? ...
  0 votes
  0 answers
  0 comments
  1733 views

We have an random error, when we search an document by path (CoreSession.exists(new PathRef(“'the path”)) we have an Document Not Found Exception. But the document was found by ID (CoreSession.exists(new IdRef(“'the id”)) or by query (SELECT * FROM ...
  1 votes
  1 answers
  2 comments
  1893 views

When running Repository.Query command on Playground it works properly. Then I was playing with CURL request generated at Playground CURL Request UI tab it failed. Returning a really unhelpful message ...
  0 votes
  0 answers
  0 comments
  1835 views

Hi, I was working with nuxeo studio and unfortunately my trial version is expired.Now i wanted to do some changes in my project without studio for example i want to change the labels of search criteria and add my own labels.I have my project jar ...
  1 votes
  1 answers
  4 comments
  1622 views

Hello, Someone might need to run a test on a specific repository, for example when queries are executed using MongoClient. Otherwise the test should be ignored. Proposal : add a “require” attribute to @RepositoryConfig. @RepositoryConfig(require = ...
  0 votes
  1 answers
  2 comments
  1416 views

Hey everyone, I tried opening an issue on git (https://github.com/nuxeo/nuxeo-java-client/issues/10) without success so i thought i would try here. How do you set users password using the java client (using 2.4 SNAPSHOT atm). As said on my git ...
  0 votes
  1 answers
  0 comments
  1532 views

Hi, I don't know how I can LIMIT the number of results from a NXQL query. Any Idea? If the query returns me 200 results I want only 20 ,for example. Mi Nuxeo's version is 5.8 Can I do this? Thanks Regards
  0 votes
  4 answers
  1 comments
  4736 views

I have an issue on thumbnails creation. The thumbnails are created and document is updated with correct picture:view, but these “view” are not stored in database. In fact, while document in cache has picture:view set, in database nothing is saved ...
  0 votes
  1 answers
  0 comments
  1598 views

How to delete the main file linked to document (type Picture) via REST API and its thumbnail? I want to delete it because I have to change it by onother one through PUT update of content:file
  0 votes
  1 answers
  0 comments
  2017 views