Nuxeo-IDE
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
1037 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
2518 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
1888 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
1141 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
3471 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
1368 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
2325 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
3065 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
1412 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
2464 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
1787 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
1594 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
1795 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
1774 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
1462 views