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

How can i create an action when selecting in treeNode primefaces

I am making a jsf application using the Nuxeo Java client which is a rest api. I have structured a primefaces tree that shows the titles of nuxeo documents.What i want to do is opening a page that shows the metadata of the nuxeo document or editing…
inis bali
  • 71
  • 4
0
votes
0 answers

Nuxeo platform unable to conenct to Elasticsearch node configured on same or locahost

Failed to connect to elasticsearch, check addressList and clusterName: None of the configured nodes are available: [{#transport#-1}{10.240.206.26}{10.240.206.26:9200}] java.lang.RuntimeException: Failed to connect to elasticsearch, check addressList…
MVK
  • 1
0
votes
0 answers

Error while updating the project from Nuxeo Studio

I am getting following error whenver I try to update my studio project from Nuxeo Platform. Earlier I was getting a transaction timeout error and I increased the nuxeo.db.transactiontimeout to 900. But now I see this error as below. Also, when I…
sourabh
  • 21
  • 2
0
votes
1 answer

Jsp Project run On Nuxeo IDE

I have web application project in JSP. I run this project using tomcat server.Now I want to integrate that project in Nuxeo platform with Nuxeo server.what I will do?
rohit_mhetre
  • 9
  • 1
  • 6
0
votes
1 answer

nuxeo oracle database connection

I have 2 instance for 1 DataBase. While configuring in DB name nuxeo is not accepting DB name and it is taking instance_name. Can you please suggest how can i use database name only. Or is there any other solution around. Regards, Nuxeo user
0
votes
1 answer

nuxeo 8.10 integration with MarkLogic 8.0-5.8

We are having below 3 error in nuxeo log file : Caused by: com.marklogic.xcc.exceptions.XQueryException: XDMP-OPTION: cts:element-reference(fn:QName("","webc__name"), "type=null") -- Invalid option "type=null" [Session: user=nuxeouser, cb=nuxeo…
0
votes
1 answer

Nuxeo workflow engine VS dedicated workflow engine (like Activiti)

I use Nuxeo for content management purposes on a project. I know I'll also need to support "workflow" scenarios, which I currently know very little about. For example: I'll need to support a workflow scenario for approving a release of a software…
Boris Milner
  • 111
  • 2
  • 10
0
votes
1 answer

XML Document in MarkLogic not getting deleted

I am deleting the document from nuxeo but it's corresponding xml files not getting deleted from Marklogic database .
0
votes
2 answers

How can I resolve Workspace Dependencies with Nuxeo in Eclipse

I several Maven projects in my Eclipse Workspace. Project A is a dependency for Project B. Project B is a Nuxeo project. it means that all the dependencies for project B should be defined in Nuxeo. Each time I change something in project A, I should…
GaspardP
  • 880
  • 1
  • 12
  • 24
0
votes
1 answer

Delete/Remove main file and attachment from Nuxeo

Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); …
Souvik
  • 1,219
  • 3
  • 16
  • 38
0
votes
2 answers

NUXEO Attach Multiple Files on Single Document

I am newer to Nuxeo. I had integrated my Portal with Nuxeo 8.1 CE & now using Java Automation Client API I am performing Operations in Nuxeo from my Portal. My problem is I want to attach Multiple Files on Single Document. I found its operation as…
Dipen Shah
  • 42
  • 8
0
votes
1 answer

Examples and extension in Nuxeo

I'm trying to set up Nuxeo's examples, but I can't get them working. Does someone succeed in compiling and deploying them ? I know it uses JAX-RS, but I'm still trying to set up a project with Eclipse to generate bundles, and I'm quite lost. I…
Rob
  • 2,766
  • 5
  • 32
  • 39
0
votes
1 answer

Nuxeo - Create Domain

I am newer to nuxeo. I had integrated my Java Application with Nuxeo. But now I want to perform the operations using Java in Nuxeo. I am not able to find any way to create a Domain in Nuxeo using Java Code. Can anyone help me on this?
Dipen Shah
  • 42
  • 8
0
votes
1 answer

How to make a event listener in nuxeo IDE

I want to schedule an event in nuxeo IDE but I am getting the error java.lang.ClassCastException: org.nuxeo.ecm.core.event.impl.EventContextImpl cannot be cast to org.nuxeo.ecm.core.event.impl.DocumentEventContext. My scheduler contribution…
Parul
  • 1
  • 1
0
votes
1 answer

To Chnage Nuxeo Login Properties

I am newer to Nuxeo. I had successfully implemented SSO with LDAP-CAS-NUXEO, but Nuxeo takes login credentials as UserName & Password. But I want to change it to Email & password. I am not able to find any way to do it. Any help in this will be…
Dipen Shah
  • 42
  • 8
1 2 3
8 9