content-management-platform


Related Questions
Hello, I'm testing NXQL queries via Nuxel Shell on a slightly customized CMF 5.6-RC3 installation. Is it normal that a query like following SELECT * FROM Case returns only an id value (ecm:uuid) ? /case-management/case-root/2012/08/20/case 1 ...
  0 votes
  1 answers
  2 comments
  3972 views

Hello all, May be my question has an obvious answer I did overlooked: In Case Management model CaseLink object points the owner Case document by storing it's Id (caseDocumentId attribute). In the listing widget of case links in Inbox mailbox, I'd ...
  0 votes
  2 answers
  6 comments
  1777 views

Is it a best practice to deploy custom templates using a Marketplace package? Or is using a configuration management and deployment framework like Ansible (ansible.github.com) preferred for deploying custom templates? How do you manage and deploy ...
  0 votes
  2 answers
  0 comments
  1908 views

When we create a new document with an attached file, we would like to check whether the file exists and refer the new document's file:content property to the existing blob instead of copying the same file into the repository over and over again. Is ...
  0 votes
  2 answers
  6 comments
  2222 views

Can the table name behind the custom schema be different of that schema name. For example, we want our schema name to be: MY_SCHEMA and table name to be MYSCHEMA. Is it possible?
  0 votes
  1 answers
  2 comments
  1575 views

My users do not want to go to the Summary or Comment tab to view the comments posted to a given document. I would like to add a comment listing as seen in the Summary/Comment in an edit or content tab. Do I need a custom query which passes a blob ...
  0 votes
  0 answers
  0 comments
  1387 views

Hi, my nuxeo bundle contains an EventListener that reacts on some events to add additional information to my documents. Now I am in a situation where I want to reject the modifications of a user. So I added a listener reacting on the ...
  0 votes
  1 answers
  1 comments
  1730 views

Hi, I would like to to integrate groups from an external SQL database. I tried this configuration (modifications are actually in the related template files, this is what gets generated): In nxserver\config\default-sql-directories-bundle.xml this ...
  2 votes
  1 answers
  1 comments
  2236 views

I configured Nuxeo 5.5 to use XOR encryption by specifying BinaryManager to use the following class: class=“org.nuxeo.ecm.core.storage.sql.XORBinaryManager” in default-repository-config.xml And the encryption and decryption worked perfectly fine. In ...
  0 votes
  1 answers
  4 comments
  2535 views

Hi, in my application I do not need the personal workspace. So I want to remove it from the dashboard. I've tested some comments from the mailing lists and the forum, but nothing really worked. I tried to remove all the userworkspace bundles from ...
  1 votes
  0 answers
  0 comments
  2082 views

While coreSession.query() works fine for “SELECT * FROM Document WHERE … order by ecm:pos " i do not find a way to get this ecm:pos value. Unfortunately, it is not one of the getters of DocumentModel. The simple trial with “SELECT * , ecm:pos FROM” ...
  0 votes
  1 answers
  2 comments
  2671 views

Hi All, I am running nuxeo5.3.2 in a debian with default database(h2). I tried to upgrade nuxeo to 5.5 with postgresql as a database, but didn't succeed!!! Can anybody tell me how can i take sql dump from h2 or a way to upgrade from 5.3 to 5.5. Hope ...
  0 votes
  2 answers
  4 comments
  1945 views

Hi, I created some bundles in Nuxeo IDE to extend nuxeo features. I created them as Nuxeo Plugin Projects. In one of these bundles I made some customizations to the login screen. I did it like it was mentioned in some of the tutorials or forum ...
  0 votes
  1 answers
  1 comments
  4344 views

We customized Nuxeo and tested it over windows. Our custom plugin in NUXEOHOME/nxserver/plugins works perfectly fine in windows. When we tried to start Nuxeo on Linux with our custom plugin in NUXEOHOME/nxserver/plugins, Nuxeo starts fine but it ...
  0 votes
  1 answers
  3 comments
  2473 views

I know there are many Java Bar Code packages and I am currently looking/evaluating them. The question is: Is there a bar code package that integrates with Nuxeo better than the others? Minimally I need to print out the document ID on a label for ...
  1 votes
  1 answers
  1 comments
  2732 views

Hi I have just installed the latest stable version of nuxeo on my debian machine. So far everything works fine, incredible good piece of engineering work! When I try to access the web interface (http://myserver:8080) from my iPhone or iPad's browser ...
  0 votes
  1 answers
  0 comments
  2095 views

Hi, please can somebody tell me, which directories in a Tomcat distribution need write access permission for Nuxeo? Documentation? $Nuxeo\data $Nuxeo\log $Nuxeo\tmp ??? Regards
  0 votes
  1 answers
  0 comments
  1430 views

I've got a use case where, under certain conditions, a document needs to be read-only. I'm trying to achieve this state programmatically (using a chain/script). As the platform doesn't seem to allow to add the “Immutable” facet using the ...
  0 votes
  2 answers
  1 comments
  2418 views

I am having some difficulty replacing the sample digital signature certificate with my new self signed one. I am somewhat new to Nuxeo, so they may be rudimentary questions, but here they are: 1) In the documentation ...
  0 votes
  1 answers
  1 comments
  1994 views

I need to run a cleanup/recovery process and need to fire the event and have it triggered 10 minutes latter.
  0 votes
  1 answers
  0 comments
  1465 views

Hello, is there precaution or procedure to migrate database from postgres 8.4 to 9.1 I want to test nuxeo 5.6 on a newer install. I using in production nuxeo 5.5 on ubuntu 10.04 with postgres 8.4 VM5.6 in test propose ubuntu 12.04 with postgres 9.1 ...
  0 votes
  1 answers
  0 comments
  2962 views

I have followed the documentation to the letter, and continue to have significant challenges in getting Nuxeo to authenticate against Active Directory. I have tried numerous combinations with the field mapping names etc, in my config file, but the ...
  0 votes
  1 answers
  0 comments
  1428 views

Hi, I created a new suggester. This one return a SearchDocumentsSuggestion. Is there a way to precise which faceted searchs to use instead of “Default Faceted Search”. I hope this is clear. Thanks.
  0 votes
  1 answers
  1 comments
  1769 views

Hi, We created a new faceted search. We want to limit the access to a group only. Is it possible? Thanks a lot.
  0 votes
  1 answers
  0 comments
  1575 views

Hello, For my graduation project I have to customise Nuxeo. To begin I did a plugin with my companyintern project lifecycle (It's works fine). But when I try to do a version management it does nothing, I use this xml : <?xml ...
  0 votes
  1 answers
  2 comments
  1968 views

We use an embedded instance of Nuxeo 5.5 to implement a suite of RESTful web services. Do any release notes exist specifically for upgrading from an embedded Nuxeo 5.5 instance to Nuxeo 5.6?
  0 votes
  1 answers
  0 comments
  1530 views

I'm new to Nuxeo and I'm trying to create an operation that manages a list of work to be executed? But only one instance can access the list at any time. From what I understand, each invocation of an operation results in a new instance. I could ...
  0 votes
  1 answers
  0 comments
  1586 views

In previous versions you have some predefined rules for content routing. Does the final release of 5.6 have this features included (one ore two preconfigured rules) or we have to create this using Studio?
  0 votes
  1 answers
  0 comments
  1548 views

Hi, In the user center I'd like to add a link (in the left-hand menu) to a WebEngine page managed by the same Nuxeo instance. I thought I could simply add an action, but unfortunately due to the way the menu is built only view ids can be configured ...
  0 votes
  1 answers
  1 comments
  2300 views

Bonjour, il y a quelques jours, j'avais posté une question par rapport à mes problèmes LDAP. Restée sans réponse, j'ai tout de même cherché de mon coté et du coup j'ai trouvé quelques solutions à mes problèmes. Désormais, j'arrive à me connecter ...
  0 votes
  2 answers
  0 comments
  3680 views