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

Forum Posts

Nuxeo IDE Issue

Hi when im starting the nuxeo with Eclipse IDE im getting following error and even custom types are not seen during the New create document is pressed. org.nuxeo.connect.connector.CanNotReachConnectServer: connect.nuxeo.com at org.nuxeo.connect.conne...

Date Validation

Hi, Where to update/validate JSF validator code for date widget? we have validator field for text widget but not for date widget. i could validate for Text widget by writing code and using it in validator tag but how to proceed for date widget. Like ...

Unable to send tasks to more than 1 user/group

Hi, In a custom workflow let us suppose a document as a task is sent to 3 groups from Group A MANAGER We can send to 3 groups but whoever acts 1st on that document, Task is treated as completed and is sent back to Group A MANAGER Whatever assignee's ...

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
  • 5144 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
  • 411 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
  • 5011 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
  • 2177 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
  • 852 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
  • 1079 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
  • 1372 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
  • 501 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 ...