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

5.6 nuxeo-platform-login-mod_sso error handling

When the 5.6 nuxeo-platform-login-mod_sso plugin is enabled and the Nuxeo User Directory is unavailable or the sso user does not exist in the User Directory, the browser user receives the uninformative error message listed below. Any suggestions rega...

ron_1 by Star Contributor
  • 291 Views
  • 0 replies
  • 0 kudos

Exception live edit link

Hi, We have a problem with live edit on our test platform. We have an exception when trying to live edit a document. Same problem on both nuxeo 5.5 and nuxeo 5.6. here is the stack trace : An exception occurred Type : com.sun.star.uno.RuntimeExceptio...

Administrator and workManagerCleanup

We have LDAP and SSO ( CAS ). While having correctly defined a defaultAdministratorId in org.nuxeo.ecm.platform.usermanager.VirtualGroups <defaultAdministratorId>uid_of_our_admin</defaultAdministratorId> We keep getting these errors ( we didn't hav...

ITassas_ by Champ on-the-rise
  • 638 Views
  • 2 replies
  • 0 kudos

Unable to retrieve spec for Waitingfor.xml

Hi, I have en error on a widget (running on 5.6_HF03). It seem that an xml file missing. Here is the error message in the widget : Unable to retrieve spec for http://127.0.0.1:8080/nuxeo/site/gadgets/waitingfor/waitingfor.xml. HTTP error 500

Resolved! JRebel and Nuxeo

Some people around me have suggested to use JRebel as a method of quickly reloading components loaded in Nuxeo. I got it to work to reload compiled classes but it won't work with JSF files right now. I will not confess of my configuration here and it...

Phrase-base searcing with PostgreSQL

I have a new clean 5.5 install running against a PostgreSQL 9.1 and phrase-based searching is not working. For example if I enter "data migration" (with the double-quotes) I get documents with the words data AND migration no matter where in the docum...

Resolved! Use of Freemarker interpolations in Nuxeo templates

Nuxeo 5.6 template files, including server.xml.nxftl, appear to use Freemarker interpolations in ways that violate the warning below extracted from this Freemarker document. If you agree, should I open a JIRA for this issue? Warning! A frequent mist...

ron_1 by Star Contributor
  • 676 Views
  • 1 replies
  • 1 kudos

Destination in ABOUT_TO_MOVE and ABOUt_TO_COPY events

How come the destination is not available while handling those events? This makes it impossible to implement a reliable integrity enforcement policy, waiting for the CREATED event means having a possibly corrupt or incomplete document available to ot...

franck102_ by Champ in-the-making
  • 537 Views
  • 2 replies
  • 0 kudos

Filters in the audit system

Hi, What would be the best approach in order to modify the audit system? The desired modification would involve the identification of the path/facet/something regarding the accessed object and the decission of logging it or not into the npx_logs tabl...

Iru_ by Champ in-the-making
  • 398 Views
  • 1 replies
  • 0 kudos

Explicitly go to a given view in an action seam doesn't work

this question is related to my previous question http://answers.nuxeo.com/questions/4209/bind-a-content-view-definition-to-a-particular-action-seam but since it's a slightly different situation I'll post another one: I've created a fresh Action Seam ...

roccapl_ by Confirmed Champ
  • 375 Views
  • 0 replies
  • 1 kudos

Comment insérer dans un widget, un lien vers un site web ?

Bonjour, Je suis nouvelle utilisatrice de Nuxeo. Je personnalise actuellement l'interface de notre workspace. Je dois absolument inclure de manière visible le lien vers l'un de nos sites web. J'ai pensé faire ça depuis un widget mais je ne trouve pas...

lp30_ by Champ in-the-making
  • 301 Views
  • 0 replies
  • 0 kudos

How to hide workspaces in the tree explorer ?

I don't need the user workspaces in the navigation tree because it takes very long time to load the page. I have tried the following but the user workspaces are stil shown in the explorer : <doctype name="Workspace" extends="Folder"> <!-- for l...