content-management-platform
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
2731 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
2059 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
2428 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
1729 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
2929 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
2052 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
1914 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
1996 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
1990 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
4658 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
3563 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
3822 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
2067 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
1658 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
1863 views