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

Forum Posts

How to Assign a Task to the User Manager?

Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's man...

Resolved! Update Document

Hello, I developed an operation that takes as parameter a documentModel (it is a param and not the input). I noticed that Nuxeo adds the prefix "default:" in documentModel type metadata. As an example: suppose I have a document with dc: description =...

Query to retrieve 'top level' workspaces

Hello community, In the project I'm working on we have a workspace structure where different workspaces are nested, each workspace associated with user groups and read permissions, i.e: Workspaceroot Workspace 1 Workspace 1a Workspace 1b Workspace 2 ...

a_c by Confirmed Champ
  • 2513 Views
  • 4 replies
  • 0 kudos

Resolved! Adding colums to the default user schema

Hello community, I'm trying to add more fields to the user creation form. I've been following the tutorial at https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/ Where it shows how to override the default user sche...

a_c by Confirmed Champ
  • 1909 Views
  • 2 replies
  • 1 kudos

Use @convert adapter in java client

How can I add adapters in my request to Nuxeo servers using Nuxeo java client (v3.2.0) I want to fetch the blob converted as pdf. From the REST-API I can make calls like: GET http://localhost:8080/nuxeo/api/v1/path/{docPath}/@blob/file:content/@conve...

Use Nuxeo without Studio

Hi everyone, I use Nuxeo in my job, and i would like to use it in a small association to manage all documents. The trouble is, all the price offers are too expensive for a small asociation. Is it possible to create and manage all types of Nuxeo objec...

Resolved! Nuxeo Tomcat HTTPS Configuration - Why not recommended?

Hello, I want to implement HTTPS in nuxeo, and I have been looking at this: https://doc.nuxeo.com/nxdoc/http-and-https-reverse-proxy-configuration/ Tomcat HTTPS Configuration seems to be very easy (I have experience configuring tomcat to serve via HT...

Rodri_ by Star Contributor
  • 1757 Views
  • 3 replies
  • 2 kudos

stability problem in sending email notifications

Hy, I am facing a stability problem in sending email notifications. When I start the server, everything works fine. I can see the listener in my test Nuxeo (Admin / Monitoring / Nuxeo Event Bus), for example: Id listener Li...

Resolved! Upgrade from 6.0 LTS to LTS 2019

Hello, We are currently working with Nuxeo 6.0 LTS, and we are studying the possibility of doing an upgrade from 6.0 LTS to the last Nuxeo version, LTS 2019. However, we have several doubts about the process: Reading the "Upgrade" documentation, we'v...

Rodri_ by Star Contributor
  • 1027 Views
  • 3 replies
  • 1 kudos

multi language

how add multi language to nuxeo web ui [ arabic , english ] ? and make user choose between them

How to optimize permissions on Nuxeo

Hi, I use Nuxeo 10.10 (LTS 2019). When i try to set permission to a large folder , the operation takes 23h to finish. And i have to do that for each group because when i set permission to one group, it's impossible to set permission for an other grou...

pnux_ by Confirmed Champ
  • 932 Views
  • 1 replies
  • 0 kudos

deploy Issue

Dears after i develop my project and i want to deploy it to nuxeo so i open cmd and using nuxeo cli i write nuxeo hotreload configure /> the result is Server path must be absolute, and contain a Nuxeo Server Distribution see attachment

Custom Api doesn't listen

Hello Dears i was starting to build custom api as https://doc.nuxeo.com/nxdoc/webengine-jax-rs/ my code is Main Class : public class MyWebAppRoot extends Application { @Override public Set<Class> getClasses() { HashSet> result = new HashSet<Class<?...