content-management-platform


Related Questions
How can I change document's version via an HTTP-request?
  0 votes
  1 answers
  0 comments
  1624 views

Hi, I have installed Nuxeo 5.5 windows version with MSSQL Server 2008 R2, but unfortunately i could not login with the default login infos giving in the official documentation of Nuxeo, How can i resolve the problem??? I am new with Nuxeo so please ...
  0 votes
  0 answers
  3 comments
  253 views

The Release 5.5 Build fails with the following error: [ERROR] BUILD FAILURE [INFO] ———————————————————————— [INFO] Compilation failure ...
  0 votes
  1 answers
  0 comments
  1581 views

I tried to follow the documentation (http://doc.nuxeo.com/display/ADMINDOC/Changing+context+path ) but the server does not want to start … any idea?
  0 votes
  1 answers
  5 comments
  2141 views

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 ...
  0 votes
  1 answers
  2 comments
  2137 views

start Nuxeo home: /root/桌面/nuxeo-cap-5.5-tomcat Nuxeo configuration: /root/桌面/nuxeo-cap-5.5-tomcat/bin/nuxeo.conf Include template: /root/桌面/nuxeo-cap-5.5-tomcat/templates/common Include template: ...
  0 votes
  0 answers
  3 comments
  3030 views

I need to manage concurrent access to documents in the repository by interactive Nuxeo DM users and programmatic CMIS client applications. Nuxeo DM users use “lock/unlock” operations to manage access to documents while CMIS client applications use ...
  0 votes
  1 answers
  3 comments
  2233 views

If I use the operations Seam.AddInfoMessage and/or Seam.AddErrorMessage in a chain then the message is not displayed. Do I have to signal a state or is there another missing configuration?
  0 votes
  1 answers
  3 comments
  2204 views

Nuxeo as a service platform provides several integration options like through Nuxeo webservices and REST API. But all the Nuxeo integration solutions require the client to be integrated with application that is atleast JVM 1.5 compliant. I have ...
  0 votes
  2 answers
  0 comments
  1683 views

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 ...
  1 votes
  1 answers
  2 comments
  2361 views

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 ...
  0 votes
  0 answers
  5 comments
  1648 views

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
  0 votes
  1 answers
  0 comments
  1878 views

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.5 and thus ...
  0 votes
  1 answers
  1 comments
  4402 views

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 ...
  0 votes
  1 answers
  5 comments
  2209 views

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 ...
  0 votes
  1 answers
  0 comments
  1826 views