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

Forum Posts

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
  • 297 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
  • 226 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
  • 283 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
  • 483 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
  • 499 Views
  • 6 replies
  • 0 kudos

CMIS proxy documents

Hi just found this in the documentation: "Proxy documents are not visible in CMIS (as of 5.4.1)." Is anyone aware of this being resolved in the near future? Zahir

systemz_ by Champ in-the-making
  • 234 Views
  • 1 replies
  • 0 kudos

Resolved! Control panel logging errors on Windows 7

I've install nuxeo on Windows 7 and when I start it in control panel log many error as: 2012-04-17 03:38:22,853 INFO [org.nuxeo.launcher.config.ConfigurationGenerator] Nuxeo home: D:\Local\Nuxeo 2012-04-17 03:38:22,868 INFO [org.nuxeo.laun...

shangkun_ by Champ in-the-making
  • 428 Views
  • 2 replies
  • 0 kudos

Resolved! Best way to change document schemas

I need to make an change to a document schema after the fact. The more particular case is that I need to extract data that is common to 2 schemas and put it in its own schema. I have only a vague idea how you can do that on a system that has already ...

Resolved! How to customize Document Query in Widget

Hi, I have a problem with widgets on home board. All widgets show documents in the wrong order. I would like to see documents ordered by "last modified date". how can i do that ? Thank you Jérémy PETIT-JEAN C.R.I - University of Pau, France

Resolved! Standalone nuxeo core / documents storage

Hi all! I want to embed nuxeo core / documents storage without a web tier. In other words I need only a standalone documents storage service. Is it real to get a documents storage without web/UI? Thanks

ask45ru by Champ on-the-rise
  • 406 Views
  • 3 replies
  • 4 kudos