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

Forum Posts

How to obtain conversationId from within Operation plugin?

I'm working on a Nuxeo plugin which implements an operation. So I'm using @Operation, @OperationMethod and @Context annotations. The purpose of plugin is to expose a LiveEdit link for a given document to some outer service, and the problem is I can't...

chernish2_ by Champ in-the-making
  • 98 Views
  • 3 replies
  • 0 kudos

How is the multi tenant user query supposed to work?

I'm using the Automation API to create users for isolated tenants with the multi-tenant plugin installed. Before creating the user I check if they already exist by querying using something like this: Blob blob = (Blob) session.newRequest("Ser...

[Nuxeo web mobile] multi tenancy and mobile site root button

Hi There, I noticed that when using the web mobile package and the multi tenancy package the root button results into an error page. For testing I edited the class "MobileApplication.java", specifically the following method: /** * Generate the ...

Bauke_Roo by Star Contributor
  • 37 Views
  • 0 replies
  • 0 kudos

Newer versions don't reconnect if database fails

After a scheduled database failover we've found that Nuxeo 6.0 has problems reconnecting to the database. We've reproduced the problem using the downloadable Nuxeo 6.0 virtual machine. The behaviour is the same using 7.1. 5.9.5 reconnects really quic...

EL Expression for a document's Parent

I'm trying to write an EL expression so I can place it in the Advanced Configurations section where, given a File document type, if the parent of the File is a Folder document type, then I want the "State" and "Workflow" widgets to be hidden. Here's ...

Resolved! [nuxeo drive] What URL's are used by drive?

Hi there, We are working with an SSO integration using the proxy login. However we want to use nuxeo drive as well, I think in order to make this work we need to keep some url's out of the SSO (so they would use the basic authentication instead). Exa...

Bauke_Roo by Star Contributor
  • 87 Views
  • 4 replies
  • 0 kudos

Resolved! Automation chains - Calls to an external REST service

I am thinking to develop a custom @Operation that will 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 implementations available (to implement a REST client),...

M_Altieri by Champ in-the-making
  • 57 Views
  • 2 replies
  • 2 kudos

Resolved! Purging deleted binaries

After I removed some documents (and removed them from the trash), the contents of the binaries is still present on disk (in nxserver/data/binaries). I can remove them using Admin Center > Repository Binaries > check Delete orphaned binaries > Mark or...

Resolved! ServerBinding object is not JSON serializable

I have Nuxeo 6.0.0 platform with Nuxeo Drive plugin 1.4.3 installed. I installed Nuxeo Drive client for Ubuntu (14.04) as mentionned here [http://doc.nuxeo.com/display/USERDOC60/Nuxeo+Drive][1]. [1]: http://doc.nuxeo.com/display/USERDOC60/Nuxeo+Drive...