8.10


Related Questions
Hello ,I want to add a confirmation dialog when pressing a button .I use the following XML extension: link="#{operationActionBean.doOperation('LP-UI-MbyllLibrin')}"> <properties> <property name="confirmMessage">Jeni te sigurt qe libri ...
  0 votes
  1 answers
  0 comments
  1636 views

The operation AddEntryToMultivaluedProperty generates the error in the method “run”. There is a problem in the line: List<Serializable> array = p.getValue() != null ? Arrays.asList((Serializable[]) p.getValue()) : null; It returns an ...
  0 votes
  1 answers
  5 comments
  2000 views

Hello i want to add a confirmation message in nuxeo platform.You can choose Yes or No which are associated with an action.Any idea?
  0 votes
  0 answers
  1 comments
  1920 views

Hello :) I wanted to know if there is an alternative way of producing the same result as Nuxeo template rendering .How can i achieve the same result using only Java code?
  0 votes
  0 answers
  0 comments
  1270 views

Hello .I just built a doc file using Apache OpenOffice to represent the template file.Then I built the template documenr in Nuxeo platform and added the template file inside the the document.When i try to render the template on a specific document i ...
  0 votes
  0 answers
  0 comments
  1784 views

Hi, We have deploy a nuxeo 8.10 with CAS2 authentification ; when I tried to use “instant share”, the external use can't connect to the shared folder because he must authenticate via CAS2. Have you a sample of configuration that permit to use ...
  0 votes
  1 answers
  0 comments
  1493 views

Hi :) I have to use Nuxeo Template Rendering..I have installed the addons “nuxeo-template-rendering” and “nuxeo-template-rendering-samples”. But now when i press the new button in the platform ,to create a “TemplateSource “,the creation view appears ...
  0 votes
  0 answers
  0 comments
  1358 views

Hello,I am trying to get the properties of a document using Nuxeo Java client.I am able to get the document,but when i use the methods get() or getPropertyValue() it doesn't return the value. Can someone help me?
  0 votes
  1 answers
  1 comments
  1476 views

Is there any guide or example about set Quota Info and get Quota Info from API?
  0 votes
  2 answers
  4 comments
  1723 views

I want to get the total storage size used currently and the size used by each workspace through Rest API or Java SDK. Is there any way to perform this?
  0 votes
  1 answers
  0 comments
  1670 views

Hi Can someone explain me how to differentiate between a user that has an account and a user that does not have an account in Nuxeo java client? I create a NuxeoClient instance using: NuxeoClient nuxeoClient = new NuxeoClient(URL, userName, ...
  0 votes
  1 answers
  0 comments
  1499 views

HI! Is there any way to edit ms word document instance directly (initated from nuxeo document layout on UI ) from webdav protocol ? Thnx!
  4 votes
  0 answers
  0 comments
  1430 views

It is used the formatW3CDateTime in a chain to assign a declared date to a document field: <operation id="Document.SetProperty"> <param type="serializable" ...
  0 votes
  0 answers
  0 comments
  2180 views

It seems that the Rest API can not cover all functions. Can I use Rest API to get some monitoring metrics such as the number and size of documents?
  0 votes
  0 answers
  0 comments
  1410 views

Hi, I'm trying to use LDAP server for users authentication but with out success, I have followed https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/. Below is content of server log: 2017-09-05 12:07:05,264 ERROR [localhost-startStop-1] ...
  1 votes
  0 answers
  1 comments
  1415 views

For create file using Rest API (Nuxeo Platform 8.10 ), Postman I follow this link “https://doc.nuxeo.com/nxdoc/document-resources-endpoints/” POST http://NUXEO_SERVER/nuxeo/api/v1/id/{idOfParentDoc} { "entity-type": "document", "name":"newDoc", ...
  0 votes
  2 answers
  4 comments
  2776 views

DirectoryInfo di = new DirectoryInfo(@"E:\Temp\1\Patriotic_Menu_1Sided"); FileInfo[] imageFiles = di.GetFiles("*.jpg"); var imgFile = imageFiles.FirstOrDefault(); Blob uploadedFileBlob = new Blob(imgFile.Name, imgFile); var document = ...
  0 votes
  0 answers
  0 comments
  1481 views

Hello, Is there any way for an user which has access on tree structure(folderish) to see default-domain structure via web-dav protocol ?
  1 votes
  1 answers
  0 comments
  1596 views

Hello, I am using nuxeo platform version 8.10 and i have installed all hotfixes. I tried access keys, but they don`t work. Some actions or features are accessible using access keys: c: Create d: Dashboard s: Search shift + /: Search Only the last ...
  1 votes
  0 answers
  0 comments
  1327 views

Hi all, we have a problem using the site Easyshare Module getting the skin resources. The Apache response is: Last-Modified header contains invalid characters . We thought it is happening in all sites , then we have looking about this stuff in the ...
  2 votes
  1 answers
  0 comments
  1501 views

I would require ecm:mixinType and dc:subjects in a custom JSON output. The Repository.ResultSetPageProvider works well for me as long as I have no multivalued properties. Is there any chance to include the fields as the default query throws an ...
  0 votes
  0 answers
  0 comments
  2151 views

Hi! We have tried to install nuxeo-csv package from the marketplace https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-csv?version=1.5.5 but after installing the addon, the server becomes unstable and it's not able to start anymore. ...
  1 votes
  1 answers
  0 comments
  1394 views

I'm trying to get Nuxeo to store its binaries in S3 with Server-Side encryption. I can't use AES-256 encryption. AWS KMS encryption is required. Does Nuxeo provide support for using KMS keys? I'm not find any information about this at ...
  0 votes
  1 answers
  1 comments
  2317 views

Is it possible to integrate Outlook 2013/2016 with Nuxeo as it was for Nuxeo 5.6 ? thanks
  1 votes
  1 answers
  2 comments
  3175 views

There is the hardcoded query in the method “initDomainAndFindStartupPage”, As a result, it is not possible to move load from database to elasticsearch, even it is slow. Is there any reason that it could not be replaced by a “coreQueryPageProvider” ?
  2 votes
  1 answers
  0 comments
  1445 views

I am uploading some files in a tree structure, I need to verify if the file already exists in the same folder. If it is the same file (with the same content) then do nothing. If it is a different file then save a new version. How can I compare those ...
  0 votes
  1 answers
  3 comments
  1921 views

When the file document is created without a file blob and after some images are added in the Files tab, then the preview functionality does not work for them. The error following error is logged: 2017-05-29 14:24:22,906 ERROR ...
  0 votes
  0 answers
  5 comments
  1748 views

Hi, Java Client Library 2.3 for the Nuxeo Platform REST APIs documentation about users/groups have reference only to CRUD operations of both entities and ADD user to group operation, but there's not references about rest of operations like 'remove ...
  1 votes
  1 answers
  0 comments
  1723 views

Is there a way to configure Nuxeo to restore another Nuxeo instance's users and workspaces based on what was written in a SQL table? We are having trouble with the following scenario for our application: We have a number of users, each with their ...
  0 votes
  1 answers
  0 comments
  1866 views

According to Nuxeo 8.10/LTS-2016 upgrade notes, a JDK is now required by the Nuxeo Platform: NXP20368 Add connect report feature to the default distributions JDK now required (JRE not enough) on the server Since some of our environments are not ...
  0 votes
  1 answers
  0 comments
  1523 views

Hi, the licence of addon “Nuxeo Edge Cache”, registered on Nuxeo Marketplace, is “Copyright 2015-2016 Nuxeo SA”, but I can't found more information about it, its a paid component? Can I use it without paying an Nuxeo subscription? Thanks ...
  0 votes
  0 answers
  0 comments
  1220 views

It's possible to define one edge-cache for a specific tenant or repository? Thanks
  0 votes
  0 answers
  0 comments
  1226 views

Will Nuxeo work without permissions to create functions in SQL Database? The environment: I configured my nuxeo.conf file to use the MySQL template, but customized the settings to use a remote MySQL server. This MySQL server is shared between ...
  0 votes
  1 answers
  0 comments
  1910 views

Hi, We are in https on our nuxeo server, but when we want to access to thumbnail or download file in our web-app we got SSL_ERROR_RX_RECORD_TOO_LONG (firefox) OR ERR_SSL_PROTOCOL_ERROR Why thumbnail url always contains a 80 port ? "thumbnail": { ...
  0 votes
  1 answers
  0 comments
  3366 views

Hi community. I am trying to create an event listener, so far, I just want to log a message when my listener is called. See my class below: import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import ...
  0 votes
  0 answers
  1 comments
  1997 views

Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED Fetch API cannot load ...
  0 votes
  1 answers
  0 comments
  2037 views

Hello everyone I have the following senary: I am migrating a data / files (blob) from a SQL Server database to nuxeo. These files should be in the following structure: --- Folder (document type) --- folder (year of document) --- file (attached ...
  0 votes
  0 answers
  1 comments
  3956 views

Hello everyone, I am having the following problem: When I add the file it gives an exception of PropertyNotFoundException, I understand that something is missing, but I do not know who … **Error in the second line Blob fileBlob = new ...
  0 votes
  0 answers
  2 comments
  2222 views

Greetings- Thanks so much for the support of my random questions, its been helpful so far. While deploying Nuxeo in AWS, we're exploring integrating s3 as a blob provider store for Nuxeo. I'm inquiring on how to get nuxeo to store my asset in s3, ...
  0 votes
  1 answers
  4 comments
  3770 views

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.
  0 votes
  1 answers
  4 comments
  1639 views

Greetings- While evaluating the Nuxeo platform in AWS I've come across a few questions. I'm mostly curious of the following: Is it possible to deploy Nuxeo updates with zero downtime in a clustered environment, think blue/green deployments. How does ...
  0 votes
  1 answers
  2 comments
  2120 views

Greetings- I've been prompted to install wpd2text even though I've built and installed it on the machine. Is there something else I need to configure here? I'm running nuxeo platform 8.10 in AWS on RHEL 7.3 See below Log: 2017-03-30 19:47:01,649 ...
  0 votes
  1 answers
  0 comments
  2582 views

Does anyone know what else needs to be installed for nuxeo-rating to work? I have: 8.10 no hotfixes nuxeo-dam-6.2.3 nuxeo-jsf-ui-8.10.0 nuxeo-web-ui-0.8.0 I've built and installed Activity: https://github.com/nuxeo/nuxeo-activity/tree/8.10-SNAPSHOT ...
  0 votes
  1 answers
  2 comments
  1574 views

Greetings- I'm exploring deploying Nuxeo Platform v 8.10 in AWS. I've recently set it up using a shared RDS Postgres Instance in AWS amongst other nodes in AWS. Anytime it Nuxeo boots according ...
  0 votes
  1 answers
  1 comments
  2279 views

Hi community. I am trying to create a blob provider to be able to have my files stored in OpenStack Swift. I extended the class AbstractCloudBinaryManager and implemented the main methods there. I packaged the class and all the dependencies into a ...
  0 votes
  1 answers
  0 comments
  2120 views

Hi, After uploading file (JavaScript File) through my service using nuxeo-js-client, I have this error on nuxeo server's document preview and in adobe reader (see attached) : PDF.js v1.5.188 (identifiant de compilation : 0e2d50f) Message : Invalid ...
  0 votes
  2 answers
  1 comments
  2159 views

Hello everyone, Is it possible to upload a file by just blob or byte [] instead of the file itself ??? See the example below: private Document exportNuxeo() throws IOException { Document doc = new Document("file", "File"); doc.set("dc:title", ...
  0 votes
  1 answers
  6 comments
  3783 views

Greetings- How do I use MongoDB in place of the default H2 database? Is it recommended that each Nuxeo node in a cluster use a SINGLE shared database(mongodb in this context) instance, as well as another sql database (postgres or something else) ...
  0 votes
  1 answers
  3 comments
  2941 views

Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = ...
  0 votes
  8 answers
  8 comments
  2334 views

Hello folks, I'm using the python nuxeo client library to create a workspace as follows: adminClient = nuxeo.Nuxeo( base_url=URL, auth={ 'username': 'Administrator', 'password': 'Administrator' }) repository = adminClient.repository() wsRoot = ...
  0 votes
  1 answers
  0 comments
  1682 views