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

Forum Posts

Creating folder structure

Hello everyone I have the following senary: I am migrating a data / files (blob) from a SQL Server database to nuxeo. These files should be in the following structure: --- Folder (document type) --- folder (year of document) -...

Error adding file

Hello everyone, I am having the following problem: When I add the file it gives an exception of PropertyNotFoundException, I understand that something is missing, but I do not know who ... **Error in the second line Blob fileBlob = new Blob(file); fi...

Resolved! cluster_nodes table missing from PostgreSQL database

Greetings- I'm exploring deploying Nuxeo Platform v 8.10 in AWS. I've recently set it up using a shared RDS Postgres Instance in AWS amongst other nodes in AWS. Anytime it Nuxeo boots according https://doc.nuxeo.com/nxdoc/nuxeo-clustering-configurati...

Caley_Goff by Champ on-the-rise
  • 1361 Views
  • 2 replies
  • 1 kudos

API Call to connect to Nuxeo Studio

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.

Resolved! Blob providers

Hi community. I am trying to create a blob provider to be able to have my files stored in OpenStack Swift. I extended the class AbstractCloudBinaryManager and implemented the main methods there. I packaged the class and all the dependencies into a ja...

Creating groups with specific properties using API

Hello, I would like to create groups using REST API, but i also need to set values for specific properties but it won't work. API only allows to set value for "groupname", "grouplabel", "memberUsers" and "memberGroups". Is there any way to set values...

Resolved! Nuxeo starting - array index out of range

Hi, I have problem with starting nuxeo instance. Earlier I didn't have this problem, and i started nodes without any problems. Now i want to start nuxeo 7.10-Hf09,and I'm getting such error(?) Detected Tomcat server. Nuxeo home: /opt/BPODriv...

__3 by Confirmed Champ
  • 838 Views
  • 1 replies
  • 0 kudos

Widget Document Suggestion how to query on two fields?

Hello, In my layout I would like to be able to search a document but be able to search either on its name or on its code. I tried several things with the nxql query but couldn't make it work. I thought about the javascript formatter but I think it wo...

Resolved! Nuxeo-rating dependencies?

Does anyone know what else needs to be installed for nuxeo-rating to work? I have: 8.10 no hotfixes nuxeo-dam-6.2.3 nuxeo-jsf-ui-8.10.0 nuxeo-web-ui-0.8.0 I've built and installed Activity: https://github.com/nuxeo/nuxeo-activity/tree/8.10-SNAPSHOT A...

Resolved! nuxeo-platform-login-portal-sso 401 Server Error?

Hello, New user to Nuxeo and trying to follow the steps of using the nuxeo-platform-login-portal-sso plugin, using the steps outlined here: http://answers.nuxeo.com/questions/1002/how-do-i-integrate-with-nuxeo-platform-login-portal-sso-in-my-portal ...

NuxeoNate_ by Champ in-the-making
  • 1129 Views
  • 2 replies
  • 0 kudos

upload blob/byte[]

Hello everyone, Is it possible to upload a file by just blob or byte [] instead of the file itself ??? See the example below: private Document exportNuxeo() throws IOException { Document doc = new Document("file", "File"); doc.set("dc:title...

Resolved! angular-nuxeo : attach a blob through uploader ? - [SOLVED]

Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = 'Blob.Attac...

freemann_ by Star Contributor
  • 4660 Views
  • 16 replies
  • 1 kudos

Resolved! MongoDB in place of the default H2 (no postgres)

Greetings- How do I use MongoDB in place of the default H2 database? Is it recommended that each Nuxeo node in a cluster use a SINGLE shared database(mongodb in this context) instance, as well as another sql database (postgres or something else) inst...

Caley_Goff by Champ on-the-rise
  • 2483 Views
  • 4 replies
  • 0 kudos

Document should be uncheckedout after cmis:checkin

Hello, I'am using CMIS protocol (1.1) with AtomPub service document to manage different actions for Alfresco, Nuxeo,... The whole works with Alfresco and Nuxeo 5.8. However, with Nuxeo LTS2015, i have a problem during a CHECKIN after a document creat...

Problem with vocabulary in content-view

Hello, In the project I work on. The client want to use some selectOneDirectory widget in the content-view of the workspace. The problem is when we have more than one page result, the selectOneDirectory widget on the first line of the table on the fi...