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