Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New document type creation without studio

Hi, I'd like to know if there is an existing documentation to create a nuxeo bundle which declare a new content type, without using nuxeo studio. More generally I'd like to know if to customize listings, create & edit forms, and document type Nuxeo s...

muldos_ by Champ in-the-making
  • 1677 Views
  • 4 replies
  • 0 kudos

blob will not save

I'm attempting to attach a Blob to a document.: File tmpFile = Framework.createTempFile("...", ".csv"); ... write to the file Blob blob = Blobs.createBlob(tmpFile); myDocument.setPropertyValue("file:content", (Serializable) blob); What's really odd i...

Eric_Ace by Confirmed Champ
  • 859 Views
  • 2 replies
  • 0 kudos

Bug in Csv import

Hi :) I am using Nuxeo CSV import and sometimes Nuxeo doesn't stop the import.If I cancel the importing the documents are created perfectly,but the problem is that Nuxeo doesn't give a sign for finishing.This doesn't happen always.

File not attached from Nuxeo CSV import

Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: "name" ,"type","document's fields in the format prefix:field","file:content" . I have also add...

updating lifecyclestate for proxies in elasticsearch

I have created a new search contentview for documents. They have proxies in a dedicated folder. The search works with one exception, an aggregation for the lifecyclestages of proxies. It looks like the proxies are not updated in the elasticsearch whe...

adam_bo_ by Star Contributor
  • 624 Views
  • 0 replies
  • 0 kudos

Automatic publishing system in sections

Good morning, everybody, I am looking for an automatic publishing system in sections. Explanations: I have a root workspace in which I have several workspaces. In one of them (which I called "IUT"), I created several sub-workspaces. In addition, in s...

Nuxeo login issue with LDAP

Hi, I have configured nuxeo 5.6 with LDAP. I have a de-coupled environment i.e nuxeo DB and nuxeo application is running on different machines within same VLAN. Each time when i try to logged in into it, it throws me error of 'Invalid username/passwo...

Nuxeo LDAP Properties for Login

Hi, I am newer to Nuxeo. I had successfully implemented SSO with LDAP-CAS-NUXEO, but Nuxeo takes login credentials as UserName & Password. But I want to change it to Email & password. I am not able to find any way to do it. Any help in this will be g...

Avi_Jain by Champ in-the-making
  • 533 Views
  • 0 replies
  • 0 kudos

Delete Specific Attachment From Document

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 = session.getAdapter(Docu...

Avi_Jain by Champ in-the-making
  • 818 Views
  • 2 replies
  • 0 kudos

cron task to restart

Hi all, I want to write a cron task to restart nuxeo each week. For that I have write a script called by the cron task. When I execute the script myself, it works fine... But, when the script is executed by the cron task, all services (postgres, apac...

Error in log : principal Administrator does not exist

Hello, we just change the server to use a more efficient but we now have an error in the log. We connected to a LDAP (it's ok) so I don't see where the problem. Thanks for your help ! 2013-01-21 17:35:00,001 ERROR [org.nuxeo.ecm.platform.login.Nuxeo...

delphine_ by Star Contributor
  • 1545 Views
  • 4 replies
  • 0 kudos

Generate permalink in Event Handler

I want to generate a permalink to a document from a process that gets fired as an event handler. The process would be running in a cluster. So it wants the link to be like "https://loadbalancedhost:8080/nuxeo/nxdoc/default/UUID" even though the proce...

Eric_Ace by Confirmed Champ
  • 626 Views
  • 0 replies
  • 0 kudos

Nuxeo 8.10 LTS 2016 not able to start in CentOS

I have nuxeo 8.2 configured and running in the system, now i want to configure new Nuxeo LTS 2016 and stop the nuxeo 8.2. I unzipped it and started configuring it. it starts first time then i start database configuration etc.. from UI after finish pr...

Configure new OpenID Provider - OAuth2 Login auth0.com

Hello everyone, Currently I'm working on a project that will be integrated with Nuxeo but I got an issue during the implementation in nuxeo of the SSO with auth0, then I kindly asking you, if It’s possible to configure a new OpenID Provider? Please h...

Garbage-Collecting Orphaned Binaries not work

Hi, I am a "user" of Nuxeo and we want to remove all orphaned binaries. I go to Admin > System Information > Repository binaries, I check in the checkbox and wait. 30 minutes later, I see statistics (20gb orphaned binaries). I check again and I see t...

mercu_cho by Champ in-the-making
  • 2230 Views
  • 5 replies
  • 0 kudos

Password policy for users

Hi, How can I set a password policy for users ? The documentation just says that 'The password complexity is checked against a regexp that can be changed.' and i didn,t find anything else about that. Thanks.

Thierry_ by Champ in-the-making
  • 749 Views
  • 1 replies
  • 0 kudos

Synchro LDAP groups

Hi people :) The synchronization LDap does not work for the recognition of group for many users. An arrived staff, is a member groups LDAP: 1> University of Pau 1.1> HR DEPARTMENT services 1.1.1> Personnel department Nuxeo synchronizes on the groups ...