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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Problem with DM 5.5 XA Start Error

Hi My name is Giancarlo. Me and some other collegues are working with Nuxeo DM 5.5. in order to implement / evaluate a solution for one of our client. We have installed PostgreSql 9.1 on one machine, and Nuxeo DM on another machine under Linux / Tomc...

Nuxeo NuxeoRemotingService Issue

I am calling NuxeoRemotingService. I have tested it with several clients including Nuxeo JAX-WS Nuxeo preferred client. I have also tested it with JAX-RPC and Axis client. In all the clients I am able to call the getUsers method and get a perfect res...

Resolved! What is the definition of a document's parent?

More specifically, how do I differentiate between the immediate parent and the parent of the parent(grandparent) when using the JAVA code below? DocumentModel x = session.getParentDocument( input.getParentRef()); where session is the injected session...

Resolved! Map DM workspace as Windows share folder

We need a file server with versioning control, Nuxeo DM should be the right option, but how to map workspace to be a Windows share folder to make file operation more convenient, thanks

liao1108 by Champ in-the-making
  • 369 Views
  • 2 replies
  • 0 kudos

Notification Channels via Operation Chains

In addition to generating e-mail messages using the NotificationService, I would like to be able to generate other types of messages such as SMS messages, JMS messages, or even custom REST invocations. I see that the NotificationService has a vague r...

ron_1 by Star Contributor
  • 272 Views
  • 1 replies
  • 0 kudos

Resolved! Configure an action for the execution of a chain

Hi, I configured a chain like the following: <chain id="minimum_chain"> <operation id="Seam.AddInfoMessage"> <param type="string" name="message">Success.</param> </operation> </chain> Additionally I configured in another component/...

Resolved! Dynamic/custom Metadata in document

Hi we are evaluating nuxeo for converting an existing application, but have hit a problem in how document types are defined. It seems that we have to fix the fields of schemas used in a document type. What we need to be able to do is to create a spec...

systemz_ by Champ in-the-making
  • 342 Views
  • 1 replies
  • 5 kudos

Uploading Files - CMIS and PHP SoapClient

As I said in my previous question - I try to develop a simple PHP-client using native PHP SoapClient. How can I pass a content stream or documents' content to createDocument method? Also I tried to do it with Atom/Rest as it made in Apache Chemistry ...

ask45ru by Champ on-the-rise
  • 582 Views
  • 5 replies
  • 0 kudos

How to deploy studio application in Nuxeo CMF

Can you please tell me the any one scenario how to deploy nuxeo STUDIO Application in Nuxeo CMF? please tell me the step by step procedure.iam new to Nuxeo? Thanks alot for your patience. Thankyou Rama

Resolved! Getting document properties using nuxeo client

In nuxeo 5.4.2 I was able to get document properties like dc:description by this query: Documents docs = (Documents) session.newRequest("Document.Query").set( "query", "SELECT * FROM Document").execute(); I updated the nuxeo version to 5....

CMIS over SOAP with PHP SoapClient

I trying to develop a simple PHP-client using native PHP SoapClient but I have problem with createDocument method. I have error 'cmis:objectTypeId must be set'. My request xml contains <ns1:properties> <ns1:property propertyDefini...

ask45ru by Champ on-the-rise
  • 611 Views
  • 6 replies
  • 0 kudos