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

Avoiding Administrator virtual user account

Currently we do use this Administrator account for REST calls and the username/password is in configuration files for REST Calls. For security purpose we would like to avoid having password in config files. Is there any better ways for REST Calls to ...

smalis_ by Champ on-the-rise
  • 493 Views
  • 2 replies
  • 0 kudos

Exposing Vocabularies via CMIS

I have some CMIS clients that would like to query Nuxeo Vocabularies using familiar CMIS query semantics. Is there a way to expose Nuxeo Vocabulary entries as CMIS documents to support this use case?

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

Nuxeo support for XML Schema attributeGroup

I have an existing schema that contains an xs:attributeGroup that I would like to use intact within Nuxeo. Does Nuxeo currently support XML Schema xs:attributeGroup?

ron_1 by Star Contributor
  • 220 Views
  • 1 replies
  • 0 kudos

Reindex fulltext table in Nuxeo with a new analyzer

Hi, I just added a new dictionary to my PostgreSQL database and I would like to reindex the table "fulltext" in Nuxeo. How can we do this? I changed the text parser in the file "default-repository-config.xml" in postgresql template. Thanks Pierre

Why doen't this SEAM injection work?

I'm getting a null pointer for the stack value in the PushBESState method. See below Background: I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the lifecycle...

Resolved! How to use a field using the user suggestion widget ?

I have a field called reviewers (multi valued string) it is populated thanks to the user suggestion widget i d like to use its content for a setACE operation in a chain but i get a casting error : No type adapter found for input: class [Ljava.lang.St...

Missing nuxeo-distribution-tools when building in Eclipse

I'm trying to integrate Maven and GWT in Nuxeo by following this page http://doc.nuxeo.com/display/NXDOC55/GWT+Integration . I have GWT working with Maven just fine, but when I try to update the project I get this error: eclipse.buildId=I20120608-140...

jamsea_ by Champ in-the-making
  • 524 Views
  • 4 replies
  • 0 kudos

Resolved! Where is the location of the copied default dashboard?

Where does the copied default dashboard document reside referenced in question: http://answers.nuxeo.com/questions/3688/how-can-i-have-a-dashboard-that-cannot-be-modifed-by-users With the knowledge of where a specific user's dashboard is located can ...

Resolved! Changes/Limitations in 5.6 paging control?

I am in the process of testing the upgrade of a big data set from 5.3.2 to 5.6. The data migration went smoothly, the app loads with customizations, and most everything works as expected. However, I have noticed that the paging control isn't always w...

Resolved! syntax to retrieve the filename

Bonjour, in an automation chain, i want to retrieve the file name of a document type file into a context variable. What is the syntax ? Merci

nuxeoctl 5.6 new features documentation

The Nuxeo 5.6 Platform Release Notes (http://dev.blogs.nuxeo.com/2012/09/nuxeo-platform-56-release-notes.html) describe several new nuxeoctl features including: 1). deploy custom config automatically 2). support for automatic updates. It doesn't appe...

ron_1 by Star Contributor
  • 517 Views
  • 4 replies
  • 0 kudos

Resolved! Setup and Configure Nuxeo

We are evaluating Nuxeo Document Management for building an enterprise business solution. If we would like to review the design and data model of Nuxeo being open source platform and contribute back with our feedback to Nuxeo then what is the best wa...

Resolved! How can I determine which bundles do deploy for my unit test?

When writing unit tests you have to explicitly choose which bundles to deploy whereas in Nuxeo you just have to specify immediate dependencies. So, is there an easy way to get a list of bundles needed to run any given test or it's just common sense a...

Using LDAP with Nuxeo

How many files does I have to create in order to allow users to connect to Nuxeo with LDAP login/pwd ? I follow the documentation here http://doc.nuxeo.com/display/ADMINDOC/Using+a+LDAP+directory . I am using the Ubuntu VM Nuxeo/tomcat 5.5. So I crea...