nuxeo-platform
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
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
1649 views
Hi everybody, When installing Nuxeo LTS 2016, I have a problem installing it on a Debian server. I used the official documentation protocol from “From the terminal”: https://doc.nuxeo.com/nxdoc/installing-the-nuxeo-platform-on-linux/ So I used the ...
0 votes
1 answers
1 comments
1817 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
2910 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
1895 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
1708 views
Hi All, I wanted to explore multi tenant in Nuxeo and its features. So far from this link I have understood that enabling multi-tenancy will only allow differentiation of following Users Groups Vocabularies (I10subjects and I10coverage) Search forms ...
0 votes
0 answers
0 comments
1584 views
Hi, I have deployed nuxeo 9.1 on Red Hat Enterprise Linux Server release 7.3 & in that I have installed libreoffice-4.1.2. When I am trying to open viewer for doc/excel file, I am getting following error: ...
0 votes
0 answers
2 comments
1724 views
Hi here is the code of the plugin which I am trying https://github.com/sherry-ummen/NuxeoLoginPlugin its basically taken from here https://www.nuxeo.com/blog/guest-post-integrating-single-sign-sso-nuxeo-case-management/ I did 'mvn clear package' and ...
0 votes
2 answers
3 comments
1957 views
Hi, I have uncommented the line from nuxeo.conf for debugging and restarted Nuxeo. Added Eclipse remote debugging configuration (see the attached image) but still I get the error : “Failed to connect to remote VM. Connection refused. Connection ...
0 votes
2 answers
12 comments
2645 views
Hi, Since I am trying out various things with Nuxeo on my Windows system, I find there are lot of places where the documentation is outdated. I would like to contribute to it by suggesting edits. Is it possible ? Example : ...
0 votes
1 answers
0 comments
1747 views
how can i assign user to different tenant ??
0 votes
0 answers
1 comments
1545 views
Hi everybody, After installing on my computer (an Ubuntu 16.04). I want to install the same thing on the server of the company using the same command line installation protocol since it had worked the first time. ...
0 votes
1 answers
0 comments
3685 views
HI, I want to show last login time of user. How can I get last lagged in time.
0 votes
0 answers
0 comments
1287 views
Hi, I am facing issue of duplicate file or workspace paste. I have created one file and copy that by click on copy button, and go to another workspace. In that workspace I am able to paste many times with same name. Plz find attachment.
0 votes
1 answers
3 comments
2454 views
In the PathSegmentServiceDefault class the method generatePathSegment has some logic to replace a doc name composed entirely of special characters (e.g. -.,;?!:'-.,;?!:'-.,;?!:' ) with a random number, but then it allows the doc to be created anyway ...
0 votes
1 answers
2 comments
2205 views