Development


Related Questions
I have an advanced search content view where i want to display a field if condition is true. The mode of the widget is definet by “#{currentUser.isMemberOf('KartelistDPB') ? 'edit' : 'hidden'}“. The same expression is evaluated in forms but not in ...
  3 votes
  0 answers
  0 comments
  1892 views

I want to remove this searches but i can not find any extension which removes this action in nuxeo 7.1
  1 votes
  0 answers
  0 comments
  1673 views

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
  1565 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
  1705 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
  1697 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
  2163 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
  1809 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
  2691 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
  1818 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
  1986 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
  1936 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
  1727 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
  1489 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
  1599 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
  4853 views