Nuxeo-IDE


Related Questions
Hi, I have to fetch Blob contents from the documents using Event Listeners for some transformation. I'm using Apache Tika Java API to fetch the contents. Since Tika dependencies are not available in Nuxeo, I've added all tika dependencies into a fat ...
  0 votes
  0 answers
  0 comments
  1146 views

Hi, I can not access to Elasticsearch from Nuxeo GUI (http://nuxeoserver:8080/nuxeo/nxadmin) “Admin Center -> Elasticsearch” when I click on Elasticseach the error below is triggered : (There was an error communicating with the server, status: ...
  0 votes
  3 answers
  0 comments
  2631 views

Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
  0 votes
  0 answers
  0 comments
  2027 views

Hi I have Downloaded the source code from git but while installing using maven the following error will occuring. Please see the below screenshots for error. https://prnt.sc/ih6k3z https://prnt.sc/ih6jy6 Please Help me to Solve The issue. Thanks In ...
  0 votes
  0 answers
  1 comments
  1239 views

I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
  0 votes
  0 answers
  1 comments
  3593 views

Hi people :) The synchronization LDap does not work for the recognition of group for many users. An arrived staff, is a member groups LDAP: 1> University of Pau 1.1> HR DEPARTMENT services 1.1.1> Personnel department Nuxeo synchronizes on ...
  0 votes
  1 answers
  0 comments
  1484 views

Hello ! I'm trying to configure the email notifications, and i'm going crazy something doesn't work. This should be so easy … Here is an extract of nuxeo.conf (I've put the right credentials). ...
  0 votes
  1 answers
  0 comments
  2461 views

Hi there! I would like to know if there is a way to cast mine column which is string to integer in NXQL query. I want to do that because I want to either order by this column with desc attribute or choose the highest string (I didn't have any ...
  0 votes
  1 answers
  2 comments
  3263 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
  1507 views

Hello ! I would like install CCextract as recommended. But my dedicated server is hosted by OVH, and as usual, the kernel is adapted by OVH. So it is impossible to install docker at this moment : related documentation. How may I install CCextract ...
  0 votes
  2 answers
  0 comments
  2591 views

Hi. When the user logs in, the default page is Workspace. I'd like to change it to Home, where the dashboard is. How can I do it?
  0 votes
  1 answers
  0 comments
  1891 views

Hi, I successfully use the bulk import of documents with their metadata (dublincore, versionning and primaryType) stored in a separated “.properties” file. I have just one problem with the “dc:modified” property. Indeed, Nuxeo will use the date of ...
  0 votes
  0 answers
  0 comments
  1693 views

Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is ...
  0 votes
  1 answers
  1 comments
  1925 views

Hello, We have a problem with nuxeo 6 UI. The groups are working well. Everything is found in the LDAP in the UI. In the admin interface we find our user and see there groups. Nevertheless, when we want to see the MEMBERS of our groups in the ...
  0 votes
  1 answers
  3 comments
  1898 views

Hi everyone, I'm trying to design a workflow that will take a liste of documents and passe it throw workflow using: String createNewInstance(String routeModelId, List<String> docIds, CoreSession session, ...
  0 votes
  0 answers
  0 comments
  1570 views

hi everyone; Is it possible to associate a specefic type of document to went throw Workflow during the création of all the document in the same type without going throw create document execute workflow associated withe users . Can we automate this ...
  0 votes
  0 answers
  0 comments
  1479 views

Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); ...
  0 votes
  1 answers
  1 comments
  2284 views

Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
  4 votes
  0 answers
  0 comments
  4710 views

Hi, There seems to be many unanswered, or incomplete, questions regarding the ability to import 'tags' associated with doctypes upon use of the CSV importer. A member of the community apparently wrote code to resolve, or add, this feature: ...
  0 votes
  1 answers
  0 comments
  2222 views

hi everyone, This is my first Question in this forum so please be gentle and answer it ASAP. I am creating a new xhtml page with the bean called in my case createManag. I created a button “create” that calls a method from the bean. The problem is ...
  0 votes
  0 answers
  0 comments
  2312 views

Hello all, Quick question. For the widget: <widget name="summary_current_document_tagging" type="summary_current_document_tagging"> <labels> <label mode="any"/> </labels> <controls mode="any"> <control ...
  0 votes
  0 answers
  0 comments
  1826 views

I created a simple “Operation” using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...
  0 votes
  0 answers
  0 comments
  1609 views