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

Forum Posts

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<?...

Quick search does not search in file content

In "Default search" I can find documents by words that appears in their content. In "Quick search" doesn't appears any document if I search with the same words. Nuxeo documentation says that "Quick search" is a full-text search (https://doc.nuxeo.com...

sonia-c by Champ on-the-rise
  • 1018 Views
  • 3 replies
  • 0 kudos

Nuxeo Studio

Hello i Add new Polymer element By Nuxeo Studio but in browser give this Request URL: https://connect.nuxeo.com/nuxeo/site/studio/v2/project/dsproject-data-serve/workspace/ws.resources/nuxeo.war/ui/document/DocumentScanning/online_demo_scan.htmlReque...

Studio ui

Hello Dears i use studio UI and i declared Layout Blocks then i import it into view of document type Browser network type --------------- ui/forms/my-goelement.html 401 (Unauthorized) -------------- i see that is easy problem how i can configure...

Using Nuxeo for Bill Management

Hello Team, I am a computer science student and I found your platform and I would like to learn how to use it by implementing some things with it. For my first project, I wanted to try to build a system that tracks bills. So I created a schema for a ...

Custom fields to groups and Web UI

With JSF UI, adding custom fields was very easy because a group layout existed ready to be overridden and customized. However with Web UI, the group fields are all hardcoded in the nuxeo-group-management elements and its children. Is there a new prop...

web Ui Deploy

Dears that is first time to use nuxeo platform , it is excellent i have two question 1 - how i deploy my code i added it over web ui without using Nuxeo Drive ? 2 - how i can build my Api ? thanks

Resolved! Retrieve permissions of an User inside a script

Hi, Anyone knows how to retrieve the permissions of an user in a document ( inside a script) I try to use currentUser but it can only get the name, username.. and more properties that doesn't help me. Also I try with the operation hasPermission but n...

Migrate documents from relational database

Hello Nuxeo Gurus, I have a question related to document structure configuration: I have a use case where I have to import documents from a relational database to Nuxeo. In my documents I have fields that are foreign keys from related tables (ex: DO...

Resolved! Using Nuxeo web Components in a web application

Hi, I need to use “the nuxeo web components” in a Vaadin project. Bower is now deprecated , I'm using Npm. When I'm trying to install the dependencies with Npm as specify in the Nuxeo GitHub page below _[https://github.com/nuxeo/nuxeo-elements], I ha...

Resolved! Nuxeo-Document-Attachment in View-Layout

Hi, I'm having a problem with the view-layout in nuxeo-designer. I had a document created and I attached a file to it. All correctly done it. I did it with the nuxeo-document-attachment component, but when I'm in the view mode I wrote this; ...

During server startup I am getting error " [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.ecm.core.scheduler.Sched ulerService notification of application started failed: null"

Hi, While starting server I am getting following error . ulerService notification of application started failed: null java.lang.NullPointerException at com.novemberain.quartz.mongodb.util.Keys.toFilter(Keys.java:58) at com.novemberain.quartz.mongodb....

Resolved! Perform an external REST call from within Nuxeo Studio

We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the syntax/l...

Resolved! Hiding delete button

Hello, I need to hide the remove workspace button from the web UI. So far I have written a filter extension to grant delete permission only to workspace types and administrators members: <extension point="filters" target="org.nuxeo.ecm.platform.acti...

button i need to hide
a_c by Confirmed Champ
  • 1748 Views
  • 2 replies
  • 0 kudos

How to display an error in Web UI from a script ??

Hello, I have a script with conditional sentences, where in the else clause of one of them the script shows an error comment in the server.log with the help of the operation console.log. The problem is that in the server nothing advise that an error ...

How to override a WebAdapter?

I need a custom implementation to manage preview depending on the specific document type and may be additional document content logic. I have not found a better idea than to override the "preview" web adapter, but my tests to do this have been unsucc...

promanov_ by Star Contributor
  • 869 Views
  • 1 replies
  • 0 kudos

Persistent Scheduler

Hi, I succeeded to add a scheduler using org.nuxeo.ecm.core.scheduler.SchedulerService but the added configuration are lost after nuxeo restarting. So i need to know how to dynamically configure the scheduler service and persist that configuration ? ...

web ui deploy help

after i can clone and running web ui when i want to deploy it by using gulp there error message appeared [11:03:06] Using gulpfile E:\webUi\third clone\nuxeo-web-ui-10.10\gulpfile.js [11:03:06] Task 'default' is not in your gulpfile [11:03:06] Plea...