nuxeo-platform


Related Questions
Hi , I have finished my database import from a dump file, and after the first login I found this problem. If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, ...
  0 votes
  0 answers
  0 comments
  1842 views

Hi, I would like to change the message in the email sent with the link when granting an external user permission. Is it possible? Or at least be able to change the language to French. Thanks!
  0 votes
  0 answers
  0 comments
  1473 views

Recently, I have had many symptoms of no-response in the user interface. The symptoms might vary, for instance a spinning wheel shown forever with no sign of progress or network interaction. The only thing that changed recently in the environment is ...
  0 votes
  1 answers
  1 comments
  2357 views

Hi people :) I need to take the title of a document using java code even when the user doesn't have permission to see it.Can someone tell me if this is possible?
  0 votes
  1 answers
  2 comments
  1497 views

Hi, I am having complex hierarchy of document up to 20 levels. And more than 1lakh of document. While I am accessing inner most level of document getting error. com.mongodb.MongoQueryException: Query failed with error code 96 and error message ...
  0 votes
  2 answers
  5 comments
  22475 views

I am trying to authenticate to our Nuxeo server via oAuth2. I have registered an oauth client on the server. I make the call and I get a login screen. I login but it then does not redirect back so I can I get the authorization code. It logs directly ...
  0 votes
  1 answers
  0 comments
  2136 views

Hello :) I have created a document type that represents the workplace for a specific group of users(Example Department HR).I have also created a button that takes you to your worplace depending on you permission.After logging in and pressing the ...
  0 votes
  0 answers
  4 comments
  1696 views

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
  0 votes
  0 answers
  0 comments
  1564 views

Hi, I would like to setup a local SMTP server to test if the notifications work correcly on my instance. How can I do that? Thanks, Manon
  0 votes
  2 answers
  0 comments
  11923 views

ElasticSearchComponent doesn't start when starting Nuxeo 8.10-HF16. Communications on port 9300 between Nuxeo server and ELS nodes are OK. Thank you for any idea. Henri ELS version : { "name" : "el1", "cluster_name" : "UR1-ged", "cluster_uuid" : ...
  0 votes
  2 answers
  0 comments
  2769 views

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” ...
  0 votes
  0 answers
  0 comments
  1849 views

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
  0 votes
  0 answers
  0 comments
  1595 views

Hi guys, I've spotted a curious behavior of the NOT criteria in NXQL: Here is a query that doesn't work: SELECT * FROM Workspace WHERE NOT ecm:path STARTSWITH '/default-domain/UserWorkspaces' It gives shared workspaces that have ...
  0 votes
  0 answers
  3 comments
  1772 views

Hello.. I want to limit the size of the files you can attach to Nuxeo Documents.At the documentation i saw a way by modificating nuxeo.conf.I set the max size this way: nuxeo.jsf.maxFileSize=555557 This way you can not upload files bigger than the ...
  0 votes
  0 answers
  7 comments
  2559 views

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
  0 votes
  1 answers
  1 comments
  2078 views