Development
The Javascript client library gives an example on how to use promiseLibrary in order “To notify Angular to update the UI”, meaning AngularJS. How can this be done with Angular2 ? https://doc.nuxeo.com/710/nxdoc/javascript-client/ BTW, that was an ...
0 votes
1 answers
0 comments
2096 views
Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List
0 votes
0 answers
3 comments
1461 views
Hi :) I am facing a problem displaying a content view in the dashboard(home) for a specific group of users. I have defined a content view named “KA-Pergjegjes_Departamenti_Dashboard”.I have created 2 xml extensions : the widget and the action ...
0 votes
0 answers
1 comments
1765 views
Hi people :) I have created a widget that represents a dropdown .This should suggest the users depending on what your role is.I have created a Seam bean where the
0 votes
0 answers
0 comments
1715 views
Hi :) I want to override the delete button.I want to show the button only if the documents are in a specific LifeCycleState.I am lookin at the ActionService extensions but i am not finding the Id of the delete button.Can someone help me please
0 votes
1 answers
1 comments
1693 views
Hi people :) I am facing a problem in Nuxeo .I have created a user .The user doesnt have permission in the root document but it has permissions in the lower levels of the root (Example : department HR).The problem stands here.If this user press the ...
0 votes
0 answers
8 comments
2790 views
Hi people :) I need to take the title of a document using java code even when the user doesn't have permission to see it.Can someone tell me if this is possible?
0 votes
1 answers
2 comments
1556 views
I need to extract an information from the Tagging document related the tags showed in each Document. Should I create a widget in Polymer?
0 votes
0 answers
0 comments
1522 views
Hello :) I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property. Can someone help me?
0 votes
1 answers
0 comments
1961 views
Hello people :) I was wondering if someone could help me with this question.Is it possible to make a field mandatory depending on another's field value?
0 votes
0 answers
0 comments
1436 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
1 answers
1 comments
1571 views
Hi All, We have a scenario where we need to implement the following use case. Start the workflow and call the external asynchronous REST service (potentially this service will place message on MQ). Pause on that step to be notified to continue to ...
0 votes
0 answers
0 comments
1491 views
Hello :) I have created a document type that represents the workplace for a specific group of users(Example Department HR).I have also created a button that takes you to your worplace depending on you permission.After logging in and pressing the ...
0 votes
0 answers
4 comments
1768 views
Hello .i am using Nuxeo Template Rendering .This feature works with Open Office documents but i am facing problems with Microsoft Office documents.I dont get it ..Is there a bug in Nuxeo Platform for this kind of documents?
1 votes
0 answers
1 comments
1543 views
Hello, I have created validator as a custom property on a single directory suggestion, but it doesnt work. It works on text or others widget but in single directory suggestion it says property not found. Any idea? Thanks
0 votes
0 answers
0 comments
1653 views
Hello :) I have created a Nuxeo document that represents a configuration file .I have also created an event that is executed periodically using the Xml schedule extension.Inside the Xml schedule extension i have specified the cron expression.In the ...
0 votes
0 answers
0 comments
1605 views
Hello.. I want to limit the size of the files you can attach to Nuxeo Documents.At the documentation i saw a way by modificating nuxeo.conf.I set the max size this way: nuxeo.jsf.maxFileSize=555557 This way you can not upload files bigger than the ...
0 votes
0 answers
7 comments
2643 views
Hi :) I want to schedule an automation chain . I have created the operation which deletes the trash .Then i used the following extension to set up a scheduler to be executed every 1 minute but nothing happens.This is the extension: ...
0 votes
1 answers
6 comments
2494 views
Hi:) I defined an action associated with an access key.The access key is shown when pressing shift+h..but the action isn't executed .This also doesnt work for default access keys .Any idea?
0 votes
1 answers
8 comments
1649 views
Hi :) I am making a NXQL and passsing a parameter like this: session.query(“SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+“%“); But it throws an exception saying Syntax error : Invalid token
0 votes
1 answers
1 comments
2137 views
Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal
0 votes
1 answers
2 comments
5042 views
An very long running operation raises an error: 2017-10-11 07:53:11,651 WARN [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing
org.nuxeo.ecm.webengine.WebException: Failed to invoke ...
0 votes
0 answers
4 comments
3199 views
From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ...
0 votes
0 answers
2 comments
3026 views
I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my ...
0 votes
1 answers
0 comments
1700 views
In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if ...
0 votes
1 answers
1 comments
1358 views
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
1706 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
1991 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
1343 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
1854 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
1428 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
1553 views
I am using the ConfigurationService to define properties that modify the behavior of code I am contributing. One such property is enabled for a piece of functionality. If - at runtime - the code detects some downstream dependency is unavailable, I ...
0 votes
1 answers
0 comments
1597 views
Is there any guide or example about set Quota Info and get Quota Info from API?
0 votes
2 answers
4 comments
1801 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
1751 views
Hi I am not able to create anything from nuxeo studio whatever Document I create and then update the platform I will get unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@7250e715 in ...
0 votes
0 answers
0 comments
1904 views
Hi All, I am getting following error whenver I try to update my studio project from Nuxeo Platform. Earlier I was getting a transaction timeout error and I increased the nuxeo.db.transactiontimeout to 900. But now I see this error as below. Also, ...
2 votes
0 answers
0 comments
3024 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
1578 views
unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@7250e715 in org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl@76952389 when I am trying to update the platform I get this error and also I have deleted one workflow form ...
0 votes
0 answers
0 comments
1524 views
I'm trying to use a ResultSetQuery automation as follows: curl -d '{"params":{"language":"CMIS","query":"select * from cmis:document" etc... -X POST http://localhost:8080/nuxeo/site/automation/Repository.ResultSetQuery When I trace into the ...
0 votes
1 answers
0 comments
1566 views
Iam facing issue while changing the transaction timeout of databse from platform and iam using MySql database. Below is the error iam getting on click of save button after changing the timeout.can anyone suggest solution for this problem? ...
0 votes
1 answers
0 comments
2918 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
1496 views
Duplicate please delete
0 votes
0 answers
0 comments
1159 views
Advance thanks for any help. I am trying to upload file of size more than 2gb by breaking the file into chunks (Resumable) and iterating through chunks and trying to upload each chunk at a time. But api is throwing following error. message: ...
0 votes
0 answers
0 comments
2564 views
Hi, I want to display in a fancybox, names of documents selected in a folder (before launch automation). In the fancybox, I can show the name of the folder with currentDocument.title EL Expression. Can i retrieve selected documents names with an EL ...
0 votes
1 answers
0 comments
1777 views
unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@37a6bcc6 in org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl@32b806ea javax.servlet.ServletException: On requestURL: ...
0 votes
0 answers
1 comments
1812 views
I am using fetch audit method to get history of particular document, but the thing is I want proper value of event as it is showing in nuxeo platform document history for example I am getting lifecycle_transition_event but I want Document lifecycle ...
0 votes
0 answers
0 comments
1756 views
0 votes
1 answers
4 comments
1780 views
Hi, i'd like to add some user validation during the process of a document creation (creation form). It should query based on few parameters (min 2) to find duplicate Documents having same value in their metadata. The goal is to avoid creating ...
0 votes
1 answers
0 comments
2250 views
Hi, I'd like to re-attach an existing attached file of document to a new created document without having to re-upload it (via REST/API js). ex: File is in docA “files:files[0]” I'd like to attach this file to docB “file:file” via REST API tx.
2 votes
0 answers
0 comments
1708 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
2875 views