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

Document title length

Hi, I'd like to change the default document title length so the full document title is visible in the lists as very long names are actually not displayed in full but snipped with three dots (very long document title is snip...) Is it possible? Thanks...

acn_ by Confirmed Champ
  • 357 Views
  • 0 replies
  • 0 kudos

No listening port for JMX when i active it on Nuxeo 6.0

Hello, when i try to active JMX monitoring functionnality, nothing appear on my list of listening port. I uncomment on my nuxeo.conf : Enable JMX AVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.ma...

cross origin policy error in iframe

Hi Folks, We have integrated Nuxeo with Liferay using CAS-SSO. We have enabled CORS component. Whenever i try to open annotation popup in liferay iframe portlet, i am getting cross origin policy error. Please help me on this.

Resolved! Blobdispatcher in version 7.10

Hi, I would like to ask if blobprovider and blobdispatcher is working in version 7.10. I followed documention and after it didn't work i checked also it described here: http://www.nuxeo.com/blog/hybrid-file-storage-policies-nuxeo-platform/ but it sti...

__3 by Confirmed Champ
  • 1080 Views
  • 4 replies
  • 1 kudos

How can i customize the DAM Right panel using Studio ?

Hi, How can i customize the DAM Right panel using Studio ? I tried installing "cap-5.8+nuxeo-dm,nuxeo-dam" external template, and got some Form Layouts (DAMRightPanelLayout, DAMThumbnailLayout) and some XML extensions for DAM. Customizing seems OK wi...

apx25_ by Champ on-the-rise
  • 349 Views
  • 0 replies
  • 0 kudos

Problem in using the DriveEdit feature

Hi, my context: Nuxeo 7.10 - Windows Drive is setup correctly (synchro ON and properly working) I create one document with one Excel file attaced to it I click on the Edit button and Excel is unable to open the Excel file (of course if I do download ...

type an image title type an image title type an image title type an image title
Arnault_ by Confirmed Champ
  • 1142 Views
  • 2 replies
  • 0 kudos

How to delete a document with the Immutable facet?

Hi, For some reason a document has obtained the Immutable facet. first question: - what are the situations that yield a document to become Immutable? second question: - for some (unknown) reason, a document is now Immutable - Suppose now we neverthel...

Arnault_ by Confirmed Champ
  • 393 Views
  • 1 replies
  • 0 kudos

Resolved! ImageMagick errors building nuxeo-platform-imaging-core

When attempting to build nuxeo-platform-imaging-core from master on CentOS 7, I experience the following ImageMagick error in several of the tests. Any thoughts what might be causing the error? # yum install ImageMagick Loaded plugins: fastestmirro...

rg1_ by Star Contributor
  • 683 Views
  • 2 replies
  • 0 kudos

clientSideBanner

Hi, I would like to ask something about mentioned file - clientSideBanner.xhtml Is this file (clientSideBanner.xhtml) protected from overriding? Because since I can override every other xhtml by making new bundle i can't touch this file. It's always ...

__3 by Confirmed Champ
  • 307 Views
  • 0 replies
  • 0 kudos

How can I use Context variables through REST API ?

I would like to obtain the users and groups having the manage rights on a document. I call Document.GetUsersAndGroups (v6.0, seems it has been renamed since) that holds a "variable name" param that is supposed to set the so called context variable. H...

Cluster & CoreSession.setLock(…) [5.6]

Hi, I have two back-end servers on a single nuxeo-5.6 repository with concurrent scheduled import jobs running. To avoid concurrent document creation, I use a try {} catch {} block and set a document lock on a common parent document : try { /* … */ ...

Bug in "Document.Query" with param "currentPageIndex"

Hi, I'm use Automation Client to connecto to Nuxeo REST API. I use "Document.Query" operation. My client said me that only like 2 Page. The result of search is 2 documents, and pageSize is 5. I call for first Page with currentPageIndex=1, but when y ...