The functionality you are looking for is in https://github.com/apache/camel/blob/master/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISProducer.java class. It will take all Camel exchange properties that starts with "cmis:" and store them as document/folder properties in the CMIS repository.
HTH On 7 March 2014 17:22, chaij <[email protected]> wrote: > I am using Camel CMIS component to upload document to Alfresco. I didn't > see > any description on how to store/update document properties with the > document. Is there anyway to do it? > > Thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CMIS-to-update-document-properties-tp5748470.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Bilgin Ibryam Apache Camel & Apache OFBiz committer Blog: ofbizian.com Twitter: @bibryam <https://twitter.com/bibryam> Author of Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475
