properties


Related Questions
Hello, Is it possible to get a label in a properties file with a MVEL code in an automation chain ? And how ? thank you
  0 votes
  1 answers
  2 comments
  2682 views

In nuxeo 5.4.2 I was able to get document properties like dc:description by this query: Documents docs = (Documents) session.newRequest("Document.Query").set( "query", "SELECT * FROM Document").execute(); I updated the nuxeo version to 5.5 and thus ...
  0 votes
  1 answers
  1 comments
  4291 views

I am using java content automation to upload and download files as blobs as shown in the link below. http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client The default dublincore schema is associated with each document. I want to retireve ...
  0 votes
  2 answers
  0 comments
  4775 views

Hello, It seems there is a bug in the Content Automation Webservice when I try to set multi-line values. The documentation says that we should use a \ at the end of each line. That's what I'm doing but it doesn't work : the new line character is ...
  0 votes
  1 answers
  2 comments
  1926 views

Hi all, following the tuto in nuxeo studio documentation concerning the RH holidays request form, I was just wondering if it were possible rather than adding specific Vocabularies to map users with operationnal manager to modify the metadata of the ...
  0 votes
  1 answers
  1 comments
  2470 views

Can I store custom properties for users if the users come from ldap ? I need to be able to store some custom properties on users and I don't want to add those properties in LDAP. For example I need to disable a user in my project although it still ...
  0 votes
  2 answers
  5 comments
  2372 views

I need to create a custom translation for Nuxeo DM. I created a bundle to deploy the files but append doesn't work. I tried the following in deployment-fragment.xml: Try number 1: <unzip from="${bundle.fileName}" to="/" prefix="web"> ...
  0 votes
  3 answers
  1 comments
  3306 views