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

Forum Posts

Google Storage setup: JSON parse exception

Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non...

Sean_Hagen by Champ in-the-making
  • 125 Views
  • 3 replies
  • 0 kudos

Resolved! Custom Authentication not working as expected with Java Client SDK

Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little strange....

Rodri_ by Star Contributor
  • 104 Views
  • 1 replies
  • 0 kudos

How to migrate database from MSSQL to PostgreSQL

Hi guys, I decided to change the database type for some performance issues. I am using mssql for the database. Now, I want to use postgresql. This is a test environment but I have to change the production environment at the end. I can see a lot of da...

How to disable the draft action?

When editing a document, you get a message in the top-right saying: A draft of this document has been saved. Use Draft | Discard Draft How do I disable this action? I tried to find it via the Admin UI Development mode, but could not hover over it. ...

compiling https://github.com/nuxeo/nuxeo-web-ui fails

I cloned the mentioned repo and want to continue with the next step "npm install". Unfortunately the NPM repo seems to be outdated because a package is missing. npm ERR! Linux 4.15.0-60-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" n...

Nuxeo 10 : How to switch language

Hello, I've installed Nuxeo with the virtual machine (VMBox) onto our server and it works quite well. However, no matter what I try it always outputs english as the default language. I tried multiple devices and browsers with different languages on O...

nuxeo elements : documentation about token authentication

According to documentation and source code : "The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client" a 'token' property can be set for Token Authentication (set method="token") What is ...

Resolved! Compliance with industry standards

Hello, I want to know if Nuxeo is Compliant with the following industry standards: OAI: Open Archive Initiative, important for a digital archiveIIIF: IIIF (International Image Interoperability Framework).

create document with multiple files using java api

Hello, I am trying to use the java api to create a document with attached files. I saw the examples in the documentation and it's working fine. Now I want to try my own method : one call to create the document and attach the files Set<BlobDTO> blobs...