content-management-platform


Related Questions
Hi, I'm trying to brand my Nuxeo, and I created a bundle. Logo, CSS and other stuff are copied without problem to {NUXEO_HOME}/nxserver/nuxeo.war/ The problem is that I added some fonts in differents formats (EOT, TTF, WOFF…) and when the Nuxeo ...
  0 votes
  1 answers
  0 comments
  2645 views

I created a new document type on Nuxeo Studio, and install on test server, with develop mode active. On nuxeo interface the new type document appears, but when i try to make a select by cmis chemistry, or show type on chemistry, this type dont show, ...
  0 votes
  1 answers
  1 comments
  1971 views

In studio, it seems impossible to declare a custom vocabulary (not based on the single data source). So I choose an arbitrary vocabulary and give in custom properties my directoryName (test) The bundle is generated as expected <properties ...
  0 votes
  1 answers
  0 comments
  2353 views

Hi, I tried to update nuxeo drive package from the update center, but the installation failed, when restarting the server I got this error and canno't acess the server anymore. prior to that, I changed some configurations using nuxeo studio, deleted ...
  0 votes
  0 answers
  0 comments
  1650 views

I'm new using Nuxeo and everytime a document is reviewed for approbal, version is incremented. It is possible to configure when a new version is incremented and manage also the revisions of a version?
  0 votes
  1 answers
  0 comments
  2845 views

Hello, Nuxeo! We want to use Nuxeo platform as a repository of files attached MS Exchange, in order to relieve MS Exchange. How we can do this?
  0 votes
  1 answers
  0 comments
  1962 views

I setup a passowrd protected Redis in my localhost. When I add the following configuration for Redis in nuxeo.conf file nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6379 nuxeo.redis.prefix=nuxeo: nuxeo.redis.password= Nuxeo ...
  0 votes
  1 answers
  0 comments
  1839 views

In Nuxeo 5.8, I d like to have documents stored on two different file systems. Since “binary storage” is independent from the documents, it has to be managed at the repository level, although I do not need another database. It seems that according ...
  1 votes
  0 answers
  1 comments
  1915 views

so I followed the tutorial on how to add custom LDAP fields to the nuxeo UI it works locally on the nuxeo IDE server, but when I move that to ldap there are issues in resolving properties out of the directory. the query is performed correctly, I can ...
  0 votes
  0 answers
  0 comments
  1902 views

I'm using a posix openLdap as backend for user and groups. user creation, deletion and other operation works associating user with groups, editing groups, and deleting groups work when I try to create a group, it fails with: gidNumber: value #0 ...
  0 votes
  0 answers
  0 comments
  4539 views

we recently deployed Nuxeo using LDAP creating groups and users however when as an Admin I view the LDAP groups listed in CN=nuxeo-members,OU=Nuxeo,OU=Security Groups,OU=MyBusiness,DC=domain,DC=local and they are empty. Should they be? We have ...
  0 votes
  0 answers
  0 comments
  3442 views

Hi, The question is in the title. I keep getting a 404 error whenever I try to POST a new dummy document. I even tried using a generated 'body' template of a document after doing a GET on a pre-generated document. Can someone share a working input ...
  0 votes
  1 answers
  0 comments
  3706 views

I set up multiple vcs. on the surface all seems working, I can create documents, workspaces, query them etc. however, when I watched the log, I found an issue: when saving a newly created document, nuxeo first throw an exception Caused by: ...
  0 votes
  0 answers
  1 comments
  1976 views

I've set up multiple vcs, as I like to have something as described in the documentation, where the document are sharded over multiple vcs, however, the default vcs' datasource is used for all sort of things, with oh so many linked jdbc names. what ...
  1 votes
  0 answers
  0 comments
  1593 views

Hi, I'm using NXQL to read data from the default repository using a simple operation chain created on the fly: CoreSession cs = CoreInstance.openCoreSession(null); String lookbookQuery = "SELECT * from Document WHERE ...
  0 votes
  0 answers
  0 comments
  1773 views