Camel-box download file version

2018-11-21 Thread Vladimir Cherepnalkovski
Hi All, I am trying to create Camel-Box route for downloading older file version. I am using Camel version 2.22.1 This Is the code from("seda:downloadFileQueue").setExchangePattern(ExchangePattern.InOut) .log("* Downloading file version *") .setHeader("CamelBox.f

RE: Camel-box download file version

2018-11-21 Thread Vladimir Cherepnalkovski
- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednesday, November 21, 2018, 2:12:23 PM GMT+1, Vladimir Cherepnalkovski wrote: Hi All, I am trying to create Camel-

Camel-Box : Get BoxItem insted of GetFolder or GetFile

2018-11-27 Thread Vladimir Cherepnalkovski
Hi, I am using Camel-box and I have a situation where I have some id, but i don't know the object. I don't know if this id belongs to a File or Folder. So I want to create a route to get BoxItem with the given itemId. How do you solve this ? I need something like this but for BoxItem. from

Re: Camel-box download file version

2018-11-28 Thread Vladimir Cherepnalkovski
I found the issue, and a solution. First there is a mistake in camel - box documentation. Endpoint "downloadPreviousFileVersions" should be "downloadPreviousFileVersion". If we use full endpoint name downloadPreviousFileVersion, the route will work. Also, there is a problem in camel - box

Re: Camel-box download file version

2018-11-28 Thread Vladimir Cherepnalkovski
-- Andrea Cosentino -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednesday, November 28, 2018, 11:19:12 AM GMT+1, Vladimir Cherepnalkovski wrote: I found the issue, and a solution. First

RE: Camel-box download file version

2018-11-28 Thread Vladimir Cherepnalkovski
I will test this, and reply. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Andrea Cosentino Sent: Wednesday, November 28, 2018 11:44:00 AM To: users@camel.apache.org; Vladimir Cherepnalkovski Subject: Re: Cam

ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Vladimir Cherepnalkovski
Hi all, I got org.apache.camel.NoSuchEndpointException: No endpoint could be found for: ref:direct:createFolderQueue . I am using this bean to create one camel context, and use this context in all routes: @Component public class ArkCaseCamelContext { private CamelContext context; publi

Re: ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Vladimir Cherepnalkovski
uot;direct:xxx" instead. On Fri, Apr 12, 2019 at 11:44 AM Vladimir Cherepnalkovski < cherepnalkov...@hotmail.com> wrote: > Hi all, > I got org.apache.camel.NoSuchEndpointException: No endpoint could be found > for: ref:direct:createFolderQueue . > > I am using this bean

Replace Mule with Apache Camel-cmis

2019-04-16 Thread Vladimir Cherepnalkovski
Hi all, I am working on CRM project with alfresco repository. I am trying to replace Mule with Camel-cmis so I can create communication between my application and alfresco repository trough Camel-cmis component. I am trying to create routes for : * new folder * remove folder * move