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

Forum Posts

connexion problems with my NUXEO

Impossible to be connected to nuxeo via LDAP until i delete the folder data. After delete the folder data, the connexion works. The day after the problem is repeating. There is some errors in the serveur.log that i don't understand. someOne can help ...

Eclipse-style decorations

We are working on an application which adds quite a bit of metadata to documents. We think it would benefit user to have a feedback on some of those metadata in the Nuxeo navigation tree and the various content views used by Nuxeo. When I write "deco...

Resolved! Protection issue on Windows on Nuxeo Startup?

I am getting the following error at the beginning of the Nuxeo startup. C:\Program Files (x86)\Nuxeo\nxserver\nuxeo.war\WEB-INF\classes\messages.properties java.io.IOException: Could not create C:\Program Files (x86)\Nuxeo\nxserver\nuxeo.war\WEB-INF\...

Resolved! Operation publication into Nuxeo Studio Failed

Hi, I created a new operation through Nuxeo IDE with Parameters with Nuxeo Studio as following: @Operation(id = MyOperation.ID, category = Constants.CAT_SERVICES, label = "My Operation", description = "") public class MyOperation { public static ...

Getting documentsListsManager in a PageProvider class

I would like to use a documentsListsManager inside a PageProvider class. How can I achieve it ? Of course, this way does not work: @In(create = true) protected transient DocumentsListsManager documentsListsManager;

adam_bo_ by Star Contributor
  • 1233 Views
  • 2 replies
  • 0 kudos

CSS defined in CSS editor not working

I tried adding the custom style class as below for the container and Header widget in the Style class field, But i can see no change in the styles? .custom-metadata-container{ background-color : #E6E6E6; } .custom.metadata-headers{ font-size : 140%; ...

DropDownList

Bonjour, Je cherche à utiliser un widget avec une liste déroulante qui serait alimenté autrement qu'avec les termes de vocabulaire : une requête NXQL par exemple Merci,

jlr_login_ by Champ in-the-making
  • 1079 Views
  • 1 replies
  • 0 kudos

LDAP : la recherche (*) ne trouve que 200 utilisateurs

Bonjour, Quand je lance une recherche d'utilisateurs dans un directory LDAP, je reçois 200 utilisateurs au maximum. (Admin Center-> Utilisateurs et Groupes->Utilisateurs : '*'+bouton 'recherche') La plateforme est une version 5.6 (sans HF). Le fichie...

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

Resolved! NUXEO Problème de connection

Bonjour, Il m'est impossible de me "connecter" à NUXEO "après" "avoir" "saisie" le "login" et "mpd" LDAP : ça boucle. En supprimant le dossier "Data", la connexion" re-fonctionne." Voici l'erreur du fichier serveur.log: 2012-11-21 11:00:33,650 ERROR ...

Resolved! TableReferences in Directories : can we extend the schema?

Hello everyone, I'm actually playing with directories and table references. I have no problem with "basic" use of tableReference. My problem is that i would like to add some additional information in the reference table. Let's take an example with tw...

configure the connexion to the LDAP to get the group

hello I need some help to configure the connexion to the LDAP to get the group. The configuration file default-ldap-users-directory-config.xml to get the users work perfectly. Someone can help me to do the same thing for the groups LDAP ? Thanks a lo...

Resolved! LDAP : users et groupes

Bonjour Quelqu'un peut-il me dire comment paramétrer mon fichier de config de l'AD pour voir les groupes apparaitre dans NUXEO Actuellement default-ldap-users-directory-config.xml fonctionne bien pour les users mais pas pour les groupes de l'AD. Voic...

LDAP with 2 OU

Hello, I want to connect Nuxeo with our LDAP. But persons are saved in several "OU". How can I do it ? I try with "multi-users-directory" but it doesn't work. I create a file default-ldap-users-directory-bundle.xml with configuration of ldap : 1 dir...

delphine_ by Star Contributor
  • 986 Views
  • 2 replies
  • 0 kudos

Resolved! UserManager support for new 5.6 "powerUsers" functional group

I would like to map the "powerUsers" functional group to a directory group much like I do the "administrators" group. The UserService "userManager" extension point provides element "administratorsGroup" to support the "administrators" group. I don't ...

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

Why the jsf version is not upgraded

I am trying using "ui:repeat" in a view, it works well but the attribute varStatus="status" is null or "" . For each row I have a "h:commandLink" element and it has an action: "beanAction.delete(status.index)". The action not working because status v...