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

Forum Posts

Multiple Identity providers

Hello all, Has anyone successfully configured multiple identity providers for authentication with Nuxeo or does anyone have a clue as to if it is possible? My use case is that I have some users that will need to be able to authenticate with Azure AD ...

Resolved! How to permanently delete items in search trash?

How to permanently delete items in search trash? In Web UI : No action button as "empty trash" is visibleNo action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?

When i upload images to Nuxeo, there is no preview

Hi As the creation of document is 3 step process. I am having two different apis- Batch Creation and Create metadata(document) ------> Wrapper on nuxeo created with spring rest template and uploading image in 2nd step directly to nuxeo with out wra...

Resolved! Custom package fails to get zipped by mvn

I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project c...

Resolved! How can I configure Postgresql schema in Nuxeo.conf

I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure cus...

how to add custom fields to nuxeo-invite component

I've user directory with custom fields added for instance "area", when i create a new user and set his password it works fine and the field "area" is present but when i create a new user without setting his password the "nuxeo-invite" is launched and...

jibanez by Champ in-the-making
  • 100 Views
  • 2 replies
  • 0 kudos

Test Failure

Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy("org.nuxeo.ecm.core.schema") @Deploy("org.nuxeo.ecm.actions") @Deploy("org.nuxeo.ecm.automation.core") @Deploy("org.nuxeo...