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

Forum Posts

unit test failed on nuxeo-platform-video-core

Hi, This unit test failed on my computer : Failed tests: TestVideoImporterAndListeners.testVideoInfo:333 null the test : assertTrue(streamInfo.contains("23.98 fps"));my ffmpeg out : ffmpeg -i ./target/test-classes/test-data/sample.mpg ffmpeg vers...

jelninos_ by Champ in-the-making
  • 24 Views
  • 0 replies
  • 0 kudos

Node Browser in Nuxeo Platform

Hi, Is there any section where you can view ALL properties of a document? I have seen that for example Alfresco have this functionality: https://issues.alfresco.com/jira/secure/attachment/21608/node%20browser.png

User Email Update using Java Automation Client

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help related ...

Error when I upload a file with properties

When I try to insert a file show me this error: /widgets/list_widget_template.xhtml @203,105 value="#{model.rowData['foo']}": Target Unreachable, 'rowData' returned null on 'org.nuxeo.ecm.platform.ui.web.model.impl.ProtectedEditableModelImpl' Doesnt ...

Get all types of a document type

Hello, I have a question. In my nuxeo db I have an a table, who name is studio_vocabulary_type_doc but I can't access this through sql out of nuxeo. This table contains a diferent types of documents which I would want get all of this types from php b...

Resolved! Delete Specific Attachment From Document

Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = session.getAdapter(Docu...

Automation Java Client Upload change file name

Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest("Blob.AttachOnDocument").param("document", "/folder/file").input(fileBlob).execute(); ...

Custom Row Color in the nuxeo-data-table

Hello, First, thank you for your work I would like to custom each row color of the data-table but I have a problem, I can collect each row and add a new class (with the new color) but the color change **after ** the table was full. So, each time all...

__9 by Champ in-the-making
  • 44 Views
  • 1 replies
  • 0 kudos

Unit test not loading custom document type

I have got this error java.lang.IllegalArgumentException: DR_DRF is not a registered core type My test class is like: @RunWith(FeaturesRunner.class) @Features({RuntimeFeature.class, PlatformFeature.class, CoreFeature.class}) @RepositoryConfig(init =...