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

Resolved! Faceted Search customization running a warn and doesn't work

Hello, I create a custom search with the Faceted Search. I use this tutorial : http://doc.nuxeo.com/display/NXDOC/Faceted+Search I followed this tutoriel, but when i try to use the search, the server show me a warn and the search does'nt working : 15...

Nicolas_ by Champ in-the-making
  • 353 Views
  • 1 replies
  • 0 kudos

Resolved! Trouble with Nuxeo 5.5 and MSSQL

I've installed nuxeo 5.5 and it works fine with it's own database. I've reinstalled it but pointed to an MS SQL Express database on a named instance. I've reference the named instance by doing nuxeo.db.name=nuxeo;instance=SQLEXPRESS and this seems to...

WesLowe_ by Champ on-the-rise
  • 1581 Views
  • 7 replies
  • 0 kudos

Resolved! Making "Change Comment" field mandatory

We want to force users to add a revision comment when a file gets a new version, so we can see a summary at the history of that file. How can we make "Change Comment" field (at the "File Edit" window) as mandatory to force users to write revision com...

Resolved! JavaMail in Nuxeo

I have a problem with sending emails via JavaMail from Nuxeo. My customization contains with a new type that has its own layout. There is one field where I type email addresses. After submitting form, a proper event listener executes code which sends...

Michal_ by Champ on-the-rise
  • 555 Views
  • 3 replies
  • 3 kudos

Resolved! nuxeo web mobile

hello, i can't find the module "nuxeo web mobile" in the nuxeo market place as described in http://doc.nuxeo.com/display/CONNECT/Nuxeo+Web+Mobile

Resolved! How can I brand the DAM module through Nuxeo Studio ?

Hi, I tried to brand the DAM module in Nuxeo Studio (trial version). I think that branding can be set in the "settings é versioning / project settings" tab. There's a combo box "target platform" where I suppose you can choose the module to configurat...

adrom_ by Champ in-the-making
  • 583 Views
  • 2 replies
  • 7 kudos

Resolved! Switching between repositories

I've already set up multiple repositories with single Nuxeo instance and my question is how to switch between them? In my nuxeo.conf file I have: nuxeo.templates=default,custom but after login I am always redirected to the default one. I would like t...

Michal_ by Champ on-the-rise
  • 1058 Views
  • 7 replies
  • 4 kudos

Resolved! Using Nuxeo OpenSocial by a external portal

Hello, Can display gadgets Nuxeo (OpenSocial) into an external site with the rendering engine of Nuxeo? And how do you make the call using OAuth authentication (two-legged, three-legged ...)? thank you

Resolved! backup and securit

good afternoon I'm working with learning Nuxeo however numerous doubts began to emerge and that is why I am in this channel. Below I expose few and of course if you can help me I'll be very grateful. use case: I have a machine like Nuxeo installed, h...

WELLIGTON_ by Champ in-the-making
  • 650 Views
  • 3 replies
  • 0 kudos

Resolved! Automation chain with parametrized Query

Hi, I'm inside an automation chain and I need to get the current user's private workspace. The trouble is that user names are in the form: username@domain.com, and the private workspace is named like 'username-domain-com'. How can I write a query rep...

elteo_ by Champ on-the-rise
  • 650 Views
  • 3 replies
  • 0 kudos

Resolved! How to configure Nuxeo with dynamic groups in OpenLDAP?

I connected OpenLDAP to Nuxeo 5.5 but there's still one problem with the configuration. Users who belong to a dynamic group are not associated to them but are well associated to theirs static group. Configuration files: default-ldap-users-directory-b...

Resolved! how to add a virtual navigation tree ?

hi, i m trying to enable another navigation tree. for the moment, my contribution looks like this : i declared a schema to hold my query /> target="org.nuxeo.ecm.core.schema.TypeService" point="schema" create a document LocationSearch /> target="org....

jeremie_ by Confirmed Champ
  • 1302 Views
  • 7 replies
  • 0 kudos

Resolved! How to unit test an operation ?

I have created a few custom operations and I need to unit test them. I have seen some Java classes using the main method to call operations on a already running nuxeo instance. My question is how can I create a unit test that would run the operation ...