nuxeo-platform


Related Questions
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
  1564 views

Hi, I'm looking to find a solution for correspondence management system in nuxeo i'm sure i will be not the first one that need that, if not how to achieve that using nuxeo ( i'm new on nuxeo ). Regards,
  0 votes
  1 answers
  0 comments
  1298 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
  1934 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
  1674 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
  1400 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
  2037 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
  2321 views

Hello to the community, I have a concern about email notifications. When I create a user and set “No” to “Set password for user”, I have a blue alert: “Guest user” But no mail is sent. I would like to know why? I put you in screenshot data of the ...
  1 votes
  1 answers
  5 comments
  2694 views

Hi, https://jira.nuxeo.com/browse/NXP-21025 and commit https://github.com/nuxeo/nuxeo/commit/11e89d29a46fd11dd152fd724e461758e19c5c48 removed the line System.setProperty(SEAM_DEBUG_SYSTEM_PROP, “true”); From ConfigurationGenerator , but ...
  0 votes
  1 answers
  0 comments
  1462 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
  2202 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
  1623 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
  1580 views

Hi, I am using .Net Drivers Client class to create a new instance and to connect to nuxeo. I want to do so that I can pass just the username and my login plugin handles the internal logic according to our external authentication. For that purpose I ...
  0 votes
  1 answers
  0 comments
  1792 views

Hi, I am wondering what is difference between folder C:\Nuxeo\nxserver\bundles & C:\Nuxeo\nxserver\plugins . Because I am trying to create login plugin, and where should I be putting it. IN a blog post it says the latter one and in the Bundle ...
  0 votes
  2 answers
  1 comments
  1672 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
  1651 views