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

Forum Posts

Resolved! Debugging Automation Chains

Hello, I've been testing around with automation chain tracing in Nuxeo 5.8, and at first it was working as it should, but lately, for every attempt of mine to get the latest traces from an automation chain, I get the following message "you can not ma...

Hari_ by Confirmed Champ
  • 1732 Views
  • 5 replies
  • 0 kudos

How to override PathSegmentServiceDefault ?

Reading the question Document name : what is the max characters number for path ? I understood that in order to change the 24 char limit of the document name, I have to derive the class PathSegmentServiceDefault and providing it as a new contribution...

Hari_ by Confirmed Champ
  • 1120 Views
  • 3 replies
  • 0 kudos

Resolved! How to search for documents by the parents' title?

Hi How is it possible to search for documents by the documents title? I probably have to create a generic widget in studio. But how to retrieve the parent's document title, and where do I have to fill it in the generic widget? Thanks in advance, Bauk...

Bauke_Roo by Star Contributor
  • 992 Views
  • 2 replies
  • 0 kudos

Webdav + LDAP + CAS2_AUTH

Hello, I have a problem when I trying to get documents with a webdav drive by LDAP and CAS authentication. I always have this error message in my logs Digest authentication failed. Stored HA1 is empty In my cas-config.xml I add these following lines...

djoncour_ by Champ on-the-rise
  • 1960 Views
  • 6 replies
  • 1 kudos

Can I configure nuxeo mobile for CAS2 auth

I have an nuxeo fasttrack 5.7.3 with CAS2 auth and ldap. I have installed nuxeo-mobile-dm (and sc) and when i connect a mobile to my nuxeo server, I get basic authentification screen login. How can i configure my nuxeo server to my CAS2 authentificat...

Resolved! Static war on Nuxeo 5.4.2

Hello, I know since Nuxeo 5.5 is possible, but, exists any method to create a static war for Nuxeo DM 5.4.2? Thanks in advance. Regards,

jmnrk_ by Confirmed Champ
  • 890 Views
  • 1 replies
  • 0 kudos

I cant find my latest content query by path with CMIS

I am new to cms systems and to CMIS. I used the nuxeo-bulk-importer to load my content and then tried to query by path. For example in the console the content was /default-domain/workspaces/upf3/EPF/myContent. When using this path the content could ...

cstettler_ by Champ on-the-rise
  • 625 Views
  • 1 replies
  • 0 kudos

Why do I need searchAllVersions?

I used the nuxeo-bulk-importer to load a few thousand pieces of content. It was new content being loaded into a new workspace. I issued the following cmis query select * from cmis:document where cmis:name='myname.xml'. The query would only find a ma...

cstettler_ by Champ on-the-rise
  • 668 Views
  • 1 replies
  • 0 kudos

How to customize Drive to export new document type

Bonjour J'ai customisé NuxeoDrive pour qu'il soit capable d'importer des documents de types spécifiques (en adaptant AbstractFileImporter et AbstratFolderImporter) <extension point="plugins" target="org.nuxeo.ecm.platform.filemanager.service.FileMa...

Arnault_ by Confirmed Champ
  • 823 Views
  • 2 replies
  • 0 kudos

Resolved! Nuxeo Drive

Bonjour, J'ai essayé en vain d'installer Nuxeo drive sur mon client linux mais en vain. J'ai pourtant bien suivi les instructions données sur le site : https://github.com/nuxeo/nuxeo-drive/#ubuntudebian-and-other-linux-variants-client Et notamment le...

oroussel_ by Champ in-the-making
  • 1034 Views
  • 2 replies
  • 0 kudos

Resolved! Execute a Seam component

Hello, I try to execute the "deleteActions" component from within a class extending "AbstractWork" like this : return (DeleteActions) SeamComponentCallHelper.getSeamComponentByName("deleteActions"); But this throw the exception bellow : java.lang.Il...

zyx974_ by Confirmed Champ
  • 1080 Views
  • 2 replies
  • 1 kudos

Uploading file to nuxeoserver from android

Hi All, While uploading file from Android using "nuxeo-Android-Connector" i'm getting Exception like "Binary request are not supported". I'm resceiving this exception from defaultsession.java file of nuxeo-android-connector package. i'm using "Nuxeo ...

Ravi_Gupta by Champ in-the-making
  • 3120 Views
  • 12 replies
  • 0 kudos

Is there a way to speed up the video conversion?

Is there a way to speed up the video conversion? I would like to decrease the resolution target (eg 240 instead of 480). Also, I noticed that the video conversions are performed one at a time and queued. Is there a way to parallelize them? Thanks in ...

maumig_ by Confirmed Champ
  • 1728 Views
  • 5 replies
  • 1 kudos

Resolved! How to extend video in Studio?

I'm trying to add properties to a video in Studio. My understanding is Video is a document facet that can be added to a custom document type but at the bottom of the page there is no video facet. With Picture, it is an option in the Extends drop dow...