content-management-platform


Related Questions
I am following this steps ( JSF tag library registration ) for register my tag library but it was not registered in my server I put my file.taglib.xml into META-INF folder. In my “view.xhtml”, use this: xmlns:emt=“http://dominio.com/web/type” this ...
  0 votes
  1 answers
  0 comments
  3941 views

I noticed that the recent Nuxeo Platform Performance Scalability Testing was done using 4 distinct repositories. I presume this was done to reduce database-related bottlenecks in the testing. However, using 4 distinct repositories does potentially ...
  0 votes
  1 answers
  0 comments
  1768 views

I have one list of documents. I create those documents into repository using a “for cycle”. I want to know how can I rollback the creation of documents previous in case one error occur. In other words, I want to create all documents or none ...
  1 votes
  1 answers
  2 comments
  5531 views

Hello How Running multiple server instances in Windows ? I look : http://doc.nuxeo.com/display/ADMINDOC56/Running+multiple+server+instances+in+Windows but is not complete. Thx
  0 votes
  0 answers
  1 comments
  1504 views

How well does Nuxeo work with Multi-Master Replication solutions from Oracle, Microsoft, or the recently-released EnterpriseDB Postgres Plus Multi-Master Replication with xDB Replication Server? Does Nuxeo's dynamic DDL techniques cause problems? Do ...
  0 votes
  0 answers
  0 comments
  1782 views

How is the webview menu ordered in a webpage ? In the Document Management interface items are ordered alphabetically, but not in the web menu where it seams to be aleatory (?). Is it possible to set a specific order ? Thanks for your answers, Patrice
  0 votes
  1 answers
  0 comments
  1771 views

I am testing the website&blog feature (5.6). All the links on webpages or documents are ending with a “remove” link (ex: " Formations remove " -> https://…../nuxeo/site/sites/formations?url/@delete). How can I delete or hide these links ? ...
  0 votes
  4 answers
  0 comments
  1867 views

I am using a customized contentView in mode ajax but when I try define the property sortPropertyName in some columns of my layout, this warning message is showed on screen: “Search engine can't process this request”
  0 votes
  0 answers
  1 comments
  971 views

Hi, I'm trying to make it possible to manage from the UI the content of custom directories, which I couldn't implement as vocabularies since I needed to add some custom columns. It seems like we can contribute directories to the “Vocabularies” admin ...
  0 votes
  1 answers
  4 comments
  2853 views

I am running the VM image inside VirtualBox. During the web wizard, I was not asked for any login/password (and I skipped the “Enable Nuxeo Connect” part). At the end of the web wizard, Nuxeo restarted and shows me a web login screen. I tried ...
  0 votes
  1 answers
  0 comments
  4614 views

It would seem consistent for the Nuxeo CMIS createDocument operation with versioningState=checkedout to lock the created document? I will open a JIRA if you agree.
  0 votes
  1 answers
  1 comments
  1776 views

Currently, CMIS nuxeo:isCheckedIn reports the value stored in the hierarchy.isCheckedIn column. Should it instead only report true for a document if its hierarchy.isCheckedIn column is true AND it has no row in the locks table?
  0 votes
  1 answers
  0 comments
  1728 views

Just wondering if there is an existing configuration switch to automatically compress/decompress binaries stored/retrieved by VCS? Searched answers and document for compress and compression but no hits related to VCS storage. If not, does anyone ...
  0 votes
  1 answers
  0 comments
  1553 views

I have read http://doc.nuxeo.com/display/NXDOC56/WebDAV and was wondering instead of individually adding each user agent would it be possible to allow any client to connect? I was trying along the lines of replacing <header ...
  0 votes
  1 answers
  0 comments
  3971 views

For instance, when I try to install the hotfix 7 for 5.6, I get an error message that says: Installation failed : class “org.eclipse.core.runtime.MultiStatus”'s signer information does not match signer information of other classes in the same ...
  1 votes
  1 answers
  0 comments
  2079 views

Hi, I am developing a new view using contentView, layouts, page providers and widgets. All working perfectly while use this configuration for my widgets: <widget name="listing_solicitudTitle" type="solicitudWidget"> <labels> <label ...
  0 votes
  1 answers
  2 comments
  2421 views

NXP-9260 was a first step towards improving the integration between the Lock/Unlock and Checkout/Checkin operations in Nuxeo for both Web and CMIS clients. However, problems remain. My immediate concern is that patch NXP-9260 did not include code to ...
  0 votes
  1 answers
  1 comments
  4528 views

It seems the subject of a (saved via drag and drop) .msg file from Outlook to a Nuxeo webDAV workspace is changed (Truncated?) if I drag and drop directly from Outlook to Nuxeo webDAV. This truncation causes issues finding the file when I try to ...
  1 votes
  0 answers
  0 comments
  2097 views

I've been trying to upgrade our existing Nuxeo setup (5.3) to 5.6. I have all the documents loading up in nuxeo correctly and have been trying to get our WebEngine code converted over from the old module.xml setup into the newer annotations setup. ...
  0 votes
  1 answers
  1 comments
  3812 views

Hello, I try : Automation chain ConvertToPdf. Automation chain->Conversion->Convert To Pdf works perfectly on Mac OS X without any configuration, except installation of OpenOffice 3. I got a problem with Nuxeo 5.6 installed on Centos 5.8 : ...
  0 votes
  1 answers
  0 comments
  7523 views

Hello, As you advice with Nuxeo Studio's last version, I migrated from the “Summary Tab” to the new “Tab” functionality ==> Since I did that, the design of document's pages is ugly : everything is so close, there is no space… Here's a screenshot, ...
  0 votes
  2 answers
  6 comments
  1682 views

Most pessimistic locking (check-out/check-in/cancel-check-out) scenarios must plan for the case where a client performs a check-out and then fails to ever either check-in or cancel the check-out. One way to handle this problem is for all clients to ...
  0 votes
  1 answers
  5 comments
  2428 views

Bonjour, j'essaye de connecter mon serveur nuxeo tout propre à mon ldap, j'ai bien créé le fichier ldap default-ldap-users-directory-config.xml, mais au démarrage, j'ai dans les logs : 012-12-19 16:20:34,488 INFO ...
  0 votes
  6 answers
  5 comments
  1991 views

Nuxeo CAP 5.5 I try not to display the user personal workspace in the “My workspaces” block (gadget) of the Dashboard. In order to achieve that, I thought I could modifiy the NXQL request in : But this doesn't work : the “My workspaces” gadget ...
  0 votes
  0 answers
  1 comments
  2512 views

I have created a new action bean class, which I use in a changed “single-tasks-widget-template.xhtml” file. It is very similar to the JbpmActionsBean class used in the “manage-task-widget-template.xhtml” file. Both classes use ...
  0 votes
  0 answers
  4 comments
  1616 views

I have inherited a custom plugin that creates a couple extra document types, with fields and widgets. It also defines a directory that attaches to a MySQL database that we use for some of those fields. Using a clean nuxeo-tomcat-5.5-sdk install, I ...
  0 votes
  2 answers
  0 comments
  2063 views

I created a new document type that extends a File. I want it to behave like a file except I don't want it to be publishable. What are my options? Is there a way to turn off this facet? Or…do I have to extend from a Document, and include all the ...
  0 votes
  1 answers
  3 comments
  2621 views

Is there a debug flag to activate tracing of executed NXQL queries? I'd like to see the queries with resolved parameters. In case the params variables don't contain the expected values, the query can return empty result without any errors. These ...
  0 votes
  1 answers
  1 comments
  3856 views

Bonjour, j'aimerais savoir si on peut avoir un schéma de la base de données Nuxeo, ou alors savoir comment nettoyer la base suite à de multiples essais (domaines, workspaces ..). Merci d'avance.
  0 votes
  1 answers
  4 comments
  2519 views

I am having an error when I try execute this query: SELECT * FROM MyDocument WHERE ecm:path STARTSWITH '/domain/workspaces/1827035539688005368/documentos' AND dc:expired > DATE '17/12/2012' javax.faces.el.EvaluationException: ...
  0 votes
  1 answers
  1 comments
  2411 views