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

Nuxeo E-mail archive facility

http://blogs.nuxeo.com/lounge/2009/05/email-archive-box.html The above link tells that e-mail archive feature can be enabled in Nuxeo platform. Can you please help me to enable this feature in nuxeo cmf 1.8 or Nuxeo DM 5.4.2 platform. Tell me where…
Unni
  • 165
  • 3
  • 10
0
votes
0 answers

How to unset complex type property (store it as null) in nuxeo?

I have a complex type, for example, a user type with such structure: username: string, name: string But when I don't set the value, it stores as map with empty fields 'username' and 'name' How to change this behaviour in Nuxeo, I just want to see…
0
votes
0 answers

Need help nuxeo-platform-login-keycloak plugin build

I have tried to install the nuxeo-platform-login-keycloak plugin on Nuxeo 7.10 to connect to KeyCloak 19.0.3 following the instructions in the Readme https://github.com/nikes/nuxeo-platform-login-keycloak Modified the POM.xml to point to Nuxeo…
iivan004
  • 1
  • 1
0
votes
1 answer

Overcome the 1000 lines limit in Results on Nuxeo shell

in order to access a nuxeo installation i am using nuxeo shell and run a query query -uid "SELECT * FROM Document where dc:created > DATE '2022-03-10' and ecm:path STARTSWITH '/default-domain/workspaces/Patricia/Documents' and ecm:primaryType <>…
0
votes
0 answers

org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file

I am trying to integrate Nuxeo with PostgreSQL. Can open the P4 app and connect to the DB. Had configured the pg_hba like this: host all all 127.0.0.1/32 scram-sha-256 host all all ::1/128 …
0
votes
0 answers

How to append nuxeo document to the end of the another one using java?

I have Nuxeo Document printVersion and InputStreamResource file. So I am trying to append this file to the end of printVersion document. How can I do that? I am using java and nuxeo.
0
votes
0 answers

How to connect Nuxeo 10.10 to Keycloak

we try to connect a Nuxeo 10.10 server (with latest hotfixes) to our Keycloak server. The usecase is, that a user will authenticate against the Keycloak, gets a token and can use this token to call the Nuxeo API. We found a Keycload login extension…
0
votes
0 answers

Nuxeo ldap direct manager username mapping

I'm using Nuxeo platform for my company and we've got an LDAP server that contains a lot of details about every employee, one of the attributes is the "direct manager" for the employee, the attribute's value is returned in this…
0
votes
1 answer

Can not send post request to nuxeo server over docker container

I can send post request to Nuxeo server using http://localhost:8080 base address from local. When I add docker support to my app, my app can not send post request to nuxeo server using http://nuxeo_container_name:80 base address. It returns…
M.M
  • 19
  • 2
0
votes
1 answer

How to get child elements that is not deleted using nuxeo rest endpoint?

When I call http://localhost:8080/nuxeo/api/v1/id/bad6cbc5-b75f-4373-981f-6908cec66779?enrichers.document=children endpoint it returns all child elements include deleted elements. But I need to get only active elements and I think I should add…
M.M
  • 19
  • 2
0
votes
1 answer

How to get file name list from nuxeo folder using rest api?

I upload files to nuxeo document under workspace. Now I need to get file info list using folder UUID. Using http://127.0.0.1:8080/nuxeo/api/v1/id/{folder_id} endpoint I get only folder information, but not files info inside a folder. Which endpoint…
Mustafa
  • 59
  • 1
  • 8
0
votes
1 answer

http2: server sent GOAWAY and closed the connection; LastStreamID=73, ErrCode=NO_ERROR, debug="" when pushing docker image to private Artifactory

I have a Dockerfile which use Nuxeo as a base image. I can build the file successfully but whenever I tried to push it locally to the private Artifactory it keeps retrying to push some layers and then it stops to show this error: 8c02234b8605: Layer…
NesuGH
  • 79
  • 1
  • 2
  • 12
0
votes
1 answer

Item inside component passed to a function as an argument yields empty object

[[item.title]] This works. Here 'item.title' renders title. [[_callme(item)]] _callme: function (item) { console.log(item); } This…
Dipesh KC
  • 2,273
  • 1
  • 15
  • 19
0
votes
1 answer

Nuxeo DAM system: Get document by file:content/data

I would like to execute an (NXQL) query which would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it…
0
votes
0 answers

Nuxeo: after activating the Anonymous User can't log in

My goal is to add the anonymous authentication to Nuxeo web ui. I followed the steps on https://doc.nuxeo.com/nxdoc/how-to-define-public-pages-viewable-by-anonymous-users/. Created anonymous-auth-config.xml with the following content:
aip
  • 1
  • 1
1 2 3
8 9