Development-Configuration
Caused by: /home/ubuntu/nuxeo/nuxeo-features/nuxeo-admin-center/nuxeo-admin-center-analytics/target/antrun/build-main.xml:4: The following error occurred while executing this line: ...
0 votes
1 answers
0 comments
2509 views
I have read that nuxeo offers DIGEST_AUTH, WEBDAV_BASIC_AUTH, ANONYMOUS_AUTH Whiler for Rest Service we add a plugin. <urlPatterns> <url>(.*)/api/v.*</url> </urlPatterns> <replacementChain> ...
3 votes
1 answers
0 comments
2348 views
I need to encrypt only specific document by giving an option encrypt and this document should be decrypt only by so other users should not see the document content.
3 votes
0 answers
0 comments
4062 views
Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
4 votes
0 answers
0 comments
4786 views
In the Nuxeo signature found that every user can have their own certificate but as I am using multi tenancy my requirement is to have different certificate for each tenants (Not a single certificate for all tenants). So, is that possible.
0 votes
0 answers
0 comments
1582 views
Hi All, Recently, I was checking open shource nuxeo and live connect. In live connect I found that google service needs to be configured with Admin. That means in one nuxeo instance only one google drive can be mapped. Right? What I want is every ...
0 votes
0 answers
0 comments
1527 views
Can anyone tell me how to use the TokenAuthenticationService available for nuxeo. I am new to this and I want use this to generate token for logging in to nuxeo.
0 votes
1 answers
0 comments
1706 views
Hi All, I am trying to configure Nuxeo 8.2 with elasticsearch 1.7.5 as a remote instance with Shield 1.3. I am able to run my elasticsearch instance but when I need to configure Nuxeo 8.2 to ES 1.7.5 how to provide the authentication details of ES ...
0 votes
0 answers
0 comments
1515 views
I want to update dc:lastContributor with customer like below POST request: var data = '{“entity-type”: “document”, “name”: “' + name + '“, “type”: “' + type + '", "properties": {"dc:title": "' + name + '", "dc:description": ...
0 votes
0 answers
1 comments
2113 views
Hi all I'm implementing a custom operation and using chainException framework to capture exception thrown in a chain, based on: https://doc.nuxeo.com/display/NXDOC/Automation+Chain+Exception <extension point=“chainException” ...
0 votes
1 answers
0 comments
3269 views
I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...
0 votes
0 answers
0 comments
1787 views
It seems whatever is configured in nuxeo.tmp.dir some conversion tasks are operated in the “/tmp” directory and there seems to be no cleanup. Not really clear what software is responsible for those files. File types are : PNG image data, PDF ...
0 votes
1 answers
1 comments
2315 views
Hi, We are looking for Nuxeo expert who can implement Nuxeo as per our requirement. Regards Cilgo George
0 votes
1 answers
0 comments
1680 views
I am trying to schedule an event in nuxeo IDE but facing error while creating event listener in IDE: the scheduler contribution is: <?xml version="1.0"?> <component name="org.nuxeo.sample.ScheduleCall" version="1.0">
<extension ...
0 votes
1 answers
4 comments
4425 views
I have fresh Nuxeo installed on RHEL7.1. Everything works fine when using along with MySQL/H2 platform; however, with Oracle I have got the 'RepositoryServiceComponent' starting failure. The server.log generated from Nuxeo restarting process shows ...
0 votes
0 answers
0 comments
1875 views