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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Customize BulkImporter

Hi all, I've customized our Bulk import form but I'm facing to issues with some fields. If I upload a PDF or ODT file, there is no problem but when I try to upload a txt file, there is an exception caused by fileds which. All fields which use a custo...

Resolved! Temporary directory for OpenOffice (and others) conversion

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 document...

How to make an event listener in nuxeo IDE

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 target="org.nuxeo.ecm...

Parul_Puri by Champ in-the-making
  • 1038 Views
  • 5 replies
  • 0 kudos

Getting the session inside a event

Hello! I have implemented a scheduler associated with an event. I would like to search documents inside it with the session. Unfortunately when I try to get the session from the event it returns null. There's the code of my scheduler: <?xml version=...

pmbroca_ by Champ on-the-rise
  • 945 Views
  • 3 replies
  • 0 kudos

Property Conversion failed

Hi, Not able to set property of type Datetime in Nuxeo using Automation Scripting (JavaScript). Below is the code snippet: function run(input, params) { var d2 = new Date(); d2.setFullYear(d2.getFullYear()+7); Document.SetProperty(input,{ /*require...

No assets in the Nuxeo Adobe Indesign Connector available

Hi all, while testing the nuxeo system I have just installed the nuxeo Adobe Indesign Connector (server + client). The plugin in Indesign is authenticated (admin at http://domain.ltd:8080/nuxeo) nut either in the document or folder view there are no ...

chrati by Champ on-the-rise
  • 224 Views
  • 0 replies
  • 0 kudos

Not able to change state of document to previous state

Hi, Not able to change document state to previous. Below is the configuration: [Life Cycle states: Start<--->Process<--->Published] [Workflow impementation -> Automation Chains (Fetch > Context.FetchDocument => Document > Document.FollowLifecycleTran...

Workspace name len limitation

We use Nuxeo-Platform with external identification, where emails are used as login. In "AbstractUserWorkspaceImpl.getUserWorkspaceNameForUser" the workspace name for user is hard coded with a limitation of 30 char max. Since emails could be longer, i...

Orphans users and groups

Hi everyone ! Our instance is configured to retrieve users and groups informations from LDAP (auth is shib). Recently we have noticed that we have some users and groups which have been deleted from our ldap (manually) but they are still used in nuxeo...

Resolved! Document.BlobGet VS Repository.GetDocument

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could download...

olaf_ by Champ on-the-rise
  • 589 Views
  • 2 replies
  • 0 kudos

Synonyms Issue

I have configured Nuxeo/Elasticsearch via the "elasticsearch-config.xml.nxftl" file to use synonyms via a synonyms.txt file. It's a simple synonym file using only two words for now but it is not working. When I query Elasticsearch via http://localhos...

John_Seals by Champ on-the-rise
  • 1357 Views
  • 7 replies
  • 0 kudos

CAS Single Sign Out From Nuxeo and Spring Security

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged O...

Retention Policy

How to apply a data retention policy in Nuxeo. Is there any configuration/setting available?