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

Concordion BookFixture invoke on features error

Hi, im trying to go through your Concordian book examples, and am running into an error. [Concordion Specification for 'BookFixture(BookFixture) Time elapsed: 0.235 sec <<< FAILURE! java.lang.AssertionError: invoke on features error [Holder [type=cla...

sending email for expired documents

I've followed this article in Nuxeo Blog for sending amail when some documents are expired, Here is what i've done contract-scheduler-contrib.xml : <?xml version="1.0"?> <component name="org.nuxeo.sample.scheduler.notifContract"> <extension targ...

ITShine_ by Star Contributor
  • 3240 Views
  • 28 replies
  • 0 kudos

CMIS SOAP Access problem

Until now, CMIS has only been used using the AtomPub binding and works fine. I have also tried the Browser binding that works Now I have to use the SOAP binding and it fails with the following error : http://pastebin.com/HiPU1pz2 (in short : This ser...

Upgrade from 71 to 2015

it is about upgrade from 7.1 to 2015. In the doc "How to upgrade" I do not see a step "restore". At which step is reloaded data from backup ? Is their any change in the data model from 7.1 to 2015 and do we need a migration script ?

session is null when trying to get it from event

I'm trying to implement a scheduler associated with an event but not able to get the session from the event. In the following code the result of if (!(ctx instanceof DocumentEventContext)) { return; } is true so the rest of t...

ITShine_ by Star Contributor
  • 255 Views
  • 0 replies
  • 0 kudos

Search in with locale in Spanish stops working

Hello, We have noticed that, whenever you install latest repository version, or install HF23 in a trial environment, search with Spanish language stops working. The error we find is: javax.servlet.ServletException: Property not found: label_es. segme...

Resolved! condition for selectOneMenu not working on edit tab

I'm using the following code to display some drop down lists based on condition , it's working fine when creating a document but when trying to modify the documents , the select doesn't change i keep getting the first value . I'm using Nuxeo 7.10 Her...

ITShine_ by Star Contributor
  • 3061 Views
  • 21 replies
  • 1 kudos

Hot Reload with Action Beans breaks Nuxeo 7.10

Hello, I have some bundles with Action Beans, and I was using Nuxeo 7.2 with the IDE to develop, without problems. But now I've decided to use Nuxeo 7.10 as it is the LTS version, and I've seen that when I hot reload the bundles with Action Beans, Nu...

Nuxeo 7.10 ldap authentication

Hi, We have a nuxeo 5.6 installation we want to migrate to the latest Nuxeo version available (7.10). We use a ldap to manage users, groups and of course authentication. I upgraded successfully to 5.8 then 6.0. All is working fine The problem i have...

vicent by Champ in-the-making
  • 1678 Views
  • 3 replies
  • 0 kudos

Problem whith accents when sending mail using Nuxeo War

I've translated the invite user email to french and it contains accents , i have no problem with accent when sending it from Nuxeo distribution but when usingNuxeo war, accents are not displayed correctly i get something like this "invité (e) à accÃ...

ITShine_ by Star Contributor
  • 570 Views
  • 1 replies
  • 0 kudos

translating invitation emails

Hello I find Nuxeo platform features fantastic but sometimes cryptic to customized. Specifically, I need to translate the invitation emails sent to a newly created user which doesn't seem to be provided by default in studio. Using the platform explor...

Raymond_ by Champ in-the-making
  • 695 Views
  • 3 replies
  • 0 kudos

Resolved! customize user registration email

I'm looking for a way to customise user registration email. I've found the corresponding text in EmailInviteDocTemplate.ftl , and the extension is org.nuxeo.ecm.user.registration.UserRegistrationService but my customised template is not taking effec...

ITShine_ by Star Contributor
  • 846 Views
  • 4 replies
  • 1 kudos

Problem with the search bar Nuxeo 7.10

I've noticed that search bar is not working correctly for some data , i keep getting "No matches found" but when searching for the same value from "Search tab" -> Text search : i get the result . Is there a way to solve this problem ?

ITShine_ by Star Contributor
  • 335 Views
  • 0 replies
  • 0 kudos

TAB_FILES_EDIT widget: Validating files

Hello, For one of my types I need to validate uploaded files compliance against a web service. This works pretty well with the main content action widget, and now I want to trigger my validation code from the TAB_FILES_EDIT widget. I was planning to ...

Maven repository outdated

Hello, I noticed that the maven repository (https://maven-eu.nuxeo.org/nexus/content/repositories/public/org/nuxeo/ecm/distribution/nuxeo-distribution/) is stucked at 6.0-HF21 for Nuxeo 6.0. I can't find 6.0-HF22+ in the repository. Is this a normal ...

zyx974_ by Confirmed Champ
  • 1537 Views
  • 9 replies
  • 0 kudos

Redirect to Home tab after logging in

Hi, This question really comes in two parts. 1.) Overriding StartupHelper - I tried looking into the following link about redirecting to a specific page after login. The code seemed to make sense. However, my biggest question is the manner of impleme...

Resolved! Enable Annotation for text files in LTS 2015

HI folks, How to enable annotation for Text files in LTS 2015 Nuxeo? In nuxeo 6.0, i have done nuxeo.text.annotations=true to get annotation. But its not working with LTS. Please help me on this.

Resolved! update vocabulary table using CSV file

I've added some vocabulary ( city ) using a CSV file , those values are the content of a drop down list. Now i want to update the city table using the CSV file but the update is not taking effect. I'm using PostgreSQL. Do you have some idea on how c...

ITShine_ by Star Contributor
  • 539 Views
  • 2 replies
  • 0 kudos

setting a regular expression for password

I'm looking for a way to add the following regular expression : "^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$" for password validation and i can't find a way to do it, can you point me to the corresponding bundle or a link ?

ITShine_ by Star Contributor
  • 825 Views
  • 4 replies
  • 0 kudos