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

Forum Posts

Workspace name len limitation

We use Nuxeo-Platform with external identification, where emails are used as login. In "AbstractUserWorkspaceImpl.getUserWorkspaceNameForUser" the workspace name for user is hard coded with a limitation of 30 char max. Since emails could be longer, i...

Orphans users and groups

Hi everyone ! Our instance is configured to retrieve users and groups informations from LDAP (auth is shib). Recently we have noticed that we have some users and groups which have been deleted from our ldap (manually) but they are still used in nuxeo...

Resolved! Document.BlobGet VS Repository.GetDocument

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could download...

olaf_ by Champ on-the-rise
  • 1048 Views
  • 2 replies
  • 0 kudos

Synonyms Issue

I have configured Nuxeo/Elasticsearch via the "elasticsearch-config.xml.nxftl" file to use synonyms via a synonyms.txt file. It's a simple synonym file using only two words for now but it is not working. When I query Elasticsearch via http://localhos...

John_Seals by Champ on-the-rise
  • 2348 Views
  • 7 replies
  • 0 kudos

CAS Single Sign Out From Nuxeo and Spring Security

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged O...

Retention Policy

How to apply a data retention policy in Nuxeo. Is there any configuration/setting available?

Filter (hierarchical) vocabulary used in widget

Hi it is possible to filter parents in the vocabulary directory used by a widget (suggestion) How can I filter entries in this directory ? Especially in hierarchical vocabulary, if I want all children entries for a given parent. It seems that, out of...

selectManyListboxGroupAggregate ?

Usually, Nuxeo Studio exposes widgets that deal indifferently with users or groups. In the case of aggregates such as selectManyListboxUserAggregate, it seems this is not the case. Unfortunately, some fields in custom documents do hold a reference to...

NQXL workspace query

I am programming using the REST API and NXQL. I ran into some problems and found it easier to test queries first using Nuxeo Shell : Nuxeo Shell in batch mode My goal is to have a listing of items found in a workspace or folder. I tried the followin...

olaf_ by Champ on-the-rise
  • 1816 Views
  • 8 replies
  • 0 kudos

Is the function PHP getProperty of a document not yet implemented?

Am I correct that this function in the PHP library/client for REST automation has not been implemented yet? $docVersion = $this->documents[$index]->getProperty('dc:version') ; Where documents[] is the resultset of a call : $this->answer = $this->ses...

olaf_ by Champ on-the-rise
  • 2203 Views
  • 8 replies
  • 0 kudos

Nuxeo-Login Properties Change

Hi, I am newer to Nuxeo. I had successfully implemented SSO with LDAP-CAS-NUXEO, but Nuxeo takes login credentials as UserName & Password. But I want to change it to Email & password. I am not able to find any way to do it. Any help in this will be g...

Dipen_Shah by Champ on-the-rise
  • 592 Views
  • 0 replies
  • 0 kudos

Hardware Configuration

Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation that...

Nuxeo ACLs problem after migration

Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql databa...

Resolved! Is Nuxeo Studio open source?

Sorry for this naive question, but is Nuxeo Studio open source? I don't see it on Github, so I guess it is proprietary?

What is the recommended way to fork Nuxeo?

The Getting the Nuxeo source code documentation says: Contributing to Nuxeo does not require cloning Nuxeo source code But when I want to play around and modify things and possibly later send various pull requests, is not it best if I have forked t...

Why does copyContents() method of documentModelImpl class ignore a metaData change if its value has been removed from the source document.

Why does copyContents ignore a metaData change if its value has been removed from the source document. https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-api/src/main/java/org/nuxeo/ecm/core/api/impl/DocumentModelImpl.java#L1210 I see t...