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
2 answers

rest client in nuxeo automation chains

I am thinking to develop a custom Operation to be executed in an automation chain that needs to execute calls to external rest services. I do not want to add dependencies if not necessary and before starting to use one of the many java…
Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
0
votes
1 answer

REST API code for Domain and User creation in Nuxeo

I am very new to Nuxeo and due to customization I have to change some REST API functionalities for New Domain and User Creation in Nuxeo code base. But at time of debugging I am not able to find the proper classes or flow of the code. So, can anyone…
Souvik
  • 1,219
  • 3
  • 16
  • 38
0
votes
1 answer

How to understand the code flow in nuxeo

Recently I have downloaded the Nuxeo code, SDK and Nuxio IDE for the development purpose. I am also able to do build the project run the SDK and importing project into eclipse. But as Nuxeo guys know, it's a huge project and document doesn't…
Souvik
  • 1,219
  • 3
  • 16
  • 38
0
votes
1 answer

Query does not work with documents

So I'm trying to curl some queries. I have 2 documents under a folder which objectId is 8e92c0d5-0fdc-4363-9922-51f9ba93af62. If I query for the folder itself as in: curl -uAdministrator:Administrator…
Nimchip
  • 1,685
  • 7
  • 25
  • 50
0
votes
2 answers

nuxeo service does not start after upgrade

Hello I have tried to upgrade on my ubuntu machine nuxeo package from 5.9.4 to 5.9.5, however upgrade failed, because nuxeo service cannot be started. I try to start the service with nuxeoctl --debug startbg and this i get (part from where the…
webaloman
  • 221
  • 1
  • 4
  • 14
0
votes
1 answer

AndroidHttpClient create and never close

I have a problem with my Android client. The nuxeo context contains a Context and a AndroidHttpClient I tried to close by all the way possible but there are only the method. Shutdown () and it prevents me to question my nuxeo server later in my…
Pico
  • 1
  • 3
0
votes
1 answer

nuxeo check if directory exists through API

Let's say I have a directory at /foo/bar/bazz Let's say I would like to verify its existence programmatically: client = new nuxeo.Client(nuxeoParams) client.connect() fetchOp = client.operation "Diretory.Entries" path =…
Abraham P
  • 15,029
  • 13
  • 58
  • 126
0
votes
1 answer

DMS (Doc Management System) Discussion and advice

I'm a student and I have a project what is creating a Document Management System with JEE ,I'm making a first study and comparison between the DMS in the market ( Nuxeo,LifeRay,Alfresco,M-files ...) my questions are : 1 : what is the best DMS…
user3260388
  • 313
  • 1
  • 4
  • 10
0
votes
1 answer

How can I integrate Nuxeo into netbeans or Eclipse to make a new application?

I am new to use Nuxeo plugin. I want to know how can we integrate Nuxeo in eclipse or netbeans to make a new application.
zatia
  • 3
  • 2
0
votes
2 answers

simple regex [a-z] work for letter but fails on Word

I am writing a simple regex validator method in nuxeo java mystring.matches("[a-z]") This validate correctly if enter any letter . a or b or z . This validation allows to enter a letter but when i enter a word it fails. Why is that ? Do i have…
zod
  • 12,092
  • 24
  • 70
  • 106
0
votes
1 answer

Nuxeo studio and custom UI possibility

We're building a custom UI framework (Angular based) on top of the Nuxeo platform (Using REST API). Having said that, one of the requirements is to be able to use the dynamic workflow mechanism of the Nuxeo studio (I'm also not sure if content…
user1966211
  • 873
  • 3
  • 11
  • 22
0
votes
1 answer

Nuxeo: get all documents in their latest revisions

My client has a nuxeo server, which provides an API at nuxeo/webservices/relations, from which I can get all the documents. The problem is that it returns revisions, not documents. Some revisions are set to isLatestVersion = 'true', and some are set…
alberto56
  • 2,997
  • 3
  • 28
  • 47
0
votes
1 answer

Using Nuxeo, how do I lock down a page so that it redirects to the login page if the user is unauthenticated?

I have been put on to a project using Nuxeo, late in it's lifecycle and need to change a few things before it goes live. I am having trouble finding out where I need to look to lock down a Nuxeo based application so that a user is redirected to the…
Aaron Chambers
  • 1,354
  • 2
  • 12
  • 27
0
votes
2 answers

convert curl query to ajax query using mootools

I'm using curl to get json data from nuxeo, this my curl function curl -X POST -H "Content-Type:application/json+nxrequest" -d "{ params: { query:'SELECT * FROM Document' } }" -u Administrator:Administrator…
Allel
  • 109
  • 9
-1
votes
1 answer

Unreadable content is returned when trying to show Nuxeo document

There is an API which can be used to get the preview of a Nuxeo document; it is like this : http://localhost:8080/nuxeo/site/api/v1/repo/default/id/563c04bf-897d-48e5-863e-08cebeeccb06/@blob/file:content/@preview/image It should show an image…
pheromix
  • 18,213
  • 29
  • 88
  • 158
1 2 3
8
9