Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Building Nuxeo DAM manually from source git

Hi, I am trying to build Nuxeo DAM from git . I do not want to go via marketplace route as my instance is not registered. I want to build all the artifacts manually. The Readme file says Or manually copy the built artifacts into $NUXEO_HOME/templat...

Adding new DocTypes to map CMIS variables.

CONTEXT: I would like to import scanned documents similar to the process described in this tutorial: https://www.nuxeo.com/blog/direct-document-capture-nuxeo-using-ephesoft-cmis/ where the variables captured by the scanning software can be mapped as ...

Tim_Healey by Champ in-the-making
  • 1344 Views
  • 2 replies
  • 0 kudos

PostgresQL version

We're about to upgrade our database to PostgresQL 10.4 for Nuxeo Platform. Doc says that Nuxeo supports PostgresQL 9.6 but we'd like to know if the newest version of Nuxeo supports PostgresQL 10+ anyway. If not yet, is it going to be supported in th...

DirectoryCache invalidations in clustered setup

DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a "cacheinval" message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear th...

Juha_Kilpi by Champ on-the-rise
  • 1583 Views
  • 4 replies
  • 0 kudos

Create custom metedata via restful API

Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not eas...

Ecos_Sci by Champ on-the-rise
  • 2136 Views
  • 5 replies
  • 1 kudos

delete from archive

I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1)User creates a new version (v2) - removing said content of interestPerio...

Eric_Ace by Confirmed Champ
  • 611 Views
  • 0 replies
  • 0 kudos

Downloading document file content

I can download file content using postman. When file is big it's ask me the location where I should download. Is there a possibility to automate the process and tell the location through rest api.

Uril_Yak by Champ on-the-rise
  • 793 Views
  • 1 replies
  • 0 kudos

Searching a multivalued field

Hello, I am trying to find the good way to perform a search on a multivalued field. My multivalued field is attached to a vocabulary. Let's say for exemple my field is dc:description and is linked to a country vocabulary (Containing FR / France, EN /...

problem with uploading file using rest api

I have problem with uploading file with rest api using coldfusion language. At the first I tried using postman and it's working. For example first I sent http request to create batchId And I got a response a new batch id created: batchId-88c6a62...

Uril_Yak by Champ on-the-rise
  • 901 Views
  • 1 replies
  • 0 kudos

how to replace WebActionsBean class?

In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 value="#{webActions.getDocumentActions(action...

adam_bo_ by Star Contributor
  • 607 Views
  • 0 replies
  • 0 kudos

Resizing the width of the Video Player

Hello, When viewing a document with an uploaded video binary on a Mac (in Chrome and Safari) the default video player frame size is much wider than the player shown on PC. In both cases, the aspect ratio of the video itself appears to be correct. O...

type an image title type an image title

Resolved! Available templates problem found

Hi team, I found a problem with the available templates for a new Workspace creation. The problem is if you delete several TemplateRoot (and create others TemplateRoot) in your Domain and it (or them) keeps in the trash (TAB) the query to select avai...

Preview document show blank pop-up

Hi, Preview the document shows the blank pop-up. I looked at the JS script that activated the pop-up and used the url in a new browser tab. It is blank. https://[website]/nuxeo/site/api/v1/repo/default/id/[hiddeniD]/@blob/file:content/@preview When i...

search document by tag

I have updated my document, which is Test.pdf with the following metadata : transaction:date = "2050-12-25", transaction:time = "16:00:00", transaction:id = "aaaa-bbbb" Below the rest api: PUT http://<NUXEO_SERVER>; /nuxeo/api/v1/path/default-domain/...

Uril_Yak by Champ on-the-rise
  • 1098 Views
  • 3 replies
  • 0 kudos

assembly.xml

Is there a good exemplar for structuring a marketplace component project with a) the package embedded in the project (like nuxeo-customer-project-sample) and also b) the JSF UI functionality separated out? Thank you

Eric_Ace by Confirmed Champ
  • 430 Views
  • 0 replies
  • 0 kudos

Failed to log in to nuxeo

I could not to log in to the nuxeo using my user - Administrator and password - Administrator. I am getting the following error: "Cannot create a CoreSession when transaction is marked rollback-only" Please see below error trace: 2018-04-27 12:58:59,...

Uril_Yak by Champ on-the-rise
  • 564 Views
  • 0 replies
  • 0 kudos

Adding customize metadata with rest api

I am new to nuxeo and I would like to add customize metadata to the document, in my case it's transaction ID. For example I have created document from the file with rest api: POST http://nuxeo/nuxeo/api/v1/id/de72f8e6-348e-477b-8824-9b1c157b4f7d { "e...

Uril_Yak by Champ on-the-rise
  • 1940 Views
  • 5 replies
  • 1 kudos