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

Forum Posts

trim spaces in title, before using it as path

I have a simple problem, but nothing I've tried has worked. When users paste text into the title of a new document, they sometimes pick up an extra space. Nuxeo takes the title and uses it as the document path, but then users get various 404 errors b...

Joe_Cullin by Champ in-the-making
  • 261 Views
  • 2 replies
  • 0 kudos

Resolved! Is there a way to order document by type

I want to sort my documents by type. For example: folder 1,folder 2,folder 3,....,folder n,document 1,document 2,document 3,......document n I have a query like this : this.nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:parentId= ?"...

CoreSession

I tried to get a Nuxeo Platform Core Session with this way: CoreSession session = WebEngine.getActiveContext().getCoreSession(); But it isn't working. LogServer: java.lang.IllegalStateException: Runtime not initialized at org.nuxeo.runtime.api.Framew...

Complete Task Workflow

I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?

Compile JSF UI from sources

Hello, I am trying to build and package Jsf-UI from sources with maven, and install it offline with Nuxeo CLI. All worked with some workaround in assembly.xml, but it compiled and deployed. The problem is when I do login on browser I got that error: ...

screenshot2.png screenshot1.png Image
Maik_ by Champ in-the-making
  • 642 Views
  • 3 replies
  • 0 kudos

Viewing Documents Published in Sections

I have about 6000 documents (.odt files) stored in 32 folders under Workspaces, and about half of those documents have status Approved after going through a parallel workflow, and have been published in identically named folders under Sections. Howev...

Add default column to content view in JSF UI

I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not succeed...