Questions tagged [nuxeo]

An Open Source ECM Platform for building content applications.

Nuxeo is an Open Source Enterprise Content Management software Platform enabling architects and developers to easily build, deploy, and run content-centric business applications (Document Management, Case Management, Digital Asset Management, Social Collaboration and much more such as integrations and connectors distributed as addons via the Nuxeo Marketplace). That Java-based Platform is architected for modularity, extensibility and scalability. It features a document repository with configurable schemas, complex types, lifecycle management, workflows, versioning, access control with inheritance, blob management, fulltext indexing and more.

The Nuxeo global software company provides various products and services built upon and around its Open Source ECM Platform.

124 questions
0
votes
1 answer

fetch document version in nuxeo

Is there a way to get all versions and related File of single document Suppose that I have published document 'abcd' with version 1.0. Then later, I modify the document and publish it with 1.5 and i want both version in java so is ther any possible…
0
votes
0 answers

documentModel.getProperty returns Integer instead of Long after upgrading to Nuxeo 7.10

When I try to retrieve a property from my DocumentModel, using the getProperty(String schemaName, String name) method, I get the property as an Integer Java object instead of a Long Java Object, however Nuxeo is supposed to provide a Long object as…
Youssef NAIT
  • 1,362
  • 11
  • 27
0
votes
0 answers

Cas with Liferay and Nuxeo

I have integrated CAS with liferay and nuxeo.CAS is running in liferay tomcat server. Now my issue is its expecting login again in one application even if I logged in into another application. But its using the same ticket.Whether it should be…
Aravinth
  • 94
  • 5
0
votes
1 answer

Where is directory temp of nuxeo?

I need to know what is the address of the folder temp of nuxeo, and what is your size?
Rotceh
  • 99
  • 2
  • 14
0
votes
1 answer

Nuxeo : Document or collection located in more than one location

Is it possible to have "Document" or "Collection" located in more than one location into the base ? For example, can i have "Document" or "Collection" linked to more than one folder ? From what i understand it is not possible.
seb34
  • 91
  • 4
0
votes
1 answer

Rename document in nuxeo

I've a document (folderish) in nuxeo I want to rename. I get the DocumentModel by uid using the API, and I'm trying to chenge the actual nuxeo name so that his path changes (not just like renaming a blob attachment name, the whole folderish should…
Lorenzo Boccaccia
  • 6,041
  • 2
  • 19
  • 29
0
votes
1 answer

getting some error when using nuxeo-csv

I'm using nuxeo-csv to import some documents with metadata, when clicking on "process button" i get this warning "An empty response was received from the server. Check server error logs." and some exceptions are generated in my log file, also i've…
ItShine
  • 349
  • 1
  • 4
  • 22
0
votes
0 answers

Access Personal Workspace through CMIS

I am using Nuxeo as multi tenant system and want to access my personal workspace through CMIS query. So, please help me with the query to access the same.
Souvik
  • 1,219
  • 3
  • 16
  • 38
0
votes
0 answers

Unable to find field num_bc in directory schema bc. Trying to fallback on default one. [Nuxeo]

What I'm trying to do is to populate a dropdownlist from database (num_bc). I added the schema bc, I registered it, and I created a new Directory bc_directory. All is good I can see the values on the Dropdown list but once I click on it I can't…
Heiz
  • 1
  • 1
0
votes
1 answer

How to use external taxonomy with the data list and directory facility of nuxeo?

i though that a vocabulary was a special type of directory or that at list a directory could provide a source for a vocabulary. It seems notData List and directories. What i want to acheive is to plug my taxonomy server into nuxeo. In other words, i…
MaatDeamon
  • 9,532
  • 9
  • 60
  • 127
0
votes
1 answer

Add your own vocabulary [Nuxeo]

I'm writing a layout contribution, I added a suggestOneDirectory widget named city but I don't know where can I change/add my own directoryName (instead of l10ncoverage) that contains the vocabulary of cities to be shown on the list.
GSDa
  • 193
  • 2
  • 4
  • 21
0
votes
1 answer

Custom document type not visible on render

I'm trying to create a new document type, I found this incredible tutorial Tuto I did all the steps, I deployed the bundle, copied the jar into the custom template folder and activate custom template. But when I start Nuxeo server nothing changed I…
GSDa
  • 193
  • 2
  • 4
  • 21
0
votes
1 answer

Get all metadata with cmis query in nuxeo

I'm using the drupal cmis api and a cmis query SELECT+*+FROM+cmis:document+where+CONTAINS("blabla") to get document from my Nuxeo CAP version: 6.0` but when i get the result, i get the "Common metadata" but the "Metadata" are not send,and also for…
wall-e
  • 173
  • 1
  • 3
  • 13
0
votes
1 answer

How to set Complex Property

I have a document type that has a property with two sub properties. The property can be multivalue each value contains two strings. In Json format it would be for example: documentIds: [ { "id": "ID-9900022", "type": "internal id" …
Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
0
votes
3 answers

How to enable access logging in nuxeo?

I am unable to enable access logging in nuxeo. I tried to enable access logs from the server.xml file. But, the entries flush away on every application restart.
evaipar
  • 151
  • 2
  • 11
1 2 3
8 9