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

Forum Posts

Graylog as Nuxeo audit logs backend

Hi all, I use to send (via logstash-gelf) nuxeo server logs to an external graylog server. I'd like to send nuxeo audit logs to this graylog server as well. Has anyone ever done that? Thanks for any idea Henri

Is it possible to hide the Nuxeo WebEngine website area?

I've noticed that there is an area in the website at the url "http://1.1.1.1/nuxeo/site". It seems to be auto generated content, and I was wondering if it's possible to hide this area from users who visit the website. I'm uncomfortable with it displa...

Karl_Wiens by Champ in-the-making
  • 242 Views
  • 1 replies
  • 0 kudos

Nuxeo template rendering

Hello .i am using Nuxeo Template Rendering .This feature works with Open Office documents but i am facing problems with Microsoft Office documents.I dont get it ..Is there a bug in Nuxeo Platform for this kind of documents?

Alphanumeric sort in view

Hello, I have a column with a value as "A2017-123", "A2017-99", "A2017-10", etc. In contentView Folder, i sort this column (last number to first number), but the default sort is alphabetic, so the values is displayed in that order : "A2017-99""A2017-...

Validator on Single Directory Suggestion

Hello, I have created validator as a custom property on a single directory suggestion, but it doesnt work. It works on text or others widget but in single directory suggestion it says property not found. Any idea? Thanks

Bora_ by Confirmed Champ
  • 197 Views
  • 0 replies
  • 0 kudos

operation timeout

An very long running operation raises an error: 2017-10-11 07:53:11,651 WARN [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing org.nuxeo.ecm.webengine.WebException: Failed to invoke oper...

adam_bo_ by Star Contributor
  • 571 Views
  • 4 replies
  • 0 kudos

Resolved! Access key

Hi:) I defined an action associated with an access key.The access key is shown when pressing shift+h..but the action isn't executed .This also doesnt work for default access keys .Any idea?

Attaching a property inside the Xml extension

Hello :) I have created a Nuxeo document that represents a configuration file .I have also created an event that is executed periodically using the Xml schedule extension.Inside the Xml schedule extension i have specified the cron expression.In the c...

"Read" Permission error

From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ****** C...

adam_bo_ by Star Contributor
  • 676 Views
  • 2 replies
  • 0 kudos

Problem raising events in order to refreshUI

I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...

Aviod one user login in multiple browsers

Hi, I have the requirement to avoid multiple browser login by single user. i.e at a time a user should login in only one browser, not in multiple browsers. Can any one tell me how to do that?

NXQL query

Hi :) I am making a NXQL and passsing a parameter like this: session.query("SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+"%"); But it throws an exception saying Syntax error : Invalid token at offset 50 Any idea?

How to get the current user

Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal

Resolved! Add user action into a result line on a content view

Hello, I want to add some user actions on every result line on my content view. Each user actions must work with the document on the line. How can i do that ? Add a Template widget where i put a created xhtml file with an action button ? Thanks for t...