Development


Related Questions
Is there any guide or example about set Quota Info and get Quota Info from API?
  0 votes
  2 answers
  4 comments
  1712 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
  1661 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
  1803 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
  2913 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
  1487 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
  1440 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
  1454 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
  2842 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
  1420 views

Duplicate please delete
  0 votes
  0 answers
  0 comments
  1090 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
  2449 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
  1694 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
  1717 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
  1671 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
  2148 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
  1594 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
  2762 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
  1470 views

Hi, To open viewer of any word or excel file, I have to install libreoffice in server. But this may cause security issue, because using libreoffice any one can run macros, that macro may be harm full to system. So I want alternate of that, is there ...
  0 votes
  0 answers
  0 comments
  1851 views

Hello, I have a custom metadata which is complex and multivalued. It has two fields of type date. After deploying it looks ok but it doesnt display the calendar to choose date when i click on it. I thought maybe it was a problem of version and kind ...
  2 votes
  0 answers
  5 comments
  1935 views

Hello. I am writing a unit test. I have a local deployment: @LocalDeploy("x.y.z:OSGI-INF/foo.xml") I'm using injection: @Inject protected RuntimeHarness runtimeHarness; Then a test case: @Test public void testX() throws Exception { ... ...
  0 votes
  0 answers
  0 comments
  2233 views

Hi, I don't want to allow .exe file to drag and drop by user while edit document. Can any one tell me how to do this.
  1 votes
  1 answers
  1 comments
  2119 views

If I define my own CMIS Service wrapper and override the the createDocument method - if a document cannot be saved due to a listener throwing, I would like the CMIS handler to update another document elsewhere in the repository and then propagate ...
  0 votes
  0 answers
  0 comments
  1536 views

I have a contribution that declares a listener as disabled. This declartion wants to disable a listener with the same name in another bundle: in my bundle “A”: <listener name="..." class="..." enabled="false"/> in other bundle “Z”: ...
  0 votes
  2 answers
  0 comments
  1494 views

Background: I built component X. Component X has OSGI-INF/l10n/messages.properties . In component X, ResourceBundle.getBundle works fine when unit testing X in its own project. Problem: When component X is referenced (via Maven) from separate ...
  0 votes
  1 answers
  0 comments
  1554 views

Hi, I want to apply pagination for Permissions Defined Locally panel in permission tab. Bcoz for some workspaces I have more 100 users who having some permission on workspace, due to which my page is loading process becomes slow. Can any one tell me ...
  0 votes
  0 answers
  0 comments
  1554 views

Hi All, I am getting following error while updating my studio project from FT 9.1 to FT 9.2. ERROR [ConnectDownloadThread-1-3] [org.nuxeo.connect.downloads.LocalDownloadingPackage] Package project1-acheron-softwar-0.0.0-SNAPSHOT is already installed ...
  0 votes
  1 answers
  9 comments
  2774 views

I have a question regarding the markRollBack method of the Event class. Tracing through AbstractSession.createDocument to EventServiceImpl.fireEvent into a subclass of EventListener - I cannot see how calling markRollBack on the Event inside the ...
  0 votes
  1 answers
  0 comments
  1797 views

Hi, I have saved 2 search, search1 : having some filter (ex.Modification Date : Last 24h (0) ) search2 : having some filter (ex.Size : Less than 100 KB (1) ) These 2 search come in Search Filter drop-down present at top left corner in Search tab ...
  0 votes
  2 answers
  0 comments
  1607 views