nuxeo-platform


Related Questions
How can I limit the search results to only elements contained in the current folder. What I'm using now returns all the “accuse de reception” stored in DB. <contentView name="parent_accuse_de_reception_content"> ...
  0 votes
  1 answers
  1 comments
  2818 views

I have an issue with Nuxeo Quota I'm not able to set a maximum size on the Quota section in the Admin tab. The slider is not displayed. I tried to change the browser, deploy Nuxeo Quota from the code source provided on Github. Nothing's working
  0 votes
  1 answers
  1 comments
  1872 views

I installed Nuxeo drive and it was working fine I don't know what happened, I can't synchronize files anymore and its icon stays gray. I checked the log nxdrive.log: 2015-07-14 11:51:37,562 4844 6772 ERROR nxdrive.engine.watcher.remote_watcher HTTP ...
  0 votes
  1 answers
  3 comments
  3297 views

I installed Nuxeo server from the market place and downloaded Nuxeo client from the admin tab, I even tried the last version from the developement branch. I'm using Nuxeo FT 7.3, Windows 7 64bit. I run the Client msc file and once the setup is done ...
  0 votes
  2 answers
  0 comments
  2588 views

I followed the steps provided in the documentation trying to setup the elasticsearch, once done I've tried to browse the elascticsearch section from the admin tab. When I click on it an error is triggered. Here's my entire log Elasticsearch ...
  1 votes
  1 answers
  8 comments
  4778 views

Hi, I need to call the “ExportStructureToFS” operation from an event listener in order to trigger a scheduled export mys documents. I found this explanation about how to call operations from java code, but I can't get the AutomationService and ...
  0 votes
  1 answers
  3 comments
  7135 views

I'm using Java Automation Client to upload my files but it seems to be very slow. I tried to increase the JVM Heap size of my server but it still the same. Does nuxeo have a configuration for handling file uploads in the Automation Client? Thanks
  0 votes
  0 answers
  1 comments
  2350 views

Hi, I'm starting developing for nuxeo, and while building and installing some nuxeo's github projects, I've noticed that the parent artifactId is different between projects in the pom.xml. It's often one of those : nuxeo-addons-parent or ...
  1 votes
  1 answers
  1 comments
  2196 views

Hello, On the create view of one of my documents I have a list box with 3 values: a, b, c, and a date picker. I need the date to be set as mandatory only if a or b is present in the list box. I've been reading here and there about JSF and found that ...
  0 votes
  1 answers
  4 comments
  2886 views

Hi, The invited users currently recive an invitaion url with 'localhost' as a hostname http://localhost:8000/nuxeo/site/... How can I change it to point to the actual adresse of the server ?
  0 votes
  1 answers
  1 comments
  1750 views

Here's a question from a Nuxeo Newbie's perspective because I'm still not getting it. I work for a small non-profit and there's not any way for us to afford the $47,000 per year for a Connect account. Our needs are simple and I'm willing to do the ...
  2 votes
  1 answers
  4 comments
  3523 views

I'm wondering if it's possible to hide/display a widget on the bulk edit form based on the selected documents. I've customized the bulk edit form using the process How to Customize the Bulk Edit Form and I'd like to hide a particular widget if any ...
  0 votes
  1 answers
  0 comments
  1896 views

When we create a new document, a default view comes out regarding our own documents types. We need to order them in a certain way. How do we manage to access this default popup view?
  0 votes
  1 answers
  1 comments
  1514 views

I want to add some new indexes to my custom tables that are APPLICABILITY that is created by the a complex type schema as shown in image below . Is it possible to do using the default-repository-config.xml ? Or we will have to create the indexes at ...
  0 votes
  1 answers
  0 comments
  2301 views

My custom nuxeo platform don't use some services provided by deafult by nuxeo. for example (org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerService) It starts the open office .Which is not need in my case after search i can find that we can ...
  0 votes
  1 answers
  0 comments
  2409 views

I want to know how to detect when a metadata has been modified. I want to compare the last number of version of the document and the working copy before I do Check In. When I modified some metadada (not a file) I want to increment minor version ...
  1 votes
  2 answers
  1 comments
  3116 views

Upon starting Nuxeo 5.9.4 tomcat bundle for the very first time, Nuxeo builds database tables etc. We are getting below error in logs when Nuxeo is creating text index on “FULLTEXT” table. org.nuxeo.ecm.core.storage.StorageException: ...
  0 votes
  1 answers
  0 comments
  2329 views

hello on my server i have nuxeo installed from repository for ubuntu (“deb http://apt.nuxeo.org/ precise fasttracks”). this morning I got a notification about an update. so I did apt-get upgrade and this failed… actualy I'm not able to either ...
  0 votes
  1 answers
  0 comments
  2087 views

When i create a new custom schema , where it is stored in db? Can i find it and find the relations of my schema with other tables?
  0 votes
  1 answers
  1 comments
  1798 views

Can i create my own custom schema and tables and write a script to insert into that schema or tables directly with or with out using API? Is it possible to write to db directly by my custom script? And should be able to generate documents from the ...
  0 votes
  1 answers
  0 comments
  1766 views

Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
  0 votes
  2 answers
  1 comments
  3329 views

hi, On the hotfix Nuxeo 5.6.0-HF30, you added new facets “MasterPublishSpace” and “PublishSpace” to document type “SectionRoot” and “Section”, I find the idea very well but you should say before installation in production. Because I redefined these ...
  2 votes
  1 answers
  2 comments
  2064 views

Hi ! I've used the Widget by property : file:content as an Image widget to display a preview in my custom summary layout. It work fine in Chrome but when displaying in firefox, the image is bigger than the space of the widget and is showing 'under' ...
  0 votes
  1 answers
  4 comments
  2151 views

Hello, It seems that to make it work with some CAS configurations, source of the CAS2-login-module has to be modified see here the checkProxyCasTicket(…) method: protected String checkProxyCasTicket(String ticket, HttpServletRequest httpRequest) { ...
  0 votes
  0 answers
  0 comments
  1798 views

Hi, I created a event listener and this listen workflowTaskEnded event. In this listener I can not get all my workflow and node variables values, only can get variable comment value. Why when you fire workflowTaskAssigned event, you add workflow ...
  0 votes
  1 answers
  0 comments
  4284 views

I have successfully created a marketplace package containing custom extension code, and a JAR for our studio project. However, installing these two together takes many manual steps, as it seems that using the Admin interface to upload/install the ...
  1 votes
  1 answers
  1 comments
  1948 views

Hello, I'm working on a workflow wich at its entry point select evey users having given permission on current document as assignees. I've tryed with the method UserManager.getUsersForPermission(String permission, Acp acp) on one platform and it's ...
  0 votes
  0 answers
  0 comments
  1589 views

Hi! In a project I need to use the PhpAutomationClient to retrieve some documents. I'am using the drupal's CMS with CAS Module. When I use default login and password to create a session like this, it's work. client = new ...
  0 votes
  2 answers
  2 comments
  2053 views

Hi again, I've been working on a custom operation. Outside of a workflow, it works great. I attached to a button in the context tools, and it ran. Inside of the workflow, when attached to a form button or to the output operation of a node, Nuxeo ...
  0 votes
  1 answers
  0 comments
  1568 views

I can't create a document , I get “No such mixin: Indexable” ? Caused by: org.nuxeo.ecm.core.api.DocumentException: java.lang.IllegalArgumentException: No such mixin: Indexable at ...
  0 votes
  1 answers
  1 comments
  2474 views

i would like to disable document creation according to a user attribute. The best way would be to overload the create and import action filters, but i'm not sure it's possible, so, I just overloaded the newDocument action with a custom filter that ...
  0 votes
  2 answers
  5 comments
  2710 views

Bonjour, Cette question fait suite à cette question . J'aimerais comme c'est marqué dans votre documentation (url: Opensocial, Oauth And Nuxeo ) utiliser mon propre serveur de rendu de gadgets (shindig) et pouvoir afficher les gadgets de Nuxeo à ...
  0 votes
  2 answers
  1 comments
  2512 views

This question has been created following this question . I found out that there is one more thing to do while setting up multiple repositories. I just had to contribute “repositories” extension point, just like this: <component ...
  0 votes
  2 answers
  2 comments
  2647 views

Hi, http://doc.nuxeo.com/display/CMDOC/Email+capture The link before gives the default configuration with which we can configure email archive in Nuxeo instance. I need to configure email archive using pop3 protocol. Kindly help me enable this in ...
  0 votes
  1 answers
  1 comments
  2028 views

Good morning, I'm using a VM with W2008 R2, I have installed a Postgre 9.1 I have installed the nuxeo windows installer 5.5 The installation works fine, I saw the nuxeo base created with 48 tables But when I try to connect with the ...
  0 votes
  2 answers
  1 comments
  11852 views

I have an open social gadget into my iGoogle Confluence … around the open social container of your choice… that I want to really to expose into my home one of my Social Collaboration dashboard … around the dashboard of your choice… How can I do that ...
  1 votes
  1 answers
  0 comments
  2331 views