content-management-platform


Related Questions
Hello I would like to get more information about Nuxeo Indexing Gateway. Information like how to use it. thanks. regards John D
  0 votes
  1 answers
  0 comments
  1443 views

Hi, What would be the “best practices way” to publish a document from one Nuxeo instance to another? CMIS Automation service REST Other Thanks
  0 votes
  1 answers
  1 comments
  1581 views

I am evaluating Nuxeo as a CMIS compliant repository for a large and important project in the Netherlands. One of our project goals is to have a repository with medical content. We have selected DITA (=an xml standard) as our basis for structuring ...
  1 votes
  1 answers
  1 comments
  2426 views

Hi there, The latest version of Nuxeo is deployable on Jboss AS7? Or is it planned? I'm using always custom (no bundled) installations. cheers Darko
  0 votes
  1 answers
  0 comments
  1533 views

I'm using the cmislib (python client) to request my Nuxeo server (5.5.0-HF05) but I can't retrieve document of type 'Workspace' or 'WorkspaceRoot' with this query: SELECT * FROM cmis:folder This one returns nothing: SELECT * FROM cmis:folder WHERE ...
  0 votes
  1 answers
  1 comments
  2568 views

Adding the following category in $NUXEO_HOME/lib/log4j.xml does not seem to enable DEBUG logging for “org.apache.catalina” within the Tomcat Nuxeo Distribution. Does this category require special configuration?
  1 votes
  1 answers
  7 comments
  16128 views

Does Nuxeo support routing read-only database transactions to PostgreSQL 9 HotStandby servers as a way to improve the overall scalability of a Nuxeo deployment?
  1 votes
  1 answers
  2 comments
  1377 views

Hello, I would like to limit file size to 50M. limitation works by pressing the buttons (new document, import document), but doesn't work with Drag&drop. Where can I configure a size limit for Drag & Drop ? Thank you
  0 votes
  2 answers
  0 comments
  2940 views

Hello, I want to modify the nuxeo theme, for example, that all the words that are a h1 can be red, all the h2 can be green , that the buttons can be gray and when the mouse is over they change to blue. I had the nuxeo 5.4.1 tomcat version , in this ...
  1 votes
  7 answers
  3 comments
  2860 views

I have a xml file and want to know how to read it using your api. The file is in my plugin folder
  0 votes
  1 answers
  1 comments
  1441 views

I have nuxeo DM 5.5 up and running at http://localhost:8080/nuxeo/site/automation I am trying to access Nuxeo EP 5.5 Automation server from Nuxeo Java automation client as under: public static void main(String[] args) throws Exception { ...
  0 votes
  1 answers
  3 comments
  4290 views

I want to add a chain of operations in nuxeo automation server, that will edit a document version. I know editing a version does not make sense, but this is the requirement of our client that we must meet. I am able to retrieve all versions of a ...
  0 votes
  1 answers
  2 comments
  2020 views

Hello, I have a plug in that I have used in nuxeo 5.4.1 and 5.4.2 now I want to use it with the 5.5 version, I already tried it and so far the plug in works exactly as it worked on the previous versions, basically my plug in add the feature to ...
  0 votes
  0 answers
  4 comments
  4389 views

Tomcat RemoteIpValve would be convenient to use to solve Nuxeo 5.x WebDAV & CMIS Reverse Proxy issues. It might also eliminate the need for the custom nuxeo-virtual-host request header property in the web application. Unfortunately, ...
  2 votes
  1 answers
  2 comments
  2083 views

Hi, In http://doc.nuxeo.com/display/ADMINDOC/Configuring+PostgreSQL it is stated that the recommended version of PostgreSQL is 9.1, but also stated that the 8.4 version is supported. What would be the impact of using the 8.4 version instead of the ...
  0 votes
  1 answers
  2 comments
  1771 views

Hi, I have a problem with widgets on home board. All widgets show documents in the wrong order. I would like to see documents ordered by “last modified date”. how can i do that ? Thank you Jérémy PETIT-JEAN C.R.I - University of Pau, France
  0 votes
  2 answers
  1 comments
  1805 views

In the Platform Explorer, I see Extension point serviceDefinition of component CoreManagementComponent allows a message to be set by an Administrator that appears on all pages of the Web Application. This is a useful feature that does not appear to ...
  0 votes
  1 answers
  0 comments
  1826 views

Hi, I recently submit a bug on Nuxeo Jira : https://jira.nuxeo.com/browse/NXP-8933 It was fixed quickly, thanks to Nuxeo team! According to the Jira, this version is released but I can't find it on the Nexus. I'm searching for this artefact : ...
  0 votes
  1 answers
  0 comments
  1393 views

Hi, How can I edit the pages footer to customize it for our company : For now items ( Contact us | Blogs | Community | Forum | Documentation |) are all links to Nuxeo features. Is it possible with studio ? Thanks for your help, Patrice
  0 votes
  2 answers
  0 comments
  3050 views

Hi, We have a system where multiple organizations with their respective users are set up in our LDAP server. We have Nuxeo configured to use the LDAP server for login and domain information purposes. Is there a way to avoid having to restart Nuxeo ...
  0 votes
  1 answers
  1 comments
  1996 views

Are nuxeo-platform-imaging and nuxeo-platform-imaging-tiling available on GitHub? I took a look and didn't see them. thx, bruce.
  0 votes
  1 answers
  0 comments
  1207 views

Based on the nuxeo-platform-importer package we have developed our own importer tool. Up to one million documents the average import speed is about 250 docs/sec. Importing further documents takes more and more time and the average speed goes down to ...
  0 votes
  1 answers
  1 comments
  1730 views

Hi, Using Funkload to stress test a client's Nuxeo instance / infrastructure. What would be the best/easiest way to test Workflow start and realisation? I tried using def startWorkflow(self): print "Starting workflow tab" ret = ...
  0 votes
  4 answers
  2 comments
  2005 views

I'm currently trying to connect CMIS Explorer (Android app) to Nuxeo DM 5.5. In my current setup, Nuxeo runs behind an SSO solution called LemonLDAP, acting as a reverse proxy. The SSO part works well - through mod_sso. The publicly accessible URL ...
  1 votes
  3 answers
  8 comments
  4003 views

I am brand new to Nuxeo. I would like to authenticate users logging onto Nuxeo identified by a username and password against an external SSO system accessed via our existing web service. I have read much Nuxeo documentation and am pretty confused as ...
  0 votes
  5 answers
  8 comments
  6532 views

We have been running 5.4.2 for a while now with no problems. We decided to do a new install of 5.5 and migrate the data over. We were able to start the server, import some test data, and everything worked fine. When we actually brought the real data ...
  0 votes
  1 answers
  3 comments
  1749 views

Hi! I am trying to get source for 5.5. I have Python 2.7 under Windows 7 and git version 1.7.9 When trying to execute the clone.py script I am getting: D:\nuxeo_src_>"C:\Python27\python" clone.py release-5.5 Traceback (most recent call last): ...
  0 votes
  4 answers
  1 comments
  2150 views

Is it possible to disable the adding gadgets button in the dashboard? I tried to search some extension point, but I found nothing about it…
  1 votes
  2 answers
  20 comments
  2165 views

Is it possible to create an installer (.exe) from a distribution of Nuxeo to which I added my bundles?
  0 votes
  1 answers
  0 comments
  1242 views

We are able to deploy our own email templates (freemarker templates). But, while testing it, activating debug log on org.nuxeo.ecm.platform.ec.notification.email.templates a saw that the following logs: Searching for template with name: modif_en_US ...
  0 votes
  2 answers
  0 comments
  2423 views