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

Forum Posts

Resolved! Upload File With Rest API for a folder in Specific Domain

Hello, I Have a problem, I have 2 servers available, 1 - default 2 - arizona I am trying to make a upload with Rest API, when I do the upload in directory nuxeo_url + '/api/v1/path/default-domain/workspaces' - success but when I do the upload in dir...

Database installation Nuxeo 6

To install according to the manufacturer's database (ORACLE) must meet the following requirements: • Authorizations in V $ SESSION and GV $ SESSION. (GRANT SELECT ON SYS.V_ $ SESSION TO Nuxeo; GRANT SELECT ON SYS.GV_ $ SESSION TO Nuxeo;) • The author...

nuxeo clustering configuration and session replication

I was looking on how to implement session replication across my cluster nodes and found this comment in the server manager config: <! -- Disable HTTP Session persistence between restart since webengine session objects are not serializable -- > Is th...

Lorenzol_ by Champ on-the-rise
  • 99 Views
  • 1 replies
  • 0 kudos

Resolved! Icons on the user center tabs

Hello! /> Since the migration from Nuxeo 5.8 to Nuxeo 6.0 I don't have icons on the tabs of the user center. /> /> I add new entry in the user center it like this: <action id="UABDF" link="/incl/view_ua_config.xhtml" label="Configuration des UA" ic...

What my User center looks like now
pmbroca_ by Champ on-the-rise
  • 185 Views
  • 1 replies
  • 0 kudos

Cannot login, redirect loop

Hi, Windows 2008 Nuxeo 5.6 This happen suddenly after I did a Windows Update and restarted the server. I cannot login to Nuxeo using the correct ID and password. If I use a wrong password, it still will detect and display a wrong password message. I ...

tankteam by Champ on-the-rise
  • 465 Views
  • 10 replies
  • 1 kudos

Redirection when changing tab

Hi ! /> I have recently made the update from Nuxeo 5.8 to Nuxeo 6.0. Before that when I changed of tab on the virtual navigation, I was redirected to the root document of the tree. To do that I overriden the tree_explorer_with_virtual_navigation.xhtm...

pmbroca_ by Champ on-the-rise
  • 126 Views
  • 1 replies
  • 0 kudos

Configuration of Hybrid File Storage

Hi Reading the documentation, I understand that it's possible configure on local installation (server inside my company), two repositories, one on local disc, and other on amazon s3 for example. Its possible on cloud installation configure one reposi...

How to implement tooltip into select2-results class?

So in the select2-drop widget, where it displays all options in the dropdown, I want it to display a tooltip description for each option that I hover over. Here's what I've done so far within the inlinejs property under a widget name using the sugges...

MEM4FP_ by Champ in-the-making
  • 82 Views
  • 1 replies
  • 0 kudos

Resolved! How to mock environment properties for unit testing ?

Hello, I want to unit test a class where properties are accessed via the Framework.getProperties("key") method. I don't know how to make this properties available in my class under test without having a running server. I gess the answer is related to...